Skip to content

Commit 32fe1f7

Browse files
authored
Merge pull request #13 from codedread/1.1.4
1.1.4 branch merge into mainline
2 parents 8728cab + 307d014 commit 32fe1f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+9979
-5114
lines changed

.eslintrc.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
/.idea/*
55
/.debris/*
66
.DS_Store
7+
coverage/
78
node_modules
9+
yarn.lock

.prettierrc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.1.4] - 2025-??-??
6+
7+
### Changes
8+
9+
- Updated to support Chrome Extension Manifest V3.
10+
- Updated all code to modern JavaScript and improved documentation.
11+
- Fixed [issue #3](https://github.com/codedread/spaces/issues/3) by escaping
12+
HTML for all extension content.
13+
- Increased unit test coverage from 0% to ???%.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ Please note that the webstore version may be behind the latest version here.
2828

2929
### Install as an extension from source
3030

31-
1. Download the **[latest available version](https://github.com/deanoemcke/spaces/archive/v1.1.1.zip)**
31+
1. Download the **[latest available version](https://github.com/codedread/spaces/archive/v1.1.4.zip)**
3232
2. Unarchive to your preferred location (e.g., `Downloads`).
3333
2. In **Google Chrome**, navigate to [chrome://extensions/](chrome://extensions/) and enable <kbd>Developer mode</kbd> in the upper right corner.
3434
3. Click on the <kbd>LOAD UNPACKED</kbd> button.
3535
4. Browse to the _root directory_ of the unarchived download, and click <kbd>OPEN</kbd>.
36-
37-
> **TODO** &mdash; add more sections
38-
> - [ ] Build from github
39-
> - [ ] License (currently unspecified)

0 commit comments

Comments
 (0)