# HG changeset patch # User Guido Berhoerster # Date 1487751130 -3600 # Node ID 288f880882c55149d2c4ec81b2d0ceb4947bfce0 # Parent e4391e12b799f37558d21d3f996977040562d941 Release version 4 diff -r e4391e12b799 -r 288f880882c5 Makefile --- a/Makefile Wed Feb 22 09:11:14 2017 +0100 +++ b/Makefile Wed Feb 22 09:12:10 2017 +0100 @@ -22,7 +22,7 @@ # NAME = tab-mover -VERSION = 3 +VERSION = 4 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r e4391e12b799 -r 288f880882c5 NEWS --- a/NEWS Wed Feb 22 09:11:14 2017 +0100 +++ b/NEWS Wed Feb 22 09:12:10 2017 +0100 @@ -1,6 +1,14 @@ News ==== +Tab Mover 4 (2017-02-22T09:12:10+01:00) +--------------------------------------- + +- Generate manifest.json +- Update menu when reopening a tab +- Allow reopening tabs from normal windows in incognito windows +- Clean up code + Tab Mover 3 (2017-02-19T22:02:48+01:00) ---------------------------------------