Commit 8f8cb24
committed
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
4 files changed
+22
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
0 commit comments