Skip to content

Commit a2aca5e

Browse files
committed
v3.1.6
1 parent dc2670b commit a2aca5e

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/CHANGELOG.org

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

2+
* 3.1.6 (2023-05-19)
3+
- fix bug #65
4+
- fix bug #93
5+
- fix bug #94
6+
- fix bug #96
7+
- fix bug #97
8+
- fix bug #98
9+
210
* 3.1.5 (2023-04-11)
311
- fix bug #92
412
- fix bug #86
@@ -7,12 +15,12 @@
715
- update Qt version to 6.2.4
816
- use PySide instead of PyQt
917

10-
* 3.1.3 (2022-2-28)
18+
* 3.1.3 (2022-02-28)
1119
- add option to hide tray icon #62
1220
- support Ctrl+Alt+Shift hotkey #66
1321
- update japanese translation #71
1422

15-
* 3.1.2 (2021-7-20)
23+
* 3.1.2 (2021-07-20)
1624
- new feature #23 #37: UWPApp plugin for indexing UWP applications
1725
- translation: add Portuguese and Italian translation
1826
- fix bug #53: fail to open nested folder
@@ -21,13 +29,13 @@
2129
- move python plugin log into system temp folder
2230
- use Qt5.12.10 and Python3.9.6
2331

24-
* 3.1.1 (2020-1-29)
32+
* 3.1.1 (2020-01-29)
2533
- fix bug #21, crash when backspace key is pressed
2634
- fix bug #22, fail to paste clipboard to excel
2735
- fix bug #29, crash in chinese path
2836
- fix bug, fail to open alternative list widget on input method
2937

30-
* 3.1.0 (2019-8-17)
38+
* 3.1.0 (2019-08-17)
3139
- fix bug #15, fix bulid error in linux
3240
- new feature: search command history with arguments
3341
- fix bug #19, improve portable mode detection method

src/Launchy/LaunchyVersion.h

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

2222
#define LAUNCHY_VERSION_MAJOR 3
2323
#define LAUNCHY_VERSION_MINOR 1
24-
#define LAUNCHY_VERSION_PATCH 5
24+
#define LAUNCHY_VERSION_PATCH 6
2525

2626
// auto generate version number and string below
2727
constexpr unsigned LAUNCHY_VERSION

0 commit comments

Comments
 (0)