Keypirinha is een programma dat met name handig is voor mensen die de computer met het toetsenbord bedienen. Zo kunnen via een zoekbalk snel bestanden, favorieten, url's en sessies voor PuTTY, WinSCP, FileZilla gevonden of opgestart worden, kan het cijfers converteren en de oplossing van een wiskundige vergelijking geven en nog veel meer. Bovendien is er een python 3-api, waardoor er zelf fuctionaliteit aan toegevoegd kan worden. Keypirinha is klein, licht, wordt als freeware aangeboden en hoeft niet geïnstalleerd te worden om zijn werk te kunnen doen. Afgelopen donderdag is versie 2.9.6 van Keypirinha uitgekomen en de changelog van die release ziet er als volgt uit:
General NotesApplication
- New WinReg Package
- Software Development Kit (SDK) is now available at github.
- Packages repository is now public and open to contributions at github.
Apps package
- Added the
[network]
section in application’s configuration file, that can now be used by the plugins through the new network-dedicated API- Got rid of the
Test
package that has been obsoleted by the SDK- Do not log anymore the message:
Monitors configuration changed.
- Fixed issue #124 where configuration could not be edited with an another editor than the default one and when the paths to the files to edit contain space character(s)
Bookmarks package
- Added the
elevated
setting to the Custom Commands featureFileBrowser package
- Added support for the Iridium browser
FileZilla package
- Fixed: command switch
/
was always changed to\
(issue #119)PuTTY package
- Referenced
FileZilla
executable can now be passed arguments when executed (issue #126)WinReg package
- Referenced
PuTTY
executable can now be passed arguments when executed (issue #126)WebSearch package
- New package! More info: WinReg Package
WinSCP package
- Added
Baidu
as a predefined search site- Added
Qwant
as a predefined search siteAPI
- Referenced
WinSCP
executable can now be passed arguments when executed (issue #126)
- Added network support (see:
keypirinha_net
)- Plugins now get notified about network settings changes with the
keypirinha.Events.NETOPTIONS
event passed to thekeypirinha.Plugin.on_events()
method.- Rules for package naming are slightly more strict. See the Packages chapter for more info
keypirinha_util.read_link()
now also return therunas
fieldkeypirinha_util.shell_execute()
tries to execute the target with elevated privileges if it is a shell link that has got the related option enabled (issue #120)keypirinha.IconHandle
:is_init()
deprecated in favor of the standard__bool__()
operator- Updated
natsort
package from version4.0.4
to5.0.1
- Documentation format corrections