Skip to content

Commit c87b9e8

Browse files
committed
1.2.13
1 parent 8322e85 commit c87b9e8

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.13](https://github.com/debba/storytel-player/compare/v1.2.12...v1.2.13) (2026-04-03)
2+
3+
4+
### Features
5+
6+
* **docs:** add separate macOS Intel and Apple Silicon downloads ([091c8b5](https://github.com/debba/storytel-player/commit/091c8b5d47bc251c4c4489508f7789e32d4fa733))
7+
8+
9+
110
## [1.2.12](https://github.com/debba/storytel-player/compare/v1.2.11...v1.2.12) (2026-03-12)
211

312

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.12/Storytel-Player-Setup-1.2.12.exe) [![macOS Intel](https://img.shields.io/badge/macOS_Intel-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.12/Storytel-Player-1.2.12.dmg) [![macOS Apple Silicon](https://img.shields.io/badge/macOS_Apple_Silicon-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.12/Storytel-Player-1.2.12-arm64.dmg) [![Linux](https://img.shields.io/badge/Linux-Download-green?logo=linux)](https://github.com/debba/storytel-player/releases/download/v1.2.12/Storytel-Player-1.2.12.AppImage)
17+
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/storytel-player/releases/download/v1.2.13/Storytel-Player-Setup-1.2.13.exe) [![macOS Intel](https://img.shields.io/badge/macOS_Intel-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.13/Storytel-Player-1.2.13.dmg) [![macOS Apple Silicon](https://img.shields.io/badge/macOS_Apple_Silicon-Download-black?logo=apple)](https://github.com/debba/storytel-player/releases/download/v1.2.13/Storytel-Player-1.2.12-arm64.dmg) [![Linux](https://img.shields.io/badge/Linux-Download-green?logo=linux)](https://github.com/debba/storytel-player/releases/download/v1.2.13/Storytel-Player-1.2.13.AppImage)
1818

1919
## What's New in v1.2.12
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.12",
3+
"version": "1.2.13",
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.12";
1+
export const APP_VERSION = "1.2.13";

0 commit comments

Comments
 (0)