From: Damyan Ivanov Date: Sun, 30 Jul 2017 08:13:21 +0000 (+0000) Subject: add Changes to the XPI X-Git-Tag: 2.0 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=f1a75daa065c6c5d4575f9c82f24c5d27b353008 add Changes to the XPI --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..e89c36c --- /dev/null +++ b/Changes @@ -0,0 +1,5 @@ +2.0 [2017-07-30] + * Rework for WebExtensions + + major change in the user interaction + * Add more Debian-related sites + * All icons are SVG diff --git a/Makefile b/Makefile index aa85627..551c44a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ PKG := icedeb -ALL_FILES := README TODO manifest.json icedeb.js icedeb.css icedeb.html icedeb-content.js \ +ALL_FILES := README TODO Changes manifest.json \ + icedeb.js icedeb.css icedeb.html icedeb-content.js \ $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.svg all: $(PKG).xpi