This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Releases: Moosync/Moosync-electron
Releases · Moosync/Moosync-electron
v4.0.0
Changelog
- Implement miniplayer
- Revamp search page
- Option to show current song's video from Youtube (Only works if song is playing from Youtube)
- Add SponsorBlock support
- Add gapless playback (Beta)
- Option to use HTML5 audio instead of Youtube embed
- Remove genre when removing song from library
- Fetch artist songs from Youtube, Spotify and extensions
- Fetch album songs from Youtube, Spotify and extensions
- Try to preload song before it starts playing (To possibly improve load times)
- Fix sorting of songs
- Add song search for current songlist
- Block googleads domain
- Fix downloading and storing of artist artworks
Extension changes
- Renamed 'requestSearchResult' event to 'requestedSearchResult'
- Expose package name in api object
- Allow extensions to set custom data on artists and albums
- Allow extensions to provide songs for artists and albums on demand
- Extensions are required to register as search result provider, artist song provider, album song provider beforehand
- Allow extensions to provide redirect URL in 'customRequest' event
v3.0.1
Changelog
- Fix bug where playlist added from URL was not added
- Clear song from URL modal details after close
- Properly handle artist names for lastfm scrobbles
- Fix bug where songs in playlists added by extension did not contain extension icon
Extension API
- Add api to show toasts
Full Changelog: Moosync/Moosync@v3.0.0...v3.0.1
v3.0.0
Changelog
- Implement a log viewer in settings
- Allow pinning lyrics
- Show lyrics search status
- Allow manual input of OAuth code in-case of difficulties
- Sharp / Libvips is now an optional dependency
- Implement MPEG DASH player
- Show note on setup modal saying "logging into services is optional"
- Fix flatpak app not being able to login to services
- Fix bug where zoom could be set to 0%
Extension API changes
- Allow extensions to provide search results
- Allow extensions to provide recommendations
- Allow extensions to provide songs and playlists from URL
- Allow extensions to provide context menu items
- Allow extensions to add an item to accounts menu
- Allow extensions to provide custom URL which when called will notify the extension
Full Changelog: Moosync/Moosync@v2.1.0...v3.0.0
v2.1.0
What's Changed
- Show spotify liked songs
- Export and parse playlists with songs from youtube and spotify
- Fix theme color picker palette item positioning
- Allow editing of song, album, artist and playlist details in "More info"
- Add context menu api for extensions
Full Changelog: Moosync/Moosync@v2.0.0...v2.1.0
v2.0.0
Changelog
- Add support for Invidious (Still in progress)
- Add zoom functionality
- Play audio from direct URL streams
- Implement spotify song and artist search
- Better youtube search results
- Artist names are now clickable
- Show scan progress
- Watch filesystem for changes and trigger scan accordingly
- Fix scroller in search page
- Add new extensions discover page
- New API schema for extensions
- Extension can add / remove songs
- Extensions can provide dynamic playlists
- Add button groups and progressbar to extension preferences
- Extensions can register oauth callbacks
- Clean older log files
Full Changelog: Moosync/Moosync@v1.2.0...v2.0.0
v1.2.0
Changelog
- Fix FanArtTV API Key in https://github.com/Moosync/Moosync/pull/63
- Debug logging can not be enabled by setting DEBUG_LOGGING env variable to true
- Option to watch music directories for changes
- Don't scan file paths already in database
- Create IPC channels and extension host after app is ready
- Set volume on every play request
- Scan local .m3u, .m3u8, .wpl playlists
- Export playlists as .m3u
- Uninstall old extension version before upgrading
- Don't respawn extension host if killed intentionally (While quitting)
Full Changelog: Moosync/Moosync@v1.1.1...v1.2.0
v1.1.1
Changelog
- Fix spotify automation for new accounts
- Don't verify signature of update package
Full Changelog: Moosync/Moosync@v1.1.0...v1.1.1
v1.1.0
Changelog
- Replace carousel with a horizontal scroller for recommendations
- Automate fetching of spotify client id and secret
- Fix fetching of lyrics from google for some songs
- Load Lyrics as HTML for better formatting
- Stop extension host properly on app close
- Allow extension to import modules from its base directory
- Cache Youtube suggestions and search queries
- Fix Cache file storage location
- Show update on linux only if its an AppImage
Full Changelog: Moosync/Moosync@v1.0.1...v1.1.0
v1.0.1
Changelog
- Added auto-fetched lyrics
- Fixed queue index bug when deleting song from queue
- Fixed Signing certificate for windows and mac
Full Changelog: Moosync/Moosync@v1.0.0...v1.0.1