Skip to content

Releases: poppadum/dynquee

v0.9.8

01 Oct 15:17
Compare
Choose a tag to compare

Release Notes

New features:

  • Media file matching is now case-insensitive
  • Added config option to treat all arcade systems as a single 'arcade' meta-system
  • Shuffling of media file order is now configurable

Full Changelog

  • Added support for new games systems in Recalbox v9.1
  • Media file matching is now case-insensitive
    e.g. a rom named Star Wars.zip now matches media files named star wars.*
  • Added config option shuffle ([slideshow] section) to control whether matching media are shown in a random order (shuffle = yes) or in sequential filename order
  • Added config option arcade_system_enabled ([media] section) to treat all arcade systems as a single 'arcade' meta-system
  • Added link to a short demo video in the README
  • Added more sources of marquee images to the media README file

Fixes

  • Fixed bugs in install scripts; improved PC script for locating display outputs
  • Fixed bug in theme update script artwork/update.sh
  • Fixed typo in artwork converter script artwork/convert_artwork.py
  • Fixed malformed header block in RasPi manual install instructions

Other Changes

  • Documentation improvements
  • Installation script improvements
  • Refactored artwork converter script
  • Renamed remote install script for consistency
  • systemd unit file (for remote machine use) now starts program with python3 -m dynquee
  • Code linting fixes

v0.9.7

18 Mar 14:24
Compare
Choose a tag to compare

Release Notes

New feature: can now show media files while screensaver active (configurable)

Full Changelog

Changes

  • PC config file uses --quiet option to mpv to reduce log noise

Documentation improvements

  • add Changelog
  • add Discord link to help section of README
  • manual install instructions: add step to remove release ZIP file
  • update install/README.md and media/README.md

v0.9.6

16 Mar 21:27
Compare
Choose a tag to compare

Release Notes

Add support for Recalbox on PC

Full Changelog

PC Support

  • README applies to RasPi & PC
  • update install script to detect if we're installing on Raspberry Pi or PC
  • add manual install guide for PC
  • add script to assist user finding video outputs
  • add PC-specific config file
  • update 'after upgrade' instructions

Other Changes

  • include all docs in releases
  • init script: start program with python3 -m dynquee
  • make scaled video play script executable

v0.9.5

06 Mar 14:07
Compare
Choose a tag to compare

Documentation fixes

v0.9.4

05 Mar 22:17
Compare
Choose a tag to compare

Fix install scripts (add links to latest release)
Complete "to do" sections in docs