Releases: samsonwang/LaunchyQt
Releases · samsonwang/LaunchyQt
Launchy v3.0.7
- multi-language support
- translation for Chinese simplified and Chinese traditional
- scrollable skin author information widget
- load fail safe basic skin when there is no skin available
- pack addtional ssl library in release, for https connection purpose
- fix bug #7, fail to search Chinese names
Launchy v3.0.6
- configurable websites for WebSearchPy
- avoid unnecessary catalog rebuids
- chinese pinyin support
- add some useful scripts in utilities
- better python plugin support
- Calcy is not maintained, as CalcyPy is better
- ported to linux, I have tested on Deepin Linux (most features are good, but NOT good enough, you can build launchy from source)
Launchy 3.0.5
- bug fix: launchy may crash on restart while option dialaog is open
- use pip to manage python package
- network proxy setting
- update check and new version notify
- add "run as admin" in verby
- new plugin PyDiryPy, it is ported from pylaunchy
Launchy 3.0.4
- fix display problem in 4k hidpi (issue #2)
- in portable mode, put ini file in config folder, I think it is more tidy this way
- fix a bug in input text parsing
- add "restart launchy" to tray menu
- add python plugin configuration file
pluginconf.py
in "launchy/python", this file is optional and loaded before all python plugins - new plugin in python, WebSearchPy, it is ported from Thruster
Launchy 3.0.3
- built-in python support (write plugin in python)
- tasky plugin works now
- option dialog use fusion style from qt
- fix display bug in alternative list caused by different icon size
- fix "hide when lost focus" fails when focus is on alternative list
- put all plugin in each standalone folder (doing this to prepare for build-in python script integration)
- pack additional vcredist file (just in case that you do not want to download and install vcredist2015)
- change skin name (hDPI -> HiDPI)
To python plugin developers:
- write plugin in python is more like a preview feature, not all launchy interface is ported to python, and I will keep working on this part to provide a better and more comprehensive support.
- I rarely develop in python, and I just learned the basics of python, so I need suggestions and advices about python. If you have any idea or I did something wrong, go ahead and post an issue.
- If you need extra lanchy interface exposed to python, post an issue.
Launchy 3.0.2
3.0.2 Changes:
Launchy 3.0.1
- tray icon show message while starting second instance
- write log file in sytem temp folder, log could be turn off in option dialog
- use
launchy.dll
for plugin shared class types - calcy plugin works now
- fix minor bugs
- refine code structure for future development
Launchy in Qt5
The Launchy comes back. Find that familiar feeling now.
Changes:
- Qt5.11.1, It's 2018 now, migrated to Qt higher version.
- non-
boost
dependency, C++11 supportsshared_ptr
, and I'm trying to get Launchy out ofboost
library. - whole new hotkey implemetation, the hotkey did not work, I tried hard to fix it, but it still failed, so I write a new one.
Warning Important:
- only core feature is good, and I have not test it for stability, so this would be buggy.
- plugins are not included yet, all the plugins still faill for now.
- only windows version is developing, and I have tested on windows 7.