Releases: BlitterStudio/amiberry-lite
Releases · BlitterStudio/amiberry-lite
v5.8.10
🐛 Bugfixes
- Fix compile on latest GCC versions
- Don't throw serial port errors to the console
- Fix some address sanitizer issues
- Fix Custom Controls not loading in some cases
🔨 Improvements
- Added support for CHD+zstd archives
- make zstd requirement optional
🏗️ Build System
- workflow fixes
- fixed artifact name
🧹 Chores
- improve gitignore file
- bump version to 5.8.10 for release
v5.8.9
🐛 Bugfixes
- Fixed some GUI widgets were not visible in Add Hardfile dialog
- Fix keyboard left/right in GUI text fields would jump two characters (fixes #16)
🔨 Improvements
- Add Swap Backslash/F11 option to GUI and INI file
- Don't destroy window when changing gfx settings (fixes #17)
- try to calculate hardfile sizes correctly on macOS
🧹 Chores
- bump version to 5.8.9
v5.8.8
🐛 Bugfixes
- fix src/filesys.cpp:action_read_link crash
- revert mouse x/y calculation in setcursor
- fix version string was not initialized early enough
- Fixes filesys returning 0 in case of a malformed UTF filename
- fix bsdsocket fdcallback crash
- Fix version string being truncated
🔨 Improvements
- added Drive Cable options for GreaseWeazle
- add support for 3.2.3 ROMs
🪚 Refactors
- Disable Lock/Unlock mechanism for gfx operations
- change how Version information is constructed
v5.8.7
🎉 New Features
- Expand uaelib and uaenative with more functions
- implemented custom board order option in HWInfo panel
- added a default Dark GUI theme
- added a default sound frequency option in amiberry.conf
- expose Z3 mapping mode option in GUI->RAM
🐛 Bugfixes
- whdboot prefix would be incorrect under macOS
- if audio was disabled, audio_pull_buffer could fail
🔨 Improvements
- fixes for mouse positioning
- Updated gamecontrollerdb to latest version
- added A600GS controller entry in gamecontrollerdb_user
- updated whdload_db.xml to latest version
🏎️ Performance Improvements
- optimize read_processor_time
🏗️ Build System
- add debian-bookworm-amd64 automated builds
🪚 Refactors
- fixed reference to "Kickstarts" dir in ROM handling
- sync slirp_uae with Amiberry
- improve, optimize and modernize filesystem operations
v5.8.6
🐛 Bugfixes
- Fixed serial port support was always disabled after recent refactoring
🔨 Improvements
- bring over some improvements from amiberry repo
🏗️ Build System
- Bump version to 5.8.6
🪚 Refactors
- don't create the rp9 folder on startup
- minor refactoring in gfx
📚 Documentation Changes
- make it very clear that OpenGL support is not yet working (fixes #18)
v5.8.5
v5.8.4
v5.8.3
Full Changelog: v5.8.2...v5.8.3
v5.8.2
🐛 Bugfixes
- CPU usage would climb to 100% when Paused
- Fixed default prefs having ECS instead of OCS chipset option
🔨 Improvements
- GUI updates
- CDDA playback updates
- Logging cleanup
- CDTV/CD32 auto-detection improvements
- Try to detect files with different capitalization in file extensions (e.g. mp3 vs MP3)
🪚 Refactors
- Use amiberry.conf for configured directories before creating the default ones
- Improved startup creation of directories
v5.8.1
🐛 Bugfixes
- Reverted change that would potentially trigger a crash on exit
- Fixed TCP serial connections
🔨 Improvements
- Updated uaeserial.device code from upstream Amiberry