Skip to content

Commit ae1b7bf

Browse files
committed
Add unit tests for issue #25 fix and ready for 1.1.8 release
1 parent e23ea21 commit ae1b7bf

File tree

4 files changed

+375
-3
lines changed

4 files changed

+375
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.8] - 2025-??-??
5+
## [1.1.8] - 2025-12-03
66

77
### Changes
88

99
- Fixed [issue #31](https://github.com/codedread/spaces/issues/31): Allow changing the capitalization of space names.
1010
- Fixed [issue #25](https://github.com/codedread/spaces/issues/25): Restore window ids from lost sessions in the db.
11-
- Increased unit test coverage from 16.17% to 22.69%.
11+
- Increased unit test coverage from 16.17% to 23.62%.
1212

1313
## [1.1.7] - 2025-10-01
1414

js/background/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,4 +1435,5 @@ export {
14351435
handleLoadSession,
14361436
handleUpdateSessionName,
14371437
requestAllSpaces,
1438+
requestSpaceFromWindowId,
14381439
};

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Spaces",
33
"description": "Intuitive tab management",
4-
"version": "1.1.8.2",
4+
"version": "1.1.8",
55
"permissions": [
66
"contextMenus",
77
"downloads",

0 commit comments

Comments
 (0)