Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.27 KB

File metadata and controls

62 lines (48 loc) · 2.27 KB

JamFactory Web Release Notes

v0.2.1

Features Added

  • ✨ Added QR feature for card view
  • ✨ Added github and imprint link to sidebar
  • ⬆️ Move to Angular version 15

Features Removed

No features removed

Bug Fixes

  • 🐛 Fixed search result not closing and mobile support to clear search
  • 🐛 Fixed broken scrolling and refreshing
  • 🐛 Fixed unreadable song title and added scroll animation if title too long

v0.2.0

Features Added

  • ✨ Complete UI overhaul.
  • ✨ Customizations for every user, unique for them (change color theme, queue layout).
  • ✨ Queue layout modes for mobile and widescreen devices, as car view and list view.
  • ✨ Member management for the host.
  • ✨ Notifications to inform the host about joined users and errors.
  • ✨ Option for the host to password protect the JamSession.
  • ✨ Song preview option for every user.
  • ✨ Songs removable from the queue by the host.
  • ✨ Added more information to every song, visible by every user.
  • ✨ Songs, playlists and albums searchable in the search bar.
  • ✨ Personal playlist selectable in the search bar.

Features Removed

No features removed

Bug Fixes

No bugs were fixed with this release

v0.1.0

✨ This is the initial release of the JamFactory Web project!

Features Added

  • ✨ Support for Spotify authorization.
  • ✨ Basic JamSession management by a Host (create and delete).
  • ✨ Basic Conductor control by a Host (start and stop conductor/queue).
  • ✨ Ability to join or leave a created JamSession as a Guest.
  • ✨ Search for Spotify Songs and Vote for them.
  • ✨ Display current queue with ability to vote.
  • ✨ Search for personal Playlists as a Host and add them to the queue.
  • ✨ Delete songs as a Host.
  • ✨ Display current Playback of the JamSession.
  • ✨ Basic playback control (Play, Pause and select the playback device).
  • ✨ Add Websocket Support to receive updates from the backend.
  • ✨ Display notification to notify the user about current events.

Features Removed

This is the first release. Nothing to remove.

Bug Fixes

No bugs were fixed with this release