Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Versions ##

1.5.1.1 -:
- Remove unnecessary permissions to comply with CWS policy (#177)
(only released on Google Chrome, there is no new functionality)

1.5.1:
- Block Facebook suggested posts (#120)
- Updated jQuery and jQuery UI (#130)
Expand Down
5 changes: 1 addition & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,13 @@
"ws://*/*",
"wss://*/*",
"contextMenus",
"tabs",
"idle",
"webRequest",
"webRequestBlocking",
"webNavigation",
"alarms",
"storage",
"notifications"
],
"version": "1.5.1",
"version": "1.5.1.1",
"web_accessible_resources": [
"img/icon24.png",
"jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png",
Expand Down