Releases: sh95014/AppleWin
Mariani 1.6 (2)
Important
Starting in the 1.6 (1) release, Mariani will sporadically check GitHub on launch to see if a new version is available. No personally-identifiable information is sent to GitHub but I expect some metadata like origin IP address might be logged by GitHub. You can disable this behavior in Settings.
- Add a setting to control the quality of video encoding used in the screen recording feature
- Add icons for floppy and hard disk images
Mariani 1.6 (1)
Important
Starting in this release, Mariani will sporadically check GitHub on launch to see if a new version is available. No personally-identifiable information is sent to GitHub but I expect some metadata like origin IP address might be logged by GitHub. You can disable this behavior in Settings.
- Fix various issues with status bar visibility and the scaling of the emulated display while going back and forth between full-screen and windowed modes.
- Support opening AIFF files as cassette tapes.
- Allow screenshots based on window size.
- Reduce host CPU utilization during emulation.
- Fix screen recording on slower machines where audio and video can go out of sync.
Mariani 1.5 (2)
Mariani 1.5 (1)
New Features
- Save and load execution state snapshots
- Advanced options for blank disk image creation
- Support for connecting multiple hard drives
- Support for copy protection dongles
Mariani 1.4 (3)
Fix a crash when adding a Generic Hard Drive to the emulator, as well as when an error alert delays the completion of a reboot.
Mariani 1.4 (2)
This release is exactly the same as 1.4 (1), except a hack that might work around #45
Mariani 1.4 (1)
- Applescript support
- Live viewer for Applesoft BASIC program in memory
- Improved support of AppleWin hotkeys
- Joystick emulation with numeric keypad
11/25: Uploaded dSYMs
Mariani 1.3 (1)
- Debugger! (from an unreleased "1.2" version)
- Memory Viewer!
- (Untested!) support for MEGA Audio and SD Music sound cards
- Universal build
Mariani 1.1 (2)
Identical in terms of features to release 1.1 (1), except this one should have everything it needs as a static library so you shouldn't have to brew install things like Boost or Slirp.
Mariani 1.1 (1)
Turns out Xcode links the Boost and Slirp dependencies as dynamic libraries, which means the app won't run unless you have those brew installed. This should be remedied in Release 1.1 (2), so you should just use that instead. I've removed the binaries for this release to avoid confusion.
...
I'm no longer releasing an Universal binary that can run on both Apple Silicon and Intel CPUs, mainly because libslirp has a lot of dependencies that I would have to build myself. Instead, I'm providing separate zip files for the two architectures. The Gatekeeper warnings mentioned in the 1.0 Release are still relevant, though.
Notable changes in this release:
- Fix Tab key handling
- Switch to CoreAudio for audio output and removed dependency on SDL2
- Cassette support
- Uthernet support
- Audio support in screen recordings