Releases: gwenhael-le-moine/x48ng
v0.41.1
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
- 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
(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
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
- 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
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 jobsetup-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) tomake
[ 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
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
- @antecrescent made their first contribution in #22
Full Changelog: 0.37.0...0.38.0
v0.37.0
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
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
Not much changes.
- prefer
--tui-tiny
and--tui-small
options - map F1 to F7 keys to actions in tui
- UI tweaks in tui
Full Changelog: 0.35.0...0.36.0