Skip to content

Releases: libvips/nip4

v9.0.5

26 Mar 09:20

Choose a tag to compare

Changes since 9.0.4:

  • better change handling in ientry improves matrixview behaviour
  • better subrow finding fixes replace from file in nested columns
  • fix a crash on row access after row drag between columns
  • improved scheduling for vips_sink_screen()

v9.0.4-1

20 Mar 12:03

Choose a tag to compare

... another test release. This now runs all the test workspaces I have well, and on flatpak and windows.

Changes since 9.0.2-2:

  • revise image repaint ... it should be noticeably faster, and should not get stuck
  • more robust workspace load
  • fix save-as
  • fix a crash in graph export

v9.0.2-2

10 Mar 15:08

Choose a tag to compare

Another test release.

Changes since 9.0.1-5

  • image window repaint is faster and should get not get stuck
  • improve file chooser
  • better font handling in win build [kleisauke]
  • built against a test release of libvips 8.17

v9.0.1-5

27 Feb 12:42

Choose a tag to compare

First public release

A windows binary is in the assets tag below.

For linux, there's a PR to add nip4 to flathub here:

flathub/flathub#6166

You can install one of the test releases from that PR with eg.:

flatpak install --user \
    https://dl.flathub.org/build-repo/165060/org.libvips.nip4.flatpakref

For macOS, there's a PR for a homebrew package here: Homebrew/homebrew-core#209123

Changes since 9.0.0

  • fix Colour display
  • fix 16-bit alpha scaling
  • use VIPS_PATH_MAX everywhere (not FILENAME_MAX) [kleisauke]
  • support ninja test
  • fix bands -> height image to matrix conversion
  • fix to_colour
  • add nip4-batch batch mode interface
  • fix tests
  • remove ^C/^V in mainwindow
  • show parent/child row relationships on hover
  • fix kplot on win
  • fix build and startup on macOS

v9.0.1-3

25 Feb 14:58

Choose a tag to compare

First public release

A windows binary is in the assets tag below.

For linux, there's a PR to add nip4 to flathub here:

flathub/flathub#6166

You can install one of the test releases from that PR with eg.:

flatpak install --user \
    https://dl.flathub.org/build-repo/165060/org.libvips.nip4.flatpakref

For macOS, nip4 should be coming to homebrew soon.

Changes since 9.0.0

  • fix Colour display
  • fix 16-bit alpha scaling
  • use VIPS_PATH_MAX everywhere (not FILENAME_MAX) [kleisauke]
  • support ninja test
  • fix bands -> height image to matrix conversion
  • fix to_colour
  • add nip4-batch batch mode interface
  • fix tests
  • remove ^C/^V in mainwindow
  • show parent/child row relationships on hover
  • fix kplot on win

v9.0.0-11

18 Feb 09:22

Choose a tag to compare

v9.0.0-11 Pre-release
Pre-release

Now builds for flathub and windows.

v9.0.0-10

16 Feb 16:34

Choose a tag to compare

v9.0.0-10 Pre-release
Pre-release

Now builds for windows, though I've not tested it yet.