From 7443cfac1f676c0b05a4b81cc48f6f56d43988f2 Mon Sep 17 00:00:00 2001 From: Melissa Boutry Date: Fri, 6 Dec 2024 21:14:40 -0500 Subject: [PATCH] release: update to 0.7.0 --- CHANGELOG.md | 16 +++++++++++++--- src/manifest.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f910d..d976943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,21 @@ ## Versions +v0.7.0: + +- **feat**: options/contentCategories - set and use an id for category filtering instead of the name +- **feat**: options - allow user to rename category name and update all references +- **feat**: options - update save to be on change and not on save button click +- **fix**: options - ensure alert message is now fixed to the top right corner +- **fix**: contentCategories - update channel/subscription page selector to correct DOM container +- **fix**: contentCategories - update constant naming +- **chore**: refactor comments and functions name + v0.6.0: -* **chore**: adding linting and code formating rules -* **chore**: setup files for github (CONTRIBUTING, issue templates, etc) -* **chore**: move extension files into src folder +- **chore**: adding linting and code formating rules +- **chore**: setup files for github (CONTRIBUTING, issue templates, etc) +- **chore**: move extension files into src folder v0.5.0: diff --git a/src/manifest.json b/src/manifest.json index bcf534c..95d4895 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "SimpleTube - YouTube Filters & Subscriptions Manager", - "version": "0.6.0", + "version": "0.7.0", "description": "Filters for YouTube videos based on video length and subscriptions manager", "permissions": ["storage", "activeTab", "scripting"], "icons": {