Releases: samsonwang/LaunchyQt
Releases · samsonwang/LaunchyQt
v3.1.4
- update Qt version to 6.2.4
- use PySide instead of PyQt
Launchy v3.1.3
- add option to hide tray icon #62
- support Ctrl+Alt+Shift hotkey #66
- update japanese translation #71
Launchy v3.1.2
- new feature #23 #37: UWPApp plugin for indexing UWP applications
- translation: add Portuguese and Italian translation
- fix bug #53: fail to open nested folder
- fix bug #31: CalcPy fail to calculate negative numbers
- fix bug: fail to extract icon from 32-bit lnk
- move python plugin log into system temp folder
- use Qt5.12.10 and Python3.9.6
Launchy v3.1.1
- fix bug #13 #28 (by #21), crash when backspace key is pressed
- fix bug #22, fail to paste clipboard to excel
- fix bug #29, crash in chinese path
- fix bug, fail to open alternative list widget on input method
Launchy v3.1.0
- fix bug #15, fix bulid error in linux
- new feature: search command history with arguments
- fix bug #19, improve portable mode detection method
- fix UI icon size with '.lnk' item
- minor improve option dialog user interface
Launchy v3.0.9
- fix bug #12, improve icon extracting method
- fix bug #14, make sure that main widget is focused when hotkey is triggered by keyboard hooks
- the up key and the pageup key could invoke history search now
- fix a bug in history search
- clean code for bug #11 and #13, but I still can not find out the bugs
Launchy v3.0.8
- ported Runner plugin (issue #10)
- add option panel for CalcyPy (issue #10)
- fix bug #8 , use capslock or alt+capslock as hotkey
- fix memory leak when switching plugins
- fix minor bugs