File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 5
5
cmake_minimum_required (VERSION 3.16 )
6
6
7
7
# Configure project
8
- project (kapow VERSION 1.6.1 LANGUAGES CXX )
8
+ project (kapow VERSION 1.6.2 LANGUAGES CXX )
9
9
10
- set (project_copyright "2008-2023 Graeme Gott" )
10
+ set (project_copyright "2008-2024 Graeme Gott" )
11
11
12
12
set (CMAKE_CXX_STANDARD 17 )
13
13
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change
1
+ 1.6.2
2
+ -----
3
+ * FIXED: Did not quit when close-to-tray was enabled.
4
+ * FIXED: System tray icon did not work in Windows.
5
+ * Only allow a single instance to run.
6
+ * Replaced deprecated code.
7
+ * Translation updates: Spanish, Turkish.
8
+
1
9
1.6.1
2
10
-----
3
11
* Allow higher hourly rate.
Original file line number Diff line number Diff line change 99
99
<content_rating type =" oars-1.1" />
100
100
101
101
<releases >
102
+ <release version =" 1.6.2" date =" 2024-01-16" >
103
+ <description >
104
+ <ul >
105
+ <li >FIXED: Did not quit when close-to-tray was enabled</li >
106
+ <li >FIXED: System tray icon did not work in Windows</li >
107
+ <li >Only allow a single instance to run</li >
108
+ <li >Replaced deprecated code</li >
109
+ <li >Translation updates: Spanish, Turkish</li >
110
+ </ul >
111
+ </description >
112
+ </release >
102
113
<release version =" 1.6.1" date =" 2023-01-10" >
103
114
<description >
104
115
<ul >
Original file line number Diff line number Diff line change 2
2
3
3
APP=' Kapow'
4
4
BUNDLE=" $APP .app"
5
- VERSION=' 1.6.1 '
5
+ VERSION=' 1.6.2 '
6
6
7
7
# Locate deployment script
8
8
BIN_DIR=$( pwd)
Original file line number Diff line number Diff line change 4
4
!define APPNAME " Kapow"
5
5
!define VERSIONMAJOR 1
6
6
!define VERSIONMINOR 6
7
- !define VERSIONPATCH 1
7
+ !define VERSIONPATCH 2
8
8
!define APPVERSION " ${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
9
9
!define ABOUTURL " https://gottcode.org/kapow/"
10
10
Original file line number Diff line number Diff line change 4
4
5
5
SET SRCDIR = ..\kapow
6
6
SET APP = Kapow
7
- SET VERSION = 1.6.1
7
+ SET VERSION = 1.6.2
8
8
9
9
ECHO Copying executable
10
10
MKDIR %SRCDIR% \%APP%
You can’t perform that action at this time.
0 commit comments