Skip to content

JellyChat v1.0.0

Choose a tag to compare

@itsmeares itsmeares released this 05 Jul 09:27
· 17 commits to main since this release
6b2a08d

JellyChat v1.0.0

JellyChat v1.0.0 is the first stable release of the native-feeling SyncPlay chat plugin for Jellyfin Web.

Highlights

  • Polished chat drawer for Jellyfin SyncPlay rooms.
  • Message replies, copy actions, grouped timeline rows, and jump-to-original highlighting.
  • Floating emoji reactions, typing presence, unread/activity indicators, and playback activity rows.
  • Responsive Web, Desktop, tablet, and phone portrait bottom sheet layouts.
  • Self-contained plugin-owned Jellyfin Web injection through same-origin asset endpoints.
  • Refreshed README, development, release, and troubleshooting documentation.

Validation

  • npm run build
  • dotnet publish Jellyfin.Plugin.JellyChat/Jellyfin.Plugin.JellyChat.csproj -c Release
  • GitHub Actions build checks passed on PR #24.