Major changes from Gamera 2.x to Gamera 3.x

Last modified: September 16, 2022

Contents

Deprecated functions

Some functions have been deprecated. They will continue to work for now, but will be removed at some point in the future. For more information, see the migration guide.

Plugin system

Some more types were added to the plugin system, meaning they can be conveniently passed between Python and C++ plugins.

  • Point
  • FloatPoint
  • Dim

Graphical user interface

wxPython 2.6.x is a lot closer to the native look and feel of the various platforms. You may notice that the placement of some buttons in some dialog boxes has changed and other minor look and feel details. Most of these are not due to any changes in Gamera itself.

General sanity fixes