# HG changeset patch # User Guido Berhoerster # Date 1527764849 -7200 # Node ID cb06734b3a7ba5e6f28751c27629011d1fe808a5 # Parent 6b4680867e49834c3a47212da1cf8d62528ed263 Release version 5 diff -r 6b4680867e49 -r cb06734b3a7b Makefile --- a/Makefile Thu May 31 12:57:40 2018 +0200 +++ b/Makefile Thu May 31 13:07:29 2018 +0200 @@ -22,7 +22,7 @@ # NAME = tab-mover -VERSION = 4 +VERSION = 5 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r 6b4680867e49 -r cb06734b3a7b NEWS --- a/NEWS Thu May 31 12:57:40 2018 +0200 +++ b/NEWS Thu May 31 13:07:29 2018 +0200 @@ -1,6 +1,12 @@ News ==== +Tab Mover 5 (2018-05-31T13:07:29+02:00) +--------------------------------------- + +- Remove incorrect specification of the tab position when creating new tabs +- Remove generated files on the clean target + Tab Mover 4 (2017-02-22T09:12:10+01:00) ---------------------------------------