Skip to content

Commit

Permalink
chore: bump to 0.0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremieLitzler committed Aug 20, 2024
1 parent 7d3f945 commit 978e8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ You can :
- [x] Add the ability to select the day(s) of the week when the time range applies (https://github.com/JeremieLitzler/website-blocker-extension/issues/16)
- [x] Show "Unsaved changes" message when editing (https://github.com/JeremieLitzler/website-blocker-extension/issues/17)
- [ ] ~Add form validation when typing the times~ (see issue why I cancelled this > https://github.com/JeremieLitzler/website-blocker-extension/issues/5)
- [x] Implement the blocking feature to check the time and the day of week when blocking a URL (https://github.com/JeremieLitzler/website-blocker-extension/issues/18)
- [ ] Improve popup UI of blocked page (https://github.com/JeremieLitzler/website-blocker-extension/issues/10)
- [ ] Warn user about overlapping time ranges for same website (https://github.com/JeremieLitzler/website-blocker-extension/issues/4)
- [ ] Add a Pomodoro timer to the extension (https://github.com/JeremieLitzler/website-blocker-extension/issues/6)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Website Blocker",
"version": "0.0.0.52",
"version": "0.0.0.53",
"description": "Blocks specified websites during set times",
"permissions": ["storage", "tabs", "webNavigation", "identity"],
"host_permissions": ["<all_urls>"],
Expand Down

0 comments on commit 978e8d8

Please sign in to comment.