This commit is contained in:
Thomas Rupprecht 2023-05-24 22:05:39 +02:00
parent 2e79e02805
commit 2575d48e9e
4 changed files with 60 additions and 47 deletions

View File

@ -2,33 +2,46 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [unreleased] ## \[unreleased]
### Bug Fixes ### ⛰️ Features
- Replace deprecated substr() with substring() and add checks for promise results
### Documentation
- Add type definitions for Calendar and SpaceApi
### Features
- Add git-cliff to update the CHANGELOG.md - Add git-cliff to update the CHANGELOG.md
### Miscellaneous Tasks ### 🐛 Bug Fixes
- Replace deprecated substr() with substring() and add checks for promise results
- Fix markdown escaping in changelog
### 🚜 Refactor
- Remove background.html and import directly as ES module
- Remove "browser_style" setting and include cleaned up extension.css
### 📚 Documentation
- Add type definitions for Calendar and SpaceApi
- Update changelog with new version
### ⚙️ Miscellaneous Tasks
- Update husky - Update husky
- Improve CHANGELOG config - Improve CHANGELOG config
- Unify and improve codestyle - Unify and improve codestyle
- Add .ts files editorconfig and fix styling
- Update @types/firefox-webext-browser and add web-ext to devDependencies
- Update @types/firefox-webext-browser and web-ext
- Update web-ext
- Update git-cliff
### Other ### ✳️ Other
- Add pre-commit hook with husky - Add pre-commit hook with husky
- Improve git-cliff config
## [v0.9.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.1) - 2023-01-22 ## \[[0.9.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.1)] - 2023-01-22
### Other ### ✳️ Other
- Extract code into setBadgeStatus and createStatusChangedNotification function - Extract code into setBadgeStatus and createStatusChangedNotification function
- Don't fetch data if offline - Don't fetch data if offline
@ -36,17 +49,17 @@ All notable changes to this project will be documented in this file.
- Await init - Await init
- Add link to Pad - Add link to Pad
## [v0.9.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.0) - 2023-01-20 ## \[[0.9.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.0)] - 2023-01-20
### Other ### ✳️ Other
- Manifest_v3 - Manifest_v3
- Update to manifest_version v3 - Update to manifest_version v3
- Make code compatible with manifest_version v3 - Make code compatible with manifest_version v3
## [v0.8.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.7) - 2023-01-20 ## \[[0.8.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.7)] - 2023-01-20
### Other ### ✳️ Other
- Add badges to README - Add badges to README
- Improve README - Improve README
@ -57,15 +70,15 @@ All notable changes to this project will be documented in this file.
- Remove persistent flag in manifest config - Remove persistent flag in manifest config
- Open usrspace.at homepage on install - Open usrspace.at homepage on install
## [v0.8.6](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.6) - 2023-01-05 ## \[[0.8.6](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.6)] - 2023-01-05
### Other ### ✳️ Other
- Change addon id to currently used one - Change addon id to currently used one
## [v0.8.5](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.5) - 2023-01-05 ## \[[0.8.5](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.5)] - 2023-01-05
### Other ### ✳️ Other
- Add web-ext-config.js and add watch scripts - Add web-ext-config.js and add watch scripts
- Improve README - Improve README
@ -73,36 +86,36 @@ All notable changes to this project will be documented in this file.
- Inject browser-polyfill only in chromium builds - Inject browser-polyfill only in chromium builds
- Add addon id - Add addon id
## [v0.8.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.4) - 2023-01-05 ## \[[0.8.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.4)] - 2023-01-05
### Other ### ✳️ Other
- Use html template tag - Use html template tag
- Change strict_min_version to v79 - Change strict_min_version to v79
- Simplify updateSpaceApiJson - Simplify updateSpaceApiJson
- Add lint script - Add lint script
## [v0.8.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.3) - 2023-01-04 ## \[[0.8.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.3)] - 2023-01-04
### Other ### ✳️ Other
- Update strict_min_version to 57.0 - Update strict_min_version to 57.0
## [v0.8.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.2) - 2023-01-04 ## \[[0.8.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.2)] - 2023-01-04
### Other ### ✳️ Other
- Explicit set persistent=true and add browser_specific_settings in manifest.json - Explicit set persistent=true and add browser_specific_settings in manifest.json
- Set html lang by browser language - Set html lang by browser language
- Improve popup styling - Improve popup styling
## [v0.8.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.1) - 2022-12-25 ## \[[0.8.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.1)] - 2022-12-25
### Bug Fixes ### 🐛 Bug Fixes
- Fix copy-version script - Fix copy-version script
### Other ### ✳️ Other
- Manifest l10n - Manifest l10n
- Faster data fetching, badge improvements - Faster data fetching, badge improvements
@ -115,9 +128,9 @@ All notable changes to this project will be documented in this file.
- Unfiy codestyle - Unfiy codestyle
- Cleanup data on startup - Cleanup data on startup
## [v0.8.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.0) - 2022-12-24 ## \[[0.8.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.0)] - 2022-12-24
### Other ### ✳️ Other
- Improve code, doc, tooling - Improve code, doc, tooling
- Npm version scripts - Npm version scripts
@ -133,15 +146,15 @@ All notable changes to this project will be documented in this file.
- Increase svg size - Increase svg size
- Set build filename - Set build filename
## [v0.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.7) - 2021-11-06 ## \[[0.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.7)] - 2021-11-06
### Bug Fixes ### 🐛 Bug Fixes
- Fix new urls - Fix new urls
- Fix dates if no date is found - Fix dates if no date is found
- Fix data, remove logging, improve code - Fix data, remove logging, improve code
### Other ### ✳️ Other
- Change spaceApiUrl and nextcloud label - Change spaceApiUrl and nextcloud label
- Add release info - Add release info
@ -158,27 +171,27 @@ All notable changes to this project will be documented in this file.
- Change icon - Change icon
- Remove old html code and load right svg - Remove old html code and load right svg
## [v0.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.4) - 2019-10-04 ## \[[0.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.4)] - 2019-10-04
### Bug Fixes ### 🐛 Bug Fixes
- Fix wrong icon - Fix wrong icon
## [v0.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.3) - 2019-10-04 ## \[[0.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.3)] - 2019-10-04
### Other ### ✳️ Other
- Improve popup content - Improve popup content
## [v0.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.2) - 2019-08-28 ## \[[0.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.2)] - 2019-08-28
### Bug Fixes ### 🐛 Bug Fixes
- Fix icon style - Fix icon style
- Fix compatibility with chromium based browsers - Fix compatibility with chromium based browsers
- Fix typo - Fix typo
### Other ### ✳️ Other
- Init - Init
- Add first readme - Add first readme

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "usrspace-browser-addon", "name": "usrspace-browser-addon",
"version": "0.9.1", "version": "0.9.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "usrspace-browser-addon", "name": "usrspace-browser-addon",
"version": "0.9.1", "version": "0.9.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "usrspace-browser-addon", "name": "usrspace-browser-addon",
"description": "WebExtension for the Hacker-/Maker-Space /usr/space", "description": "WebExtension for the Hacker-/Maker-Space /usr/space",
"version": "0.9.1", "version": "0.9.2",
"dependencies": { "dependencies": {
"webextension-polyfill": "^0.10.0" "webextension-polyfill": "^0.10.0"
}, },

View File

@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "__MSG_extensionName__", "name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__", "description": "__MSG_extensionDescription__",
"version": "0.9.1", "version": "0.9.2",
"icons": { "icons": {
"48": "icons/favicon.svg", "48": "icons/favicon.svg",
"96": "icons/favicon.svg" "96": "icons/favicon.svg"