Skip to content

Commit 274c3bd

Browse files
committed
Bump to v0.3.0
1 parent ba6a531 commit 274c3bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
* Fri Jul 05 2019 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.3.0
2+
- Added settings window
3+
- Added read buffer limit to prevent high memory usage and crashes
4+
- Now ports from /dev/pts/ can also be used as serial ports [Unix]
5+
- Added an option to export the 'byte receive times' as a csv table
6+
- Added input field history
7+
- Added 'Sequences'
8+
- Added an option to automatically update from within the application [Windows]
9+
- Major improvements to the HexView interface and performance
10+
- Added color and hints to the 'Plain Text View'
11+
- Improved the Export dialog
12+
- Added new shortcuts
13+
- And other minor features that are probably not worth noting here
14+
115
* Thu Feb 28 2019 - Petko Georgiev <petko.vas.georgiev@gmail.com> - v0.2.0
216
- Optimized the HexView for larger datasets
317
- Added checking for updates

app/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define COMMON_H
33

44
#define APPLICATION_NAME "5Com"
5-
#define VERSION "0.2.0"
5+
#define VERSION "0.3.0"
66

77
#define SOURCE_CODE_URL "https://github.com/pgeorgiev98/5Com"
88
#define RELEASES_URL "https://github.com/pgeorgiev98/5Com/releases"

0 commit comments

Comments
 (0)