Skip to content

Releases: gwenhael-le-moine/x48ng

v0.41.1

06 Oct 10:09
429162e
Compare
Choose a tag to compare

Quick fix release to acknowledge the small graphic bug on 9.

I've spend my time lately working on https://github.com/gwenhael-le-moine/saturnng which is coming along nicely.

v0.41.0

26 Sep 18:49
8fbe388
Compare
Choose a tag to compare
  • Removed sdl1 UI and replaced it with the sdl2 one. It should be mostly transparent.
  • Added an uninstall target to the Makefile
  • some behind the scene code fiddling

As a sidenote please say high to x48ng's sibling https://github.com/gwenhael-le-moine/saturnng for its first release \o/

Full Changelog: 0.40.2...0.41.0

v0.40.2

08 Sep 14:17
f4c7855
Compare
Choose a tag to compare

(Sorry about the rapid-fire releases -.- Notice a bug, fix it, release, notice more stuff, fix them, release, ... I'll stop for today before I drop the SDL1 UI without much of a warning (It'll happen soon enough ;) ))

  • Fixed a bug parsing scale from config file
  • adjust a little how the default config is generated.

/!\ Last version including the SDL1 GUI

Full Changelog: 0.40.1...0.40.2

v0.40.1

08 Sep 13:26
fb8a037
Compare
Choose a tag to compare

There was a small bug in setup-x48ng-home.sh linking the ROM from the wrong path

Full Changelog: 0.40.0...0.40.1

v0.40.0

07 Sep 19:20
b80657a
Compare
Choose a tag to compare
  • For SDL2 UI only: Added --scale=<float> parameter to adjust up/down the size of the window
  • mention sdl2 in manpage and printed config

Full Changelog: 0.39.0...0.40.0

v0.39.0

07 Sep 09:49
ae2c72e
Compare
Choose a tag to compare

Kind of a big release

What's Changed

  • The SDL2 UI is finally here! It's built by default and the old SDL1 UI, while still included for now, is disabled by default. Note that both SDL2 and SDL1 UIs cannot be built alongside.
  • mkcard has been removed. dd if=/dev/zero of="$DOTX48NG"/port1 bs=1k count=$PORT1_SIZE does the job
  • setup-x48ng-home.sh has been reworked to not depend on @PREFIX@
  • You can now choose against which lua you link during compilation passing LUA_VERSION=luajit (for example) to make [ Makefile: link against user-configurable Lua version by @antecrescent in https://github.com//pull/25 ]

Full Changelog: 0.38.0...0.39.0

v0.38.0

13 Aug 19:05
0baf213
Compare
Choose a tag to compare

It's been a minute...

What's Changed

  • Improve Makefile configurability by @antecrescent in #22
  • sdl UI now obeys --gray and --mono
  • otherwise more small code fiddling and more major refactoring, especially some de-duplication between the UIs
  • EDIT: Oh, and the ROMs are not included anymore due to unclear license. The setup script will get them for you.

New Contributors

Full Changelog: 0.37.0...0.38.0

v0.37.0

11 Apr 19:19
cc5af7d
Compare
Choose a tag to compare

Lots of behind the scene refactoring but this release has been cut to publish the fix for #19

Full Changelog: 0.36.90...0.37.0

v0.36.90

02 Apr 14:24
34b0a1a
Compare
Choose a tag to compare

A quick release adding an option --inhibit-shutdown as a quick and crude temporary fix for #15

Side effects of this option aren't tested, use with caution, hence the funky version number.

Also many minor tweaks in wording in code and messages.

Full Changelog: 0.36.0...0.36.90

v0.36.0

14 Dec 16:13
52464c2
Compare
Choose a tag to compare

Not much changes.

  1. prefer --tui-tiny and --tui-small options
  2. map F1 to F7 keys to actions in tui
  3. UI tweaks in tui

Full Changelog: 0.35.0...0.36.0