Skip to content

Commit 8aa3426

Browse files
committed
docs: CHANGELOG update
1 parent 9cdba16 commit 8aa3426

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

v3/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to TERA will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.5.1] - 2026-02-26
9+
10+
* **Documentation**
11+
* Updated shuffle shortcut from `t` to `Ctrl+T` across guides and help text.
12+
* **User Interface**
13+
* In-app hints and messages now reference `Ctrl+T` for toggling shuffle.
14+
* **Bug Fixes**
15+
* Number-key entry now only accumulates when not typing into the text input, improving input behavior.
16+
* **Tests**
17+
* Updated and added tests to validate `Ctrl+T` behavior and non-toggle-while-typing cases.
18+
* **Chores**
19+
* Build task now runs tests before compiling.
20+
21+
## [3.5.0] - 2026-02-23
22+
23+
* **New Features**
24+
* Sleep Timer: presets or custom minutes, start/extend (+)/cancel, live in-play countdown, automatic stop and full session summary on expiry; remembers last-used duration; shortcuts: Z (open), + (extend), 0 (main menu), ? (help).
25+
* Help Overlay: press ? for context-sensitive shortcuts across screens.
26+
* Most Played: view and navigate frequently played stations.
27+
28+
* **Documentation**
29+
* README updated with Sleep Timer usage, session summary, shortcuts, and config examples.
30+
31+
* **Tests**
32+
* Added unit tests for sleep timer and session tracking.
33+
834
## [3.4.0] - 2026-02-20
935

1036
### Added

0 commit comments

Comments
 (0)