Skip to content

Releases: sh95014/AppleWin

Mariani 1.6 (2)

21 Feb 19:18

Choose a tag to compare

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)

18 Feb 12:42

Choose a tag to compare

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)

26 Dec 01:25

Choose a tag to compare

  • Quick access buttons for Reboot and Control-Reset in the status bar
  • Fix crasher in Memory Viewer (#69)
  • Fix caps lock issue (#70)

Mariani 1.5 (1)

10 Aug 15:26

Choose a tag to compare

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)

26 Nov 03:02

Choose a tag to compare

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.

#45

Mariani 1.4 (2)

25 Nov 23:36

Choose a tag to compare

Mariani 1.4 (2) Pre-release
Pre-release

This release is exactly the same as 1.4 (1), except a hack that might work around #45

Mariani 1.4 (1)

18 Oct 00:55

Choose a tag to compare

  • 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)

14 Jun 21:19

Choose a tag to compare

  • 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)

30 Jan 22:59

Choose a tag to compare

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)

30 Jan 21:01

Choose a tag to compare

Mariani 1.1 (1) Pre-release
Pre-release

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