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
Testpackage 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
elevatedsetting 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
FileZillaexecutable can now be passed arguments when executed (issue #126)WinReg package
- Referenced
PuTTYexecutable can now be passed arguments when executed (issue #126)WebSearch package
- New package! More info: WinReg Package
WinSCP package
- Added
Baiduas a predefined search site- Added
Qwantas a predefined search siteAPI
- Referenced
WinSCPexecutable 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.NETOPTIONSevent 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 therunasfieldkeypirinha_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
natsortpackage from version4.0.4to5.0.1- Documentation format corrections
