Skip to content

Commit 6956232

Browse files
committed
v 1.20
1 parent dfceb08 commit 6956232

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config = dict(
2-
APP_VERSION=1.10,
2+
APP_VERSION=1.20,
33
APP_NEW_VERSION_URL="https://raw.githubusercontent.com/PW-Sat2/HAM-desktop-application/master/current_version.py",
44
ZMQ_TARGET='localhost',
55
ZMQ_PORT=7001,

config_linux/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config = dict(
2-
APP_VERSION=1.10,
2+
APP_VERSION=1.20,
33
APP_NEW_VERSION_URL="https://raw.githubusercontent.com/PW-Sat2/HAM-desktop-application/master/current_version.py",
44
ZMQ_TARGET='localhost',
55
ZMQ_PORT=7001,

config_windows/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config = dict(
2-
APP_VERSION=1.10,
2+
APP_VERSION=1.20,
33
APP_NEW_VERSION_URL="https://raw.githubusercontent.com/PW-Sat2/HAM-desktop-application/master/current_version.py",
44
ZMQ_TARGET='localhost',
55
ZMQ_PORT=7001,

current_version.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
new_version = dict(
2-
APP_NEW_VERSION=1.10,
2+
APP_NEW_VERSION=1.20,
33
WINDOW_TITLE="New version available!",
4-
WINDOW_TEXT="New version (1.10) of PW-Sat2 Ground Station application is available.",
4+
WINDOW_TEXT="New version (1.20) of PW-Sat2 Ground Station application is available.",
55
WINDOW_INFORMATIVE_TEXT="You can download a new version at our "
6-
"<a href='https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.10'>"
6+
"<a href='https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.20'>"
77
"download page</a>.",
88
WINDOW_DETAILED_TEXT="Changelog: \n"
9-
"* Callsign check added (to get rid of false and incorrect frames received from noise, mainly in SSB-USB mode)\n",
10-
UPDATE_URL="https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.10"
11-
)
9+
"* IQ files are no longer saved,\n"
10+
"* faster upload to server.\n",
11+
UPDATE_URL="https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.20"
12+
)

0 commit comments

Comments
 (0)