1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
gvb 1.4, 2014-10-26
* Fixed documentation and names for naif and matrix methods
gvb 1.3, 2014-01-31
* Migrated to python3 + Gtk3
* Cleaned codebase
* Fixed several bugs
* Updated help organization
* Updated manual, "ffmpeg" replaced with "avconv" (closes Debian bug #722271)
* Show animation to screen even when dumping
* Support for non-square grids
1.2.1 (2 February 2010):
* Fixed setup.py to play with install parameters
* Updated translations
* Fixed typo in Italian manual
1.2 (15 November 2009):
* Fixed bugs with resizing
* Added manual
* Given number of points is now a maximum, not dimensionwise.
* Fixed bug with widgets partially hidden in the main window
* Fixed bug with "Revert" in the advanced editor
* Speed is now normalized with respect to number of points.
* Made some more strings translatable
* Added several translations from Launchpad
* Migrated from libglade to gtk.Builder
* Removed a couple of GtkWarnings
* Removed hardcoded python2.5
1.1.2 (16 June 2008): updated version in setup.py
1.1.1 (15 June 2008): removed script headers from modules
1.1: added several translations, restructured organization, added setup.py
1.0: first stable release
|