Mercurial > addons > firefox-addons > tab-mover
changeset 18:cb06734b3a7b version-5
Release version 5
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Thu, 31 May 2018 13:07:29 +0200 |
parents | 6b4680867e49 |
children | 1704ebdcbf5b |
files | Makefile NEWS |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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) ---------------------------------------