Skip to content

Releases: martpie/museeks

0.7.1

17 Sep 15:37
Compare
Choose a tag to compare

Fixed

  • Fix sleep-blocker toggler
  • Fix shuffle rollback

0.7.0

15 Sep 16:15
Compare
Choose a tag to compare

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 and max-len rules
  • Add an action to restart the app

0.6.3

16 Aug 14:35
Compare
Choose a tag to compare

Fixed

  • Fix app name
  • Fix app icon on OSX (thanks @Suriteka)

0.6.2

15 Aug 13:03
Compare
Choose a tag to compare

This release is a hotfix for 0.6.1, sorry for the inconvenience :(

Fixed

  • Hotfix: search not working
  • Hotfix: app icon missing

0.6.1

15 Aug 11:58
Compare
Choose a tag to compare

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

25 Jul 13:19
Compare
Choose a tag to compare

Added

  • Playlists ! πŸŽ‰
  • Supports m4a, aac and mp4
  • Add thumbbar controls for Windows (@YurySolovyov)
  • Add retina-ready Museeks logo

Improved

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

30 Jun 00:37
Compare
Choose a tag to compare

Added

  • Add a playback speed option in the settings

Improved

  • Improve library refresh performances by about 20%
  • Some security fixes

Changed

  • Update to Electron 1.2.5

0.4.1

14 Jun 10:07
Compare
Choose a tag to compare

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

09 May 11:28
Compare
Choose a tag to compare

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

0.3.2

01 Feb 16:01
Compare
Choose a tag to compare

Fixed

  • Fixed a critical bug with library refresh