Skip to content

v5.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 18:12
· 167 commits to master since this release
4a56d5a

πŸŽ‰ New Features

  • Implemented GUI foreground color option for themes
  • Merge latest updates from preview branch
  • Added button to Create new folder in the dialogs (fixes #1329)
  • Updated floppybridge library to latest version (#1313)
  • All plugins (floppybridge, capsimg) now live in a separate directory, named "plugins"
  • Added option to log to console (fixes #1310)

πŸ› Bugfixes

  • Improve CD32 default mapping (fixes #1237)
  • The GUI should use the right path when opening a file requester (fixes #1305)
  • Use stat instead of lstat on files and directories, to follow symlinks (#1302)
  • Fix KMSDRM video regression (fixes #1294)
  • Add missing directories in packaging (fixes #1306)
  • minor GUI border size fixes (fixes #1311)
  • Fix base color for Radiobuttons in SaveStates panel (#1293)
  • Fixed background color for SaveStates panel checkboxes
  • When saving a new config in the GUI, it should be selected after the refresh (#1317)
  • Improve double-click -> load config and start emulation (fixes #1316)
  • When loading config from the command line and opening the GUI, the settings were reset to defaults (fixes #1315)
  • Always clear the text fields when deleting a config (fixes #1321)
  • Fullscreen toggle didn't quite work (fixes #1322)
  • Set right colors for checkboxes that were missed, so that themes work properly on them
  • Use the right APMODE when toggling full-screen (fixes #1324)
  • Quickstart - enabling 2nd floppy drive did not refresh panel
  • Make guisan widgets active/inactive status more visible (fixes #1326)
  • Fixed textbox background color in Create hardfile dialog (fixes #1327)
  • If console_logging is requested, ensure it's activated always
  • Use WHDLoad custom1-5 values if they are not zero (fixes #1328)
  • The floppy dropdown wasn't updated properly after a selection (fixes #1334)
  • Fixed CD dropdown did not refresh properly (fixes #1337)
  • Fixed plugins directory name in macOS script

πŸ”¨ Improvements

  • Improve layout in Custom Fields window (fixes #1299)
  • Improved console handling in write_log
  • Set config name automatically for CD images as well (fixes #1336)
  • Config panel double-click time reduced to 500ms (#1316)

πŸ—οΈ Build System

  • Fix ARM 32-bit build through CMake (#1298)
  • CMake will now copy libfloppybridge.so into plugins when finished
  • Add the new folders in flatpak as well
  • fix CMake copy of floppybridge lib destination path

πŸͺš Refactors

  • Rename gui theme internal variables
  • Use CD32 model as a fallback for CD auto-detection (fixes #1325)
  • Use "Plugins" directory for macOS
  • Remove CreateFolder button from SelectFile (fixes #1338)

πŸ“š Documentation Changes

  • Improve help text in Config panel
  • Updated help text in Misc panel (fixes #1309)
  • Add console logging details in GUI helptext (fixes #1312)
  • Improve help text in Sound panel
  • Added new option in usage help text (fixes #1319)