Skip to content

Releases: samsonwang/LaunchyQt

Launchy v3.0.7

26 Mar 08:48
Compare
Choose a tag to compare
  • 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

Download launchyqt

Launchy v3.0.6

16 Jan 03:04
Compare
Choose a tag to compare
  • 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)

Download launchyqt

Launchy 3.0.5

12 Dec 10:13
Compare
Choose a tag to compare
  • 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

Download launchyqt

Launchy 3.0.4

30 Nov 16:30
Compare
Choose a tag to compare
  • 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

Download launchyqt

Launchy 3.0.3

21 Nov 06:00
Compare
Choose a tag to compare
  • 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.

Download launchyqt

Launchy 3.0.2

12 Nov 06:47
Compare
Choose a tag to compare

3.0.2 Changes:

  • Verby plugin works now
  • Calcy plugin can convert among octal decimal hexadecimal, this works when input has a trailing equal symbol, try following input: 035= , 35= , 0x35=
  • add skins for high DPI, this may help in 2k or 4k display (Issue #1)
  • pack additional qt dll (Issue #1)
  • fix bug in key bindings

Launchy 3.0.1

31 Oct 00:55
Compare
Choose a tag to compare
  • 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

09 Oct 09:48
Compare
Choose a tag to compare
Launchy in Qt5 Pre-release
Pre-release

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 supports shared_ptr , and I'm trying to get Launchy out of boost 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.