From f1a75daa065c6c5d4575f9c82f24c5d27b353008 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 30 Jul 2017 08:13:21 +0000 Subject: [PATCH] add Changes to the XPI --- Changes | 5 +++++ Makefile | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Changes 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 -- 2.39.2