Skip to content

Commit dcaf686

Browse files
committed
Release v2.28
1 parent 42716fc commit dcaf686

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ The user manual is available at <https://esp32-si4732.github.io/ats-mini/manual.
44

55
<!-- towncrier release notes start -->
66

7+
## 2.28 (2025-07-01)
8+
9+
10+
### Added
11+
12+
- Add UTC+5:30 offset for India (Asia/Kolkata). Users with offsets greater than 5:30 might need to readjust their timezone settings (menu indexes have been shifted).
13+
- Enable PSRAM using different build artifacts for OSPI and QSPI ESP32-S3 modules. For more info see <https://esp32-si4732.github.io/ats-mini/flash.html#firmware-files>.
14+
15+
16+
### Changed
17+
18+
- Much better seek sensitivity (SI4735 library patch by @zooc). [#129](https://github.com/esp32-si4732/ats-mini/issues/129)
19+
20+
21+
### Fixed
22+
23+
- Fix loud clicks when changing bands/modes on the PCB version without the mute circuit. [#103](https://github.com/esp32-si4732/ats-mini/issues/103)
24+
- Do not shadow station names by zoomed menu in the seek mode. [#157](https://github.com/esp32-si4732/ats-mini/issues/157)
25+
726
## 2.27 (2025-06-07)
827

928

ats-mini/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AUTHORS_LINE2 "Volos Projects, Ralph Xavier, Sunnygold,"
1414
#define AUTHORS_LINE3 "Goshante, G8PTN (Dave), R9UCL (Max Arnold),"
1515
#define AUTHORS_LINE4 "Marat Fayzullin"
16-
#define APP_VERSION 227 // FIRMWARE VERSION
16+
#define APP_VERSION 228 // FIRMWARE VERSION
1717
#define EEPROM_VERSION 71 // EEPROM VERSION (forces reset)
1818

1919
// Modes

changelog/+india.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+psram.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/103.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/129.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/157.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)