Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 23 May 12:24

[1.4.0] - 2026-05-23

⚙️ Miscellaneous

  • Add effect dependency and typecheck script by @hewel

🐛 Bug Fixes

  • (playback) Accept string Volume in remote SetVolume commands by @hewel
  • Resolve TypeScript union index error in saveTextSetting by @hewel
  • (typecheck) Align diagnostics with generated bindings by @hewel

👷 CI

  • Configure quality hooks by @hewel

📚 Documentation

  • Update AGENTS.md with TypeScript Effect guidelines by @hewel
  • Update agent instructions in AGENTS.md by @hewel

🔧 Refactor

  • (now-playing) Share read model construction by @hewel
  • (playback) Localize play request resolution by @hewel
  • (jellyfin) Separate login and playback interfaces by @hewel
  • (playback) Share tray and UI controls by @hewel
  • (playback) Localize mpv event decisions by @hewel
  • (jellyfin) Own websocket command stream by @hewel
  • (login) Type server url validation by @hewel

🚀 Features

  • (mpv) Surface mute state in Now Playing UI by @hewel
  • (effect) Refactor server URL validation and login prefill with Effect by @hewel
  • (effect) Refactor saved session route guards with Effect by @hewel
  • (effect) Refactor Now Playing transport commands with Effect by @hewel
  • (effect) Refactor Player Bridge detect-MPV with Effect by @hewel
  • (auth) Add session access route gate by @hewel
  • (auth) Save login sessions through session access by @hewel
  • (auth) Route console reconnect through session access by @hewel