Skip to content

Commit

Permalink
Changed version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed May 20, 2023
1 parent 51ac521 commit 13ed4dc
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 8 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,39 @@
- Support of HY27US08121B.
### Fixed
- Fixed read of bad blocks when read spare area command is available.
## [3.4.0] - 2020-12-22
### Added
SPI flash support.
SOIC-8 adapter for AT45DB.
New parallel NAND and SPI chips.
Boost library for serial port.
### Fixed
Fixed saving of settings.
Fixed lost of packets in Windows.
Fixed UI on Windows.
Schematic refactoring.
## [3.4.1] - 2021-02-14
### Added
Added NAND reset on init.
## [3.4.2] - 2021-03-17
### Added
Firmware compilation on Windows.
#### Fixed
Firmware update.
UI issues.
## [3.5.0] - 2023-05-20
### Added
Support of HW ECC.
Operation time estimate.
Serial port selector.
Progress indication.
Read/write to file instead of memory buffer.
Support of flash more then 4GB.
UI improvements for large buffers.
Custom read/write range.
Pinout table on PCB.
Verify operation.
### Fixed
NAND timings.
Synchronization issues.
Low write speed on Windows.
6 changes: 6 additions & 0 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nando (3.5.0-1ubuntu4) stable; urgency=medium

* New release

-- bogdan <[email protected]> Sun, 20 May 2023 19:00:00 +0300

nando (3.4.0-1ubuntu4) stable; urgency=medium

* New release
Expand Down
2 changes: 1 addition & 1 deletion debian/nando.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=2.0.0
Version=3.5.0
Type=Application
Terminal=false
Name=nando
Expand Down
2 changes: 1 addition & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=nando
RELEASE=3.4.0
RELEASE=3.5.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions firmware/programmer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 4
#define SW_VERSION_BUILD 1
#define SW_VERSION_MINOR 5
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef VERSION_H
#define VERSION_H

#define SW_VERSION "3.4.2"
#define SW_VERSION "3.5.0"

#endif // VERSION_H
2 changes: 1 addition & 1 deletion windows/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>NANDO</Name>
<Version>3.4.0</Version>
<Version>3.5.0</Version>
<Title>NANDO Installer</Title>
<Publisher>NANDO</Publisher>
<StartMenuDir>NANDO</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions windows/packages/com.nando.nando/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>NANDO</DisplayName>
<Description>NANDO software.</Description>
<Version>3.4.0-1</Version>
<ReleaseDate>2020-12-20</ReleaseDate>
<Version>3.5.0-1</Version>
<ReleaseDate>2023-05-20</ReleaseDate>
<Licenses>
<License name="GNU General Public License" file="license.txt" />
</Licenses>
Expand Down

0 comments on commit 13ed4dc

Please sign in to comment.