Skip to content

Releases: bootchk/resynthesizer

V3.0.0 for GIMP v3.0.0

22 May 11:27
Compare
Choose a tag to compare

A version compatible with GIMP 3.0.0 or later.
Depends on libgimp-3.0 which should be API stable until the next GIMP major release v4.0.0

See NEWS in branch "resynthesizer3"

Missing the feature localization (aka i18n, internationalization).
Which depends on a future fix in GIMP ScriptFu anticipated for GIMP 3.2.

Replace nested functions, issues 11, 45

09 Jan 13:30
Compare
Choose a tag to compare

Not use nested functions for progress callbacks. Nested functions are a gcc extension. They execute from the stack and are considered unsafe and not supported by modern compilers e.g. llvm. Also replace deprecated glib functions and other changes to eliminate some compiler warnings. Release not beneficial unless you are using a compiler or an OS that doesn't allow nested function execution from stack.

Minor enhancements from contributions.

22 Dec 22:03
Compare
Choose a tag to compare

No major functional changes. Merged several minor pull requests and updated readme to link to pre-built installers.

Fix build scripts

01 Aug 12:49
Compare
Choose a tag to compare

No functional changes. Changes only to support distribution (builders.) Updating to this release is not necessary for binary users.

Appdata metadata
Travis automated build testing
other fixes to build scripts
Change architecture to build a library.