Skip to content

Commit 68fe5c8

Browse files
committed
prepare to release 3.1.0
1 parent 08b9b3f commit 68fe5c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
* 3.1.0 (2019-8-17)
3+
- fix bug #15, fix bulid error in linux
4+
- new feature: search command history with arguments
5+
- fix bug #19, improve portable mode detection method
6+
- fix UI icon size with '.lnk' item
7+
- minor improve option dialog user interface
8+
29
* 3.0.9 (2019-05-21)
310
- fix bug #12, imporve icon extracting method
411
- fix bug #14, make sure that main widget is focused when hotkey is triggered by keyboard hooks

plugins/verby/Verby.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2626

2727
class Gui;
2828

29-
class Verby : public QObject, public launchy::PluginInterface{
29+
class Verby : public QObject, public launchy::PluginInterface {
3030
Q_OBJECT
3131
Q_PLUGIN_METADATA(IID PLUGININTERFACE_IID)
3232
Q_INTERFACES(launchy::PluginInterface)

0 commit comments

Comments
 (0)