๐ New Features
- changes for JIT support for freebsd (#1696 by polyduekes-git)
- add option to map RAmiga key to another key (#1697 by midwan)
๐ 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