Releases: dirkwhoffmann/vAmiga
Releases · dirkwhoffmann/vAmiga
v4.0
v4.0b3
v4.0b2
v4.0b1
This release was initially planned as version 3.3, but due to significant internal changes and the introduction of workspaces — now the primary file format replacing snapshots — I’ve decided to elevate the version number to 4.0.
Enhancements:
- Workspaces (#870, #872)
- Quick Look support (#873)
- Additional screenshot options (#863)
- Improved snapshot compression (#867)
Bug fixes:
- The audio fast-path was sometimes taken too early (#875).
Code quality:
v3.2
Enhancenemts:
- Improved Dashboard (#856)
- User-selectable number formats in inspector (#862)
- Auto-completion for enum-like options in RetroShell (#861)
- Framebuffer screenshots (#863)
Bug fixes:
- The emulator does no longer crash when a dropdown menu in a shrinked toolbar is selected.
Internal changes:
- Switched Swift interoperability from C to C++.
- Encapsulated more data structures and types in the vAmiga namespace.
v3.1.1
v3.1
Release notes:
- vAmiga 3.1 requires macOS 13.5 or above.
Enhancements:
- Build-in 6-channel logic analyzer (#855).
- New dashboard window (#856).
- Multiple inspectors side by side (#854).
- New debug features „finish line“ and „finish frame“ (#853).
Bug fixes:
- Released the handbreak (#857).
- Fixed an NTSC overscan bug (#852).
- Last line in the emulator texture is drawn again (commit fc4c222).
Changes:
- Removed RetroShell debugger command
? host
as it listed nothing. - Added
? thread
for inspecting the current thread state. - Reworked the internal suspend / resume mechanism (9d78747).