From d8b0b111b2377d63d8050c8ac847d196f7b6dd1b Mon Sep 17 00:00:00 2001 From: Booteille Date: Tue, 8 Oct 2019 23:52:41 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54f695..71f86c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Now ask for `webNavigation` permission to be able to make the new copy link `pageAction` work. +- Added option to load comments without javascript. Fix #39. ### Changed - Use `pageAction` to copy cleaned Invidious link. -- Enforce CSP for embeds only. +- Enforce CSP for embeds only. Fix #35. - Fix some typos. - Disabling a service in the popup menu now disable its fieldset too. -- GitLab