This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Releases: Moosync/Moosync-electron
Releases · Moosync/Moosync-electron
v9.0.0
What's Changed
- Improved local file scanner (#247 #240 #236 #232 #230 #228)
- Add back artist metadata generation (#230)
- Update extension scopes on event registration
- Move DB to its own thread
- Optimize SQL queries (I think so)
- Add button to fetch all remote songs in a playlist / artist
- DB migration failure no longer breaks the whole application
- Don't spam queued toast (#245)
- Don't restart librespot process on lyrics / canvas failure
Notes
- Turning on DEBUG_LOGGING will probably destroy your performance and drastically increase log size. Use it only if necessary.
Full Changelog: Moosync/Moosync@v8.1.1...v9.0.0
v8.1.1
v8.1.0
What's Changed
- Fix spotify playback (#223)
- Handle permission errors during scan (#224)
- Add customizable timer for scan interval
- Add InfoField preference for extensions
- Genius lyrics provider
- Ignore music info scroll on queue item remove
Full Changelog: Moosync/Moosync@v8.0.0...v8.1.0
v8.0.0
What's Changed
- Fix artists and playlists fetch for invidious
- Themes can now have custom CSS and RGBA colors
- Handle errors on MPRIS initialization
- Don't update cover image for favorites playlist
- Redesign new theme and new playlist modals
- Rework song scanner (much faster)
- Rework log viewer
- Add multiple volume modes
- Volume slider now works logarithmic
- Add incorrect song modal for Youtube songs
- Scan .opus files
- Fallback to different player if primary one fails
- Artist name sanitation changes
- Option to open remote song in browser
Full Changelog: Moosync/Moosync@v7.1.0...v8.0.0
v7.1.0
What's Changed
- Misc bug fixes
- Add provider based filter for scrobbles
- Track and display playtime per-song
- Try to refresh token from librespot if expired
- Search spotify canvas for non-spotify songs as well
- Fix localhost based extensions
- Disable checkboxes for paths
Full Changelog: Moosync/Moosync@v7.0.0...v7.1.0
v7.0.0
What's Changed
- Added quick-play buttons and loading indicator in explore page (#163)
- Control volume by mouse wheel after hovering on volume icon (#162)
- Fix artist tooltip in compact song list
- Load next page after scrolling to the end of classic song list (#161)
- Fix visual placement of classic song list header
- Executing
moosync --versionwill print the current version and exit the app - LastFM prioritize custom client ID and secret
- Scan songs properly after dragged on top of app (#165)
- Store cover art by song hash
- Don't overwrite thumbnails if they already exist
- Spotify native playback using librespot
- Show Spotify canvas videos
- Fix setup modal showing an empty, unskippable page
- Read lyrics from USLT tag and LRC files if they exist
- Activate default provider when redirected from search
- Fix live video on Youtube embeds (Doesn't work with Invidious, Piped or HTML5 Audio)
- Open external URLs on system browser
- Persist last used search tab (#172)
- Fix opening file with Moosync
- Allow refreshing page
- Option to clear queue automatically before playing a new playlist
- Fix MPRIS for Gnome (#184)
- Fix performance issues after queuing over 1k songs
- Fix placement of overlay icons
- Allow sorting by Albums, Artists, Genres and other fields
- Add portable windows builds
- Force clear RSS cache on navigation
- Don't remove song from queue if it errors out
- Fix add song / playlist from URL for Spotify
- Allow logging in to Piped
- Better quality thumbnails for Piped
Extension API
- Added markdown text field
- Deprecated registerPreferences in favor of registerUserPreferences
process.env.installPathcontaining the install location of the app binary is passed to extensions- Added percentage indicator to progress bars
Full Changelog: Moosync/Moosync@v6.0.0...v7.0.0
v6.0.0
What's Changed
- Fixed image drag outside app
- Sanitize filename properly in scanner (Fixed bug where part of song title was cut)
- Add "play next" option to song context menu
- Implement jukebox mode (#127)
- Add support for HLS streams
- Proxy invidious playback by default
- Track play count of song and allow sorting by it (#135)
- Allow sorting queue
- Implement piped as an alternative to Youtube (#139)
- Fix some localization
- Fix song search for terms containing " " [space]
- Option to save remove playlists to library
- Implement favorite playlist and add a heart icon to quick-add songs to it (#140)
- Reset pressed button before next hotkey is pressed
- Fetch playlists and channels using invidious
- Option to hide songs from library (not remove)
- Don't trigger keybinds when input field is in focus
- Automatically focus song list search bar when icon is clicked
- Skip broken songs properly
- Fix infinite fetch loop for Spotify playlists
- Fix recommendation results not showing (#151)
- Allow forwarding extension requests to other providers
- Enable devtools in production
- Pause equalizer animation when player is not playing (#157)
- Widen hover trigger for sidebar tabs (#158)
- Add icons for tray menu items (#155)
- Show tray icon even if main window is open (#156)
- Fix next and previous button disabled on windows media controls
Full Changelog: Moosync/Moosync@v5.1.0...v6.0.0
v5.1.0
Whats changed
- Add media-control buttons in taskbar preview (Windows) #124
- Add media-controls to tray icon #132
- Customizable keybinds to control media when using app #125
- Fix searchbar alignment
- Fix search page sizing and alignment
- Improve caching [Expiry time for API cache is 7 days]
- Lazy load remote playlist and artist content [Next page loads when list is completely scrolled]
- Parse Youtube playlists and artists without official API
- Fix song repeat during gapless playback
- Bypass youtube age restriction
- Youtube login now requires a custom client_id and client_secret. [More info]
Full Changelog: Moosync/Moosync@v5.0.1...v5.1.0
v5.0.1
What's Changed
- Fix strings in settings
- Fixed bug where pausing song through Youtube embed didn't reflect in music controls
- Fixed bug where clearing song queue resulted in disappearance of Youtube embed
Full Changelog: Moosync/Moosync@v5.0.0...v5.0.1
v5.0.0
Changelog
- Fix CORS header when not using Youtube embed
- Show more info dialog in queue
- Use proxied video from invidious if the original URL is unplayable
- Allow dev tools in release builds
- Custom MPRIS and Windows volume control implementation
- Fix persistent data write spam
- Revamp search page
- Don't require Youtube login for search
- Support for localization
- Fix destructive scan not removing items when path is empty
- Default title-bar style if window has a frame
- Fix loading indicator when finding video to play
- Default GTK theme based on Adwaita
- Handle secure tokens properly
Build tools
- Bump yarn to 3.2.3
- Patch better-sqlite3 to compile with electron 20
Extensions
- Detailed API for search results
Full Changelog: Moosync/Moosync@v4.0.0...v5.0.0