From f3874f3131aa7575869ab93e2760cc2ac2d2d911 Mon Sep 17 00:00:00 2001 From: Theo Costantini Date: Tue, 12 Nov 2024 08:01:02 +0100 Subject: [PATCH] Bump v2.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ manifest_chrome.json | 2 +- manifest_firefox.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4985e7c..01fe3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v2.0.1 (12/11/2024) + +### Changes + +- [Fix] Fixed popup height issue +- [Fix] Re-added add-on shortcut on Firefox + +## v2.0.0 (11/11/2024) + +Note: This is mostly a backend update because of code rewrite, but it contains a few minor changes listed below. + +- Code rewrite + manifest v3 support. +- Removed web integration for unavailable websites and fixed web web integration for those still up. +- More accurate data displayed by search results. +- Slight changes in UI (font sizes, spacing, ...) due to rewrite. +- More notifications for important actions + all notifications are now browser notifications. + + ## v1.3.7 (19/03/2022) ### Changes diff --git a/manifest_chrome.json b/manifest_chrome.json index 16eef35..a2ff8d6 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "2.0.0", + "version": "2.0.1", "author": "Theo Costantini", "name": "__MSG_APP_Name__", "description": "__MSG_APP_Description__", diff --git a/manifest_firefox.json b/manifest_firefox.json index c281f48..958fbf4 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "2.0.0", + "version": "2.0.1", "author": "Theo Costantini", "name": "__MSG_APP_Name__", "description": "__MSG_APP_Description__", diff --git a/package-lock.json b/package-lock.json index 8e3b19c..462b79d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "al-search", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "al-search", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0", "dependencies": { "vue": "3.5.12", diff --git a/package.json b/package.json index 4acbbce..d35d158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "al-search", - "version": "2.0.0", + "version": "2.0.1", "private": true, "description": "AniList quick search in your browser.", "author": {