Ads

Release Notes / ChangeLog


See also: Previous releases

2020-12-21  6.13-beta  Codename: Ed Bighead

* CHANGED: Require OpenJDK 15 to compile and run
  (OpenJDK 15.0.1 included in Makagiga packages)

User Interface:

* NEW: Spanish Translation by Rodrigo Farías

* NEW: Calendar: Added "Show Week Numbers" option
       (see Tools → Settings → General)

* NEW: Windows: Use "Segoe UI" by default.
       Note that this apply only to a fresh Makagiga profiles (e.g. after first run).
       You can change the font in main menu → Tools → Settings → Font.

Misc.:

* CHANGED: Smaller Makagiga binary packages (e.g. installer or AppImages)
* FIXED: Tasks: Pause notification auto hide on mouse hover
* About|System tab: added "Java Modules", fixed "Locale Format", added "Monospaced Font Name"
* Minor User Interface tweaks
* Minor usability improvements
* Minor bugfixes

Feeds:

* FIXED: Support "favicon.ico" files in PNG format

Scripting:

* CHANGED: JavaScript Engine (Nashorn) is no longer included by default.
  You can install the lightweight Rhino JavaScript Engine instead:
  Click main menu → Tools → Plugins → Get More Plugins → JS

* Console: "script" command launched w/o parameter now uses a JavaScript by default

* Script editor:
  - Auto complete keywords
  - Added "Get More Plugins" button

Source:

* Allow GTK+ Look and Feel in "developer" mode
* Use Java 15 language features
* Updated IDE project files
* Various code cleanups