Skip to content

Commit 146d51e

Browse files
committed
Updated Readme and manifests for 1.1.5
1 parent b5645af commit 146d51e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ In general, every record consists of:
7878
- TODO: Move source files into src directory
7979
- TODO: Create a page with basic tests
8080

81-
#### 1.1.5 (upcoming)
81+
#### 1.1.5 (current)
8282
- Switched from browser.storage.sync to browser.storage.local to prevent MAX_WRITE_OPERATIONS_PER_HOUR error (this will "delete" your settings, sorry)
8383
- Cleaned up translations, fixed incorrect behavior of some labels
8484
- Transitioned to new websites data location ("ScheduleBlock_Websites"), since your data is unfortunately getting "deleted" anyway due to the first fix
85-
- TODO: When import of settings fails, return reason why
85+
- Added alert with reason when import of settings fails
8686

87-
#### 1.1.4 (current)
87+
#### 1.1.4
8888
- Moved default settings values to RecordStorage
8989
- Completely reworked RecordStorage to hopefully make it thread safe
9090
- Fixed timeout function not increasing duration on the last cycle

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ScheduleBlock",
33
"description": "Block websites on a schedule",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"manifest_version": 3,
66
"permissions": ["storage"],
77

manifestff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ScheduleBlock",
33
"description": "Block websites on a schedule",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"manifest_version": 2,
66
"permissions": ["storage"],
77

0 commit comments

Comments
 (0)