Releases: mike632t/x11-calc
v0.14.156
v0.14.155
Use a separate makefile for MacOS
Add Alpine package install instructions to README
Sets the application icon to using the X windows logo
v0.14.154
Changes
-
Fixed bug that could cause simulator to exit immediately on some systems.
-
Updated French language text,
-
Added support for FreeBSD.
-
Added shortcut keys for 'A-E' on 15C and 11C.
-
Improvements to makefiles.
Full Changelog: v0.14.0148...v0.14.0154
v0.14.0148
v0.14.0147
What's Changed
- Allows the size of the window to be adjusted using the
--zoom n
option
where n can be between 0 and 4. (Fixes #issue - Added an install option to the makefile (by default the installer will
use$HOME/.local
if it exists, but it is possible to specify another
directory by setting the directoryprefix
). - Embedded missing firmware.
Full Changelog: v0.12.0134...v0.14.0147
v0.12.0134
Latest Changes
- New icon
- Improved make file
- Updated screenshots
v0.12.0133
Latest Changes
- Updated launcher
- Improved error reporting
v0.12.0124
Use an alternate font if the preferred font is not available.
Latest Changes
-
Fixed (unreported) issue when reading ROMs with a non contiguous address space
-
Defined an array of alternative fonts for each style of text required and select the most suitable fonts from these alternatives to reduce the dependency on the base fonts
v0.11.0122
First stable release with changes to allow repackaging using Flatpak
Latest Changes
-
For models with continuous memory the current contents of memory will be saved in
$HOME
if the data file for that emulator already exists in that location to maintain compatibility with earlier releases, but if it does not already exist then if$XDG_DATA_HOME
is defined the data will be saved in$XDG_DATA_HOME/x11-calc/
. Otherwise if$HOME/.local/share/x11-calc
exists it will be saved there, or in$HOME
if it does not. This maintains compatibility with any existing versions while allowing the application to use$XDG_DATA_HOME
if it is defined, or$HOME/.local/share
if it exists.
This allows the emulator to be packaged using Flatpak. -
ROM contents are not cleared before loading a new ROM from a file, ROM files can there fore be used to patch existing ROMs..
Full Changelog: v0.11