Releases: martpie/museeks
Releases Β· martpie/museeks
0.7.1
0.7.0
Added
- Add cover support
- If the track has an ID3 cover, it will be used
- If there is a
[album|albumart|cover|folder].[jpg|png|bmp|gif]
in the track folder, the first matching file will be used - If the above solution fails, a "no-cover" fallback image is used
- Add an option to run Museeks with the OS's native frame
- Add an option in the track list context menu to filter by album/artist
- Add files with uppercase extensions when scanning the library (e.g
something.WAV
) - Add notifications after some actions
- Add a link to library in empty playlist
- Add an track play counter (not shown yet in the UI though)
- Add a troubleshooting section in Settings/About
Improved
- Improved queue drag&drop management
- More natural volume change
Changed
- Drop NeDB for LinvoDB3 with LevelJS: you will need to refresh your library
- Update to Electron 1.4.0
Fixed
- Fix library refresh with some file without metadata and some .wav
- Fix library not scanning files without a lowercase extension (e.g .WAV) (thanks @YurySolovyov)
- Fix playback rate and volume not setting correctly on startup
- Fix play/pause global shortcut
- Fix error notification appearing on start-up when the auto-update checker fails
- Fix default volume value
Under the hood
- A lot of code changes and improvements
- Ensure Track path unique index
- Use
classnames
to manage conditional classes - Use
fetch
instead of classic XHR request - Split reducers in smaller ones
- Add eslint
jsx-no-bind
andmax-len
rules - Add an action to restart the app
0.6.3
0.6.2
0.6.1
Added
- Add an auto update checker on startup
- Add call-to-actions and improve spash messages
Changed
- Update thumbnail toolbar icons on Windows
- Update Electron to 1.3.3
Fixed
- Fix some grammar and spelling mistakes (thanks @a-choi)
- Fix mute strange behaviors
- Fix search with some accents (e.g "The DΓΈ" could not be found when typing "the do")
Removed
- Remove the contributors list
0.6.0
Added
- Playlists ! π
- Supports m4a, aac and mp4
- Add thumbbar controls for Windows (@YurySolovyov)
- Add retina-ready Museeks logo
Improved
- Library refresh improvements (@YurySolovyov)
Changed
- Update to Electron 1.3.0
Fixed
- Fix arrows navigation
- Fix update checker
Under the hood:
- Code consistency with ESLint
- Code test with Travis CI
- Bower drop in favor of npm (@YurySolovyov)
- Flux drop in favor of Redux
- And many other improvements and fixes...
0.5.0
0.4.1
Changed
- Update to Electron 1.2.2
Fixed
- Fix WAV duration (needs library refresh)
- Fix player status after clicking 'next' or 'previous'
- Fix library stopping refresh randomly
- Fix sleepBlocker on Ubuntu
- Fix update-checker wrong version comparison
- Fix incoming queue status
- Fix enter shortcut in TracksList
0.4.0
Added
- Museeks got an icon ! π
Improved
- Better search for tracks with accents
Changed
Possible crash: there was some database breaking changes, you might need to reset your library database
- Add lowercase fields in database
- Add a play count field in database
- Update to Electron 0.37.8 (smooth scroll ftw)
Fixed
- Fix mute click
- Fix wrong hours value on status bar if it's more than a hundred
- Temp fix for up and down arrows