# HG changeset patch # User Guido Berhoerster # Date 1614583705 -3600 # Node ID b1b1f273724970160b1a79c1dad629f4b65bf561 # Parent 8279a650da6b2cec83f23ff747e8c8647bd593c0 Release version 8 diff -r 8279a650da6b -r b1b1f2737249 Makefile --- a/Makefile Sat Feb 27 09:14:34 2021 +0100 +++ b/Makefile Mon Mar 01 08:28:25 2021 +0100 @@ -22,7 +22,7 @@ # NAME = tab-mover -VERSION = 7 +VERSION = 8 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r 8279a650da6b -r b1b1f2737249 NEWS --- a/NEWS Sat Feb 27 09:14:34 2021 +0100 +++ b/NEWS Mon Mar 01 08:28:25 2021 +0100 @@ -1,6 +1,12 @@ News ==== +Tab Mover 8 (2021-03-01T08:28:25+01:00) +--------------------------------------- + +- Preserve active and highlighted properties of moved tabs +- Add French translations + Tab Mover 7 (2018-11-25T14:04:26+01:00) ---------------------------------------