Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10dc48c

Browse filesBrowse files
committed
Changed version to 2.3.0
1 parent 3dab2a5 commit 10dc48c
Copy full SHA for 10dc48c

File tree

Expand file treeCollapse file tree

5 files changed

+17
-3
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+17
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@
2020
- Added description of error codes.
2121
### Fixed
2222
- Fixed multiple prints of read ID completed log message.
23+
## [2.3.0] - 2019-05-05
24+
### Added
25+
- Version support.
26+
- Added progress indicator for erase, read and write commands.
27+
### Fixed
28+
- Fixed erase command.
29+
- Fixed read bad block table command.
2330

‎debian/debian/changelog

Copy file name to clipboardExpand all lines: debian/debian/changelog
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nando (2.3.0-1ubuntu4) stable; urgency=medium
2+
3+
* Added version support. Added progress indicator for erase, read and write
4+
commands. Fixed erase command. Fixed read bad block table command.
5+
6+
-- bogdan <bogdan@hp> Sun, 05 May 2019 21:15:57 +0300
7+
18
nando (2.2.0-1ubuntu3) stable; urgency=medium
29

310
* Added Windows support. Implemented description of error codes.

‎debian/release.sh

Copy file name to clipboardExpand all lines: debian/release.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=2.2.0
2+
RELEASE=2.3.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55
EMAIL=bogdan.s.bogush@gmail.com

‎firmware/version.h

Copy file name to clipboardExpand all lines: firmware/version.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _VERSION_H_
33

44
#define SW_VERSION_MAJOR 2
5-
#define SW_VERSION_MINOR 2
5+
#define SW_VERSION_MINOR 3
66
#define SW_VERSION_BUILD 0
77

88
#endif

‎qt/version.h

Copy file name to clipboardExpand all lines: qt/version.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#ifndef VERSION_H
77
#define VERSION_H
88

9-
#define SW_VERSION "2.2.0"
9+
#define SW_VERSION "2.3.0"
1010

1111
#endif // VERSION_H

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.