Skip to content

Commit

Permalink
prepare to release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonwang committed Aug 17, 2019
1 parent 08b9b3f commit 68fe5c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

* 3.1.0 (2019-8-17)
- 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

* 3.0.9 (2019-05-21)
- fix bug #12, imporve icon extracting method
- fix bug #14, make sure that main widget is focused when hotkey is triggered by keyboard hooks
Expand Down
2 changes: 1 addition & 1 deletion plugins/verby/Verby.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

class Gui;

class Verby : public QObject, public launchy::PluginInterface{
class Verby : public QObject, public launchy::PluginInterface {
Q_OBJECT
Q_PLUGIN_METADATA(IID PLUGININTERFACE_IID)
Q_INTERFACES(launchy::PluginInterface)
Expand Down

0 comments on commit 68fe5c8

Please sign in to comment.