[Gambas-user] Release of gambas 3.13

Benoît Minisini g4mba5 at gmail.com
Thu Apr 11 02:40:27 CEST 2019


Hi,

I have just released the 3.13 version of Gambas. It is available at:

https://gitlab.com/gambas/gambas/-/archive/3.13.0/gambas-3.13.0.tar.bz2

It fixes many annoying bugs of Gambas 3.12, and add the following features:

- JIT compilation is now done in background, speeding up program start.

- The IDE now supports automatic translation tools.

- File.RealPath() is a new method that canonicalizes a path, removing 
all its symbolic links.

- Array.SortUsing() is a new method that sorts an array using an order 
defined by another array.

- Array.Shuffle() is a new method that randomly shuffles the contents of 
an array.

- TimeBox is a new control to enter durations.

See http://gambaswiki.org/wiki/doc/release/3.13.0 for the detailed 
changelog.

Enjoy it!

-- 
Benoît Minisini


More information about the User mailing list