Skip to content

Releases: mike632t/x11-calc

v0.14.156

25 Jul 00:14
Compare
Choose a tag to compare

Updated release meta data

v0.14.155

23 Jul 20:36
bce02c7
Compare
Choose a tag to compare

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

07 May 23:02
8f506c9
Compare
Choose a tag to compare

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

19 Apr 17:56
73d97f2
Compare
Choose a tag to compare

What's Changed

  • Fixed segmentation fault in HP12C simulator

Full Changelog: v0.14.0147...v0.14.0148

v0.14.0147

14 Apr 20:30
333c9e1
Compare
Choose a tag to compare

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 directory prefix).
  • Embedded missing firmware.

Full Changelog: v0.12.0134...v0.14.0147

v0.12.0134

10 Mar 22:33
Compare
Choose a tag to compare

Latest Changes

  • New icon
  • Improved make file
  • Updated screenshots

v0.12.0133

06 Mar 19:31
Compare
Choose a tag to compare

Latest Changes

  • Updated launcher
  • Improved error reporting

v0.12.0124

25 Feb 17:06
Compare
Choose a tag to compare

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

20 Feb 22:02
Compare
Choose a tag to compare

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