Skip to content

Commit

Permalink
release: update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Essomia committed Dec 7, 2024
1 parent 0115daf commit 7443cfa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7443cfa

Please sign in to comment.