Skip to content

Commit b24e28f

Browse files
committed
Bump to v0.5.1
1 parent dfee51a commit b24e28f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Tue Sep 22 2020 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.5.1
2+
- Made the plain text view put new lines after CR
3+
- Fix issues with saving the window size when maximixed/fullscreen
4+
- Fix issues with the changelog window
5+
16
* Sat Nov 16 2019 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.5.0
27
- Added optimizations to Text View which lead to huge performance gains
38
In certain workloads the application could be over 50x faster

app/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <QString>
77

88
#define APPLICATION_NAME "5Com"
9-
#define VERSION "0.5.0"
9+
#define VERSION "0.5.1"
1010

1111
#define SOURCE_CODE_URL "https://github.com/pgeorgiev98/5Com"
1212
#define RELEASES_URL "https://github.com/pgeorgiev98/5Com/releases"

0 commit comments

Comments
 (0)