Skip to content

Commit 13ed4dc

Browse files
committed
Changed version to 3.5.0
1 parent 51ac521 commit 13ed4dc

File tree

8 files changed

+50
-8
lines changed

8 files changed

+50
-8
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,39 @@
5454
- Support of HY27US08121B.
5555
### Fixed
5656
- Fixed read of bad blocks when read spare area command is available.
57+
## [3.4.0] - 2020-12-22
58+
### Added
59+
SPI flash support.
60+
SOIC-8 adapter for AT45DB.
61+
New parallel NAND and SPI chips.
62+
Boost library for serial port.
63+
### Fixed
64+
Fixed saving of settings.
65+
Fixed lost of packets in Windows.
66+
Fixed UI on Windows.
67+
Schematic refactoring.
68+
## [3.4.1] - 2021-02-14
69+
### Added
70+
Added NAND reset on init.
71+
## [3.4.2] - 2021-03-17
72+
### Added
73+
Firmware compilation on Windows.
74+
#### Fixed
75+
Firmware update.
76+
UI issues.
77+
## [3.5.0] - 2023-05-20
78+
### Added
79+
Support of HW ECC.
80+
Operation time estimate.
81+
Serial port selector.
82+
Progress indication.
83+
Read/write to file instead of memory buffer.
84+
Support of flash more then 4GB.
85+
UI improvements for large buffers.
86+
Custom read/write range.
87+
Pinout table on PCB.
88+
Verify operation.
89+
### Fixed
90+
NAND timings.
91+
Synchronization issues.
92+
Low write speed on Windows.

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nando (3.5.0-1ubuntu4) stable; urgency=medium
2+
3+
* New release
4+
5+
-- bogdan <[email protected]> Sun, 20 May 2023 19:00:00 +0300
6+
17
nando (3.4.0-1ubuntu4) stable; urgency=medium
28

39
* New release

debian/nando.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=2.0.0
2+
Version=3.5.0
33
Type=Application
44
Terminal=false
55
Name=nando

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=3.4.0
2+
RELEASE=3.5.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/programmer/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _VERSION_H_
88

99
#define SW_VERSION_MAJOR 3
10-
#define SW_VERSION_MINOR 4
11-
#define SW_VERSION_BUILD 1
10+
#define SW_VERSION_MINOR 5
11+
#define SW_VERSION_BUILD 0
1212

1313
#endif

qt/version.h

Lines 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 "3.4.2"
9+
#define SW_VERSION "3.5.0"
1010

1111
#endif // VERSION_H

windows/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>NANDO</Name>
4-
<Version>3.4.0</Version>
4+
<Version>3.5.0</Version>
55
<Title>NANDO Installer</Title>
66
<Publisher>NANDO</Publisher>
77
<StartMenuDir>NANDO</StartMenuDir>

windows/packages/com.nando.nando/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>NANDO</DisplayName>
44
<Description>NANDO software.</Description>
5-
<Version>3.4.0-1</Version>
6-
<ReleaseDate>2020-12-20</ReleaseDate>
5+
<Version>3.5.0-1</Version>
6+
<ReleaseDate>2023-05-20</ReleaseDate>
77
<Licenses>
88
<License name="GNU General Public License" file="license.txt" />
99
</Licenses>

0 commit comments

Comments
 (0)