Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Added support for players implementing the MPRIS D-Bus interface on Unix.
  • Added center positioning (pos=c, pos=vcenter, pos=hcenter, documentation).

Changed

  • Adjusted the config location search. This is compatible with the previous behavior.

Fixed

v0.1.0-alpha.10 - 2023-09-01

Added

  • The overlay can be positioned through URL parameters. For example localhost:48457/?pos=br to position the overlay in the bottom right corner (documentation).
  • URL parameters (query and hash) are now reflected in the DOM on the html element to allow easier customization (documentation).

Fixed

  • Missing user-scripts would break the overlay in dev mode (pnpm dev).
  • The marquee effect would not work in Chromium < 103.

v0.1.0-alpha.9 - 2023-08-04

Added

  • Metadata for custom themes through CSS variables (documentation).
  • User-scripts (user.js) are now supported (documentation).
  • Text that overflows the container now has a marquee effect (like on Spotify).
  • Documentation is now provided at currentsong.nerixyz.de.

Removed

  • Auto-start by default is now disabled.