We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c4479 commit 1c209bcCopy full SHA for 1c209bc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+* Sun Oct 06 2019 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.4.1
2
+ - Fix a bug with the input field history
3
+ - Fix a bug with restarting the app after an auto-update [Windows]
4
+
5
* Fri Aug 02 2019 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.4.0
6
- Text View was fully rewritten which will greatly improve performance
7
- Fixed bug where not all port settings were saved
app/common.h
@@ -2,7 +2,7 @@
#define COMMON_H
#define APPLICATION_NAME "5Com"
-#define VERSION "0.4.0"
+#define VERSION "0.4.1"
#define SOURCE_CODE_URL "https://github.com/pgeorgiev98/5Com"
8
#define RELEASES_URL "https://github.com/pgeorgiev98/5Com/releases"
0 commit comments