Skip to content

v7.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 07:51
· 47 commits to master since this release
v7.1.1
c53d6db

πŸŽ‰ New Features

πŸ› Bugfixes

  • Fix all C++ string constant conversion warnings (#1686 by wgottwalt)
  • HRTMon ROM check fix
  • check for $AMIBERRY_HOME_DIR before the last fallback (fixes #1698)
  • Virtual keyboard would always show on startup (#1702)
  • Virtual keyboard input would pass through (fixes #1702)
  • re-enable custom gfx boards sanity check

πŸ”¨ Improvements

  • Document --log option in help and GUI helptext (fixes #1689)
  • merge GCC fixes from WinUAE
  • update AROS roms to latest version
  • Support broken cue files with "TRACK 0" instead of "TRACK 01". (fixes #1691)
  • scale height of NTSC resolutions properly (fixes #1703)
  • improve auto-crop when using NTSC (#1703)
  • Added CD Drive controller support (fixes #1690)
  • upgrade tinyxml2 to latest version

πŸ—οΈ Build System

  • updated flatpak libpcap package
  • automatically disable PCem on RISC-V platforms (#1685)

πŸͺš Refactors

  • fix build for RISC-V by making PCem optional (#1685)

πŸ“š Documentation Changes

  • add --log option in manpage (fixes #1695)

🧹 Chores

  • rename SCSI Kit -> Blizzard SCSI Kit