Skip to content

Commit 8f8cb24

Browse files
release(version): Release 2.15.0 [skip ci]
# [2.15.0](2.14.3...2.15.0) (2025-11-24) ### Bug Fixes * add setter for playbackRate binding to prevent runtime error ([992c0cc](992c0cc)) * artwork image now fills full container size ([1407209](1407209)) * detach leaves on plugin unload to prevent duplicate views ([692279d](692279d)) * **FeedParser:** fix metadata handling and add tests ([a30eca1](a30eca1)) * fix crash when navigating away from Latest Episodes during fetch ([9e8cd18](9e8cd18)) * **formatDate:** rewrite with token parser to prevent corruption ([#157](#157)) ([3b2dcac](3b2dcac)) * guard obsidian inputs from feedback loops ([#154](#154)) ([2d8b5c5](2d8b5c5)) * mount views with svelte api ([#134](#134)) ([f2d6e80](f2d6e80)) * move chapter fetching from reactive block to subscription ([9d67c41](9d67c41)) * performance overhaul to prevent crashes ([30a5a0a](30a5a0a)) * persist hide-played toggle ([#144](#144)) ([732f094](732f094)) * playlist card sizing to properly contain icon and count text ([ff18fbc](ff18fbc)) * podcast grid now scrolls properly ([2965af2](2965af2)) * **TranscriptionService:** fix bugs and add tests ([fb20e25](fb20e25)) * use get() for store access inside async functions ([8a20a33](8a20a33)) ### Features * add podcast chapter support ([d10eeb7](d10eeb7)) * add timestamp offset setting ([#131](#131)) ([46c4d4b](46c4d4b)) * style improvements ([f566bc9](f566bc9))
1 parent 3b2dcac commit 8f8cb24

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "podnotes",
33
"name": "PodNotes",
4-
"version": "2.14.3",
4+
"version": "2.15.0",
55
"minAppVersion": "0.15.9",
66
"description": "Helps you write notes on podcasts.",
77
"author": "Christian B. B. Houmann",
88
"authorUrl": "https://bagerbach.com",
99
"fundingUrl": "https://buymeacoffee.com/chhoumann",
1010
"isDesktopOnly": false
11-
}
11+
}

package-lock.json

Lines changed: 17 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": "podnotes",
3-
"version": "2.14.3",
3+
"version": "2.15.0",
44
"description": "Helps you write notes on podcasts.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@
7575
"2.14.0": "0.15.9",
7676
"2.14.1": "0.15.9",
7777
"2.14.2": "0.15.9",
78-
"2.14.3": "0.15.9"
78+
"2.14.3": "0.15.9",
79+
"2.15.0": "0.15.9"
7980
}

0 commit comments

Comments
 (0)