Skip to content

Releases: BlitterStudio/amiberry-lite

v5.8.10

09 Jul 20:54
v5.8.10
ca2c61a
Compare
Choose a tag to compare

🐛 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

08 May 16:20
b126700
Compare
Choose a tag to compare

🐛 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

10 Apr 17:53
v5.8.8
f29d2a2
Compare
Choose a tag to compare

🐛 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

16 Mar 10:22
v5.8.7
3117b5d
Compare
Choose a tag to compare

🎉 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

22 Feb 11:41
v5.8.6
ed37b0e
Compare
Choose a tag to compare

🐛 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

08 Feb 15:10
2482916
Compare
Choose a tag to compare

🐛 Bugfixes

  • fixed cxxflags and ldflags (fixes #13)
  • ROMs panel would not refresh properly

🏗️ Build System

  • Update CXX_FLAGS (again) #13

v5.8.4

07 Feb 17:16
v5.8.4
ecf16e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.3...v5.8.4

v5.8.3

02 Feb 18:42
v5.8.3
3b1a1b5
Compare
Choose a tag to compare

Full Changelog: v5.8.2...v5.8.3

v5.8.2

29 Jan 19:30
v5.8.2
1c34827
Compare
Choose a tag to compare

🐛 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

16 Jan 11:41
3357742
Compare
Choose a tag to compare

🐛 Bugfixes

  • Reverted change that would potentially trigger a crash on exit
  • Fixed TCP serial connections

🔨 Improvements

  • Updated uaeserial.device code from upstream Amiberry