Skip to content

Commit 09469f0

Browse files
committed
1.2.10
1 parent 006fa5b commit 09469f0

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.2.10](https://github.com/debba/storytel-player/compare/v1.2.9...v1.2.10) (2026-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** improve 401 handling and error propagation across IPC ([006fa5b](https://github.com/debba/storytel-player/commit/006fa5bfcbf83b43779483f87ae3d97098c4d146))
7+
8+
9+
### Features
10+
11+
* add session expiration handling across client and server ([09c12ca](https://github.com/debba/storytel-player/commit/09c12ca90800803907e56f4738c94645e085715b))
12+
13+
14+
115
## [1.2.9](https://github.com/debba/storytel-player/compare/v1.2.8...v1.2.9) (2026-02-22)
216

317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="docs/assets/og_image.png" width="90%"></img>
1515

1616
## Release Download:
17-
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/storytel-player/releases/download/v1.2.9/Storytel-Player-Setup-1.2.9.exe) [![macOS](https://img.shields.io/badge/macOS-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.9/Storytel-Player-1.2.9.dmg) [![Linux](https://img.shields.io/badge/Linux-Download-green?logo=linux)](https://github.com/debba/storytel-player/releases/download/v1.2.9/Storytel-Player-1.2.9.AppImage)
17+
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/storytel-player/releases/download/v1.2.10/Storytel-Player-Setup-1.2.10.exe) [![macOS](https://img.shields.io/badge/macOS-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.10/Storytel-Player-1.2.10.dmg) [![Linux](https://img.shields.io/badge/Linux-Download-green?logo=linux)](https://github.com/debba/storytel-player/releases/download/v1.2.10/Storytel-Player-1.2.10.AppImage)
1818

1919
**Native Desktop App**: Cross-platform application with system tray integration and single instance lock
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storytel-player",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"email": "andrea@debbaweb.it",
55
"description": "Storytel Unofficial Player - Storytel audiobook player for desktop",
66
"main": "dist/electron/main.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = "1.2.9";
1+
export const APP_VERSION = "1.2.10";

0 commit comments

Comments
 (0)