Skip to content

Commit 43aa4df

Browse files
committed
1.2.9
1 parent f5981f5 commit 43aa4df

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.9](https://github.com/debba/storytel-player/compare/v1.2.8...v1.2.9) (2026-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **server:** remove duplicate Italian translation import and response ([f5981f5](https://github.com/debba/storytel-player/commit/f5981f54c1138feeb3ef8a25f621ec4c143977ab))
7+
8+
9+
### Features
10+
11+
* **core:** add action logging and multi-language support ([8cdfdbf](https://github.com/debba/storytel-player/commit/8cdfdbfd5cda1837d3248090a7dae88b7f0b68ca))
12+
13+
14+
115
## [1.2.8](https://github.com/debba/storytel-player/compare/v1.2.7...v1.2.8) (2026-02-17)
216

317

README.md

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

1515
## Release Download:
16-
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/storytel-player/releases/download/v1.2.8/Storytel-Player-Setup-1.2.8.exe) [![macOS](https://img.shields.io/badge/macOS-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.8/Storytel-Player-1.2.8.dmg) [![Linux](https://img.shields.io/badge/Linux-Download-green?logo=linux)](https://github.com/debba/storytel-player/releases/download/v1.2.8/Storytel-Player-1.2.8.AppImage)
16+
[![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)
1717

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

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.8",
3+
"version": "1.2.9",
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.8";
1+
export const APP_VERSION = "1.2.9";

0 commit comments

Comments
 (0)