Skip to content

Conversation

@chhoumann
Copy link
Owner

Summary

  • prevent Text/Slider wrappers from dispatching during programmatic setValue calls so setValue -> change -> setValue loops stop
  • only update DOM attributes when values actually differ and fall back to element values if API methods are missing (mocks)
  • keeps listeners attach-once while stopping load-time freezes in Obsidian

Testing

  • npm test

@vercel
Copy link

vercel bot commented Nov 24, 2025

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/christian-bager-bach-houmanns-projects?upgradeToPro=build-rate-limit

@chhoumann chhoumann merged commit 2d8b5c5 into master Nov 24, 2025
1 of 2 checks passed
@chhoumann chhoumann deleted the fix/obsidian-loop-lockup branch November 24, 2025 06:54
chhoumann added a commit that referenced this pull request Nov 24, 2025
* feat: Add transcription queue for episodes (#132)

* feat: Add volume control to player (#133)

* fix: mount views with svelte api (#134)

* fix: Reserve image space and use native lazy load (#138)

* Reserve image space and use native lazy load

* Fix image loading attribute type

* fix: fix Obsidian listener accumulation (#141)

* feaet: Optimize latest episodes aggregation (#142)

* fix: Add keys to podcast lists (#136)

* fix: Stabilize episode list layout (#139)

* style: move inline podcast styles into CSS (#145)

* fix: persist hide-played toggle (#144)

* feat: Optimize latest episodes updates (#143)

* refactor: Remove redundant currentTime sync (#147)

* fix: Replace moment date formatting in episode list (#148)

* feat: Stream feed loading in PodcastView (#140)

* Improve podcast feed initial loading

* Guard feed search before cache ready

* fix: Optimize Fuse reuse in search (#149)

* feat: Improve topbar focus contrast (#150)

* feat: Add live input handling for episode search (#135)

* fix: Use Intl formatter for episode dates (#153)

* feat: Improve nav cues and native lazy images (#152)

* feat: Improve podcast loading feedback (#151)

* fix: guard obsidian inputs from feedback loops (#154)

* fix: settings corruption
github-actions bot pushed a commit that referenced this pull request Nov 24, 2025
# [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))
@github-actions
Copy link

🎉 This PR is included in version 2.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants