Skip to content

Commit db1e356

Browse files
authored
Merge pull request #58 from PW-Sat2/prepare-for-v1.30
prepare for v1.3
2 parents 591a4f7 + c59dae5 commit db1e356

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

current_version.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
new_version = dict(
2-
APP_NEW_VERSION=1.20,
2+
APP_NEW_VERSION=1.30,
33
WINDOW_TITLE="New version available!",
4-
WINDOW_TEXT="New version (1.20) of PW-Sat2 Ground Station application is available.",
4+
WINDOW_TEXT="New version (1.30) 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.20'>"
6+
"<a href='https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.30'>"
77
"download page</a>.",
88
WINDOW_DETAILED_TEXT="Changelog: \n"
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"
9+
"* fixed bug interrupting frames upload,\n"
10+
"* deep sleep frames tagging,\n",
11+
"* a few minor improvements (e.g. decreased logging).\n",
12+
UPDATE_URL="https://github.com/PW-Sat2/HAM-desktop-application/releases/tag/1.30"
1213
)

0 commit comments

Comments
 (0)