Skip to content

Releases: Jelmerro/Garlmap

Garlmap 2.2.0

15 May 22:43
Compare
Choose a tag to compare

Changed

  • Switch back to Chromium's MediaSession API instead of dedicated MPRIS D-bus API as issues are fixed
  • All code to use ESM instead of CommonJS
  • Dialogs are now proper modals again as upstream bugs are fixed
  • If a playlist file is loaded for the same folder, scanning is now skipped

Versions

  • Electron 30.0.6 (was 28.1.3)
  • Chromium 124.0.6367.207 (was 120.0.6099.199)

See the Changelog for details.

Garlmap 2.1.0

11 Jan 14:53
Compare
Choose a tag to compare

Added

  • Month and day support for dates in mp3 files

Fixed

  • Shell and occasional video being shown next to the program since mpv rework

Versions

  • Electron 28.1.3 (was 25.2.0)
  • Chromium 120.0.6099.199 (was 114.0.5735.134)

See the Changelog for details.

Garlmap 2.0.1

03 Jul 09:32
Compare
Choose a tag to compare

Fixed

  • New songs not being added to the cache correctly since 2.0.0

Versions

  • Electron 25.2.0 (was 25.1.1)
  • Chromium 114.0.5735.134 (was 114.0.5735.106)

See the Changelog for details.

Garlmap 2.0.0

15 Jun 22:04
Compare
Choose a tag to compare

Added

  • Setting "autoplay" to automatically start playing audio on folder load and playlist open
  • Setting "fallback" to use a custom fallback rule on startup
  • Setting "apiKey" to optionally use the official Genius API if set (default remains to scrape)

Changed

  • Failed lyrics requests are now logged in the console so they can be inspected
  • Only valid fields are now used to split strings in a query, making it possible search for : and = in fields
  • Casing in field value now also makes it case sensitive

Fixed

  • Raise and Quit options not working in MPRIS menu
  • Character "q" being used as a shortcut in settings panel preventing it from being used in setting values
  • Genius API issues when using IPV6 by first trying to use IPV4 as the Genius API prefers that
  • Lyrics selection not being able to be cleared by clicking on it when in fullscreen
  • Autolyrics option always being on in last release

Versions

  • Electron 25.1.1 (was 24.1.1)
  • Chromium 114.0.5735.106 (was 112.0.5615.50)

See the Changelog for details.

Garlmap 1.5.0

14 Apr 08:31
Compare
Choose a tag to compare

Added

  • Shortcuts to jump to a percentage or the start of the current song

Changed

  • Module glob in favor of built-in implementation
  • Module string-similarity in favor of built-in implementation
  • Module mpv in favor of built-in implementation
  • Outdated MPRIS module in favor of own fork including dbus module fork

Versions

  • Electron 24.1.1 (was 23.1.1)
  • Chromium 112.0.5615.50 (was 110.0.5481.104)

See the Changelog for details.

Garlmap 1.4.0

23 Feb 11:31
Compare
Choose a tag to compare

Changed

  • File watcher will now reload the cache file if it changes, meaning you can share the cache between instances in a synced folder

Versions

  • Electron 23.1.1 (was 22.0.0)
  • Chromium 110.0.5481.104 (was 108.0.5359.62)

See the Changelog for details.

Garlmap 1.3.1

10 Dec 00:23
Compare
Choose a tag to compare

Changed

  • Add "mpv" as a dependency for pacman, deb and rpm releases
  • Rpm and deb releases are now symlinked in /usr/bin/ correctly on updates after this one
  • Time display no longer relies on innerHTML, making the app completely free of HTML modifications
  • CSP no longer allows inline styling in the html

Fixed

  • Incorrect message for fallback rule
  • Play/pause not toggling the icon when manually triggered
  • Undefined being shown as title and artist in the "next up" fullscreen layout when track has no artist or title

Versions

  • Electron 22.0.0 (was 21.0.1)
  • Chromium 108.0.5359.62 (was 106.0.5249.61)

See the Changelog for details.

Garlmap 1.3.0

28 Sep 21:32
Compare
Choose a tag to compare

Added

  • Import and export options for m3u/m3u8
  • Fallback rule options "playback=list" and "playback=shuffle" to skip auto queueing and only play the existing list

Changed

  • Playlist importing is now much faster for large playlists
  • Garlmap playlist format now only stores song paths and ids instead of entire info

Fixed

  • Fallback rule not working correctly with "order=albumshuffle"

Versions

  • Electron 21.0.1 (was 20.0.2)
  • Chromium 106.0.5249.61 (was 104.0.5112.81)

See the Changelog for details.

Garlmap 1.2.1

14 Aug 20:45
Compare
Choose a tag to compare

Fixed

  • Released build issue that did not include html resources

Versions

  • Electron 20.0.2 (unnchanged)
  • Chromium 104.0.5112.81 (unchanged)

See the Changelog for details.

Garlmap 1.2.0

14 Aug 10:18
Compare
Choose a tag to compare
Garlmap 1.2.0 Pre-release
Pre-release

Added

  • Support for setting the "lyrics" for instrumental songs to "[Instrumental]" automatically

Changed

  • Only include required assets in released builds

Versions

  • Electron 20.0.2 (was 20.0.0)
  • Chromium 104.0.5112.81 (was 104.0.5112.65)

See the Changelog for details.