Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:06

Added

  • Vote reminders — optional end-of-track notification with 1–5 vote buttons;
    configurable threshold, can skip already-voted tracks.
  • Linux vote popup — styled popup with all five vote options (works around
    GNOME's 3-button limit), light/dark themed, positioned per desktop.

Changed

  • Linux — runs under XWayland (GDK_BACKEND=x11) for GPU-accelerated
    rendering and correct popup focus/positioning.

Fixed

  • Linux — theme no longer flickers back to light after switching.
  • Other-track dim/blur no longer blinks when moving between vote buttons.

Installing

  • macOS: Open the .dmg, drag OSC Voting to the Applications folder, then eject the disk image. The app is unsigned, so Gatekeeper will block it on first launch. Two ways to fix this:
    • Recommended — download with curl (no quarantine flag is set):
      curl -LJO https://github.com/michal-bartak/OSC-Voting/releases/download/v1.1.0/OSC-Voting-v1.1.0-macos-universal.dmg
      
    • Already downloaded via browser — run once in Terminal after dragging to Applications:
      xattr -d com.apple.quarantine /Applications/OSC-Voting.app
      
  • Windows: SmartScreen may warn; choose More info → Run anyway.
  • Linux (Debian/Ubuntu): sudo apt install ./OSC-Voting-v1.1.0-linux-amd64.deb
  • Linux (Fedora/RHEL): sudo dnf install ./OSC-Voting-v1.1.0-linux-amd64.rpm

Full Changelog: v1.0.0...v1.1.0