Skip to content

Commit 001e635

Browse files
committed
chore: update version to 0.36.3-debug.1 and add session log file for runtime diagnostics
1 parent 7a4e02f commit 001e635

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## [0.36.2]
3+
## [0.36.3-debug.1] - 2026-02-16
4+
5+
### Added
6+
7+
- **Session Log File for Runtime Diagnostics**: spotatui now writes runtime logs to `/tmp/spotatui_logs/spotatuilog{PID}` so testers can tail logs while reproducing issue #96 ([#102](https://github.com/LargeModGames/spotatui/pull/102)).
8+
9+
## [0.36.2] - 2026-02-15
410

511
### Added
612

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ documentation = "https://github.com/LargeModGames/spotatui"
66
repository = "https://github.com/LargeModGames/spotatui"
77
keywords = ["spotify", "tui", "cli", "terminal"]
88
categories = ["command-line-utilities"]
9-
version = "0.36.2"
9+
version = "0.36.3-debug.1"
1010
authors = ["LargeModGames <LargeModGames@gmail.com>"]
1111
edition = "2021"
1212
license = "MIT"

0 commit comments

Comments
 (0)