8000 Releases · laamaa/m8c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: laamaa/m8c

v2.0.0-beta.1

11 Apr 15:47
e641956
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • appimage generation on linux by @laamaa in #184
  • Refactor systems that handle device connection related things, add MIDI sysex backend by @laamaa in #186
  • Refactor serial communication for improved threading by @laamaa in #187
  • Refactor and enhance input handling, logging, and initialization by @laamaa in #188
  • Feature/ios event handers by @laamaa in #189
  • Bugfix/serial disconnect doublecheck by @laamaa in #192

Full Changelog: v2.0.0-alpha...v2.0.0-beta.1

v1.7.10

03 Mar 14:06
Compare
Choose a tag to compare

Addresses an issue with rendering whitespace characters when the system is using sdl3 with sdl2-compat

Full Changelog: v1.7.9...v1.7.10

v2.0.0-alpha

02 Mar 14:03
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

What's Changed

  • Application codebase migrated from SDL2 to SDL3

Full Changelog: v1.7.9...v2.0.0-alpha

v1.7.9

23 Feb 18:22
Compare
Choose a tag to compare

What's Changed

  • Fix config key assignment by @bit101 in #177
  • Bump SDL2 version to 2.32.0 and target Mac OS 10.7 for Intel Mac build #182
  • Allow user to specify alternate config file with --config flag. by @bit101 in #176

New Contributors

Full Changelog: v1.7.8...v1.7.9

v1.7.8

27 Aug 06:05
Compare
Choose a tag to compare

What's Changed

  • fix #162 analog joystick controls not working properly by @laamaa in #163
  • #157 split game controller related functions to a separate file by @laamaa in #164
  • Use -Wextra when compiling, refactor/code cleanup by @laamaa in #165

Full Changelog: v1.7.7...v1.7.8

v1.7.7

17 Aug 08:37
aa9f3cd
Compare
Choose a tag to compare

Mac only changes, this release should fix app signing problems with Apple Silicon machines.

What's Changed

  • Use a Nix Flake for m8c by @pope in #160
  • Fixes #90 and #142 on Apple Silicon Devices by @Yosam02 in #161
  • Update readme to feature a link to a SDL2 scancode lookup table

New Contributors

Full Changelog: v1.7.6...v1.7.7

v1.7.6

08 Jul 14:37
a4e9009
Compare
Choose a tag to compare

Bugfix release, quitting the application with gamepad/window title X button/other msg_quit mechanisms did not work

What's Changed

Full Changelog: v1.7.5...v1.7.6

v1.7.5

28 Jun 20:40
67fa614
Compare
Choose a tag to compare

What's Changed

  • Tweak Macos builds by @laamaa in #154 (apple silicon package probably still won't run on sonoma, as it's unsigned)
  • add possibility to toggle audio with a key by @laamaa in #156
  • Support variable sized rectangle packets
  • Add a link to SDL scancode table to config.ini

Full Changelog: v1.7.4...v1.7.5

v1.7.4

22 Jun 18:53
102b768
Compare
Choose a tag to compare
v1.7.4 Pre-release
Pre-release

What's Changed

  • Feature/variable sized rectangle commands by @laamaa in #151
  • Refactor gh actions by @laamaa in #153 (new MacOS builds for Apple Silicon and Intel)

Full Changelog: v1.7.3...v1.7.4

v1.7.3

15 Jun 16:44
ac0064a
Compare
Choose a tag to compare
  • Fix logical render size for Model 02 (scaling/window sizing issues)
  • Fix #148 (Spinning cube screensaver looks wonky with Model 02)
  • Fix keyjazz overlay on Model 02
  • Switch source code files to use 100 chars wide rows

Full Changelog: v1.7.2...v1.7.3

0