Skip to content

1.5.0

Compare
Choose a tag to compare
@jplloyd jplloyd released this 11 Feb 07:18
· 141 commits to master since this release
v1.5.0

The 1.5.0 release includes the following:

Backported functionality

Features from the dev branch are backported in an API-compatible way, under the new MyPaintSurface2 interface (and the MyPaintTiledSurface2 implementation).

  • view zoom & view rotation
  • spectral color blending (pigment mode)
  • new smudge settings: length multiplier, buckets, transparency
  • new symmetry modes: vertical, vertical+horizontal, rotational, snowflake
  • adjustable angle for symmetry modes
  • optional multiple output rectangles (only relevant w. new symmetry modes)

(new symmetry modes only available for MyPaintTiledSurface2)

Changes from 1.4.0

Directional offsets are clamped to a maximum distance of 3 * 1080 pixels.

Some string updates and a lot translated strings.

Gegl build and examples fixed (note that neither MyPaint nor GIMP require or use the gegl-compatible interface or GObject introspection provided by libmypaint).

Compatibility note

For those who mess around with their library installs, note that the 1.5.0 release is ABI-compatible with 1.3.0, but not 1.4.0 (due to a enum reordering).