# HG changeset patch # User Guido Berhoerster # Date 1617877563 -7200 # Node ID df8ade6f65c4b4b5b461388643b482720940471a # Parent aaed574396b8af503c336491b84021dc595ca1bb Release version 9 diff -r aaed574396b8 -r df8ade6f65c4 Makefile --- a/Makefile Thu Apr 08 11:22:24 2021 +0200 +++ b/Makefile Thu Apr 08 12:26:03 2021 +0200 @@ -22,7 +22,7 @@ # NAME = tab-mover -VERSION = 8 +VERSION = 9 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r aaed574396b8 -r df8ade6f65c4 NEWS --- a/NEWS Thu Apr 08 11:22:24 2021 +0200 +++ b/NEWS Thu Apr 08 12:26:03 2021 +0200 @@ -1,6 +1,12 @@ News ==== +Tab Mover 9 (2021-04-08T12:26:03+02:00) +--------------------------------------- + +- Move pinned tabs correctly +- Adjust command line options to Inkscape 1.0 + Tab Mover 8 (2021-03-01T08:28:25+01:00) ---------------------------------------