feat: update git url from gitea.usrspace.at to git.usrspace.at

This commit is contained in:
Thomas Rupprecht 2023-09-13 20:32:23 +02:00
parent ae56bdf5bc
commit 8410af011b
6 changed files with 23 additions and 22 deletions

View file

@ -23,8 +23,9 @@ All notable changes to this project will be documented in this file.
- Make `Calendar` types readonly - Make `Calendar` types readonly
- Update `package-lock.json` - Update `package-lock.json`
- Update `eslint`, `eslint-plugin-jsdoc`
## \[[0.9.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.3)] - 2023-09-06 ## \[[0.9.3](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.3)] - 2023-09-06
### ⛰️ Features ### ⛰️ Features
@ -61,7 +62,7 @@ All notable changes to this project will be documented in this file.
- Update @commitlint/{cli,config-conventional,cz-commitlint} - Update @commitlint/{cli,config-conventional,cz-commitlint}
- Update @commitlint/{cli,config-conventional,cz-commitlint}, git-cliff - Update @commitlint/{cli,config-conventional,cz-commitlint}, git-cliff
## \[[0.9.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.2)] - 2023-05-24 ## \[[0.9.2](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.2)] - 2023-05-24
### ⛰️ Features ### ⛰️ Features
@ -98,7 +99,7 @@ All notable changes to this project will be documented in this file.
- Add pre-commit hook with husky - Add pre-commit hook with husky
- Improve git-cliff config - Improve git-cliff config
## \[[0.9.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.1)] - 2023-01-22 ## \[[0.9.1](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.1)] - 2023-01-22
### ✳️ Other ### ✳️ Other
@ -108,7 +109,7 @@ All notable changes to this project will be documented in this file.
- Await init - Await init
- Add link to Pad - Add link to Pad
## \[[0.9.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.0)] - 2023-01-20 ## \[[0.9.0](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.0)] - 2023-01-20
### ✳️ Other ### ✳️ Other
@ -116,7 +117,7 @@ All notable changes to this project will be documented in this file.
- Update to manifest_version v3 - Update to manifest_version v3
- Make code compatible with manifest_version v3 - Make code compatible with manifest_version v3
## \[[0.8.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.7)] - 2023-01-20 ## \[[0.8.7](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.7)] - 2023-01-20
### ✳️ Other ### ✳️ Other
@ -129,13 +130,13 @@ 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
## \[[0.8.6](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.6)] - 2023-01-05 ## \[[0.8.6](https://git.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
## \[[0.8.5](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.5)] - 2023-01-05 ## \[[0.8.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.5)] - 2023-01-05
### ✳️ Other ### ✳️ Other
@ -145,7 +146,7 @@ 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
## \[[0.8.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.4)] - 2023-01-05 ## \[[0.8.4](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.4)] - 2023-01-05
### ✳️ Other ### ✳️ Other
@ -154,13 +155,13 @@ All notable changes to this project will be documented in this file.
- Simplify updateSpaceApiJson - Simplify updateSpaceApiJson
- Add lint script - Add lint script
## \[[0.8.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.3)] - 2023-01-04 ## \[[0.8.3](https://git.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
## \[[0.8.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.2)] - 2023-01-04 ## \[[0.8.2](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.2)] - 2023-01-04
### ✳️ Other ### ✳️ Other
@ -168,7 +169,7 @@ All notable changes to this project will be documented in this file.
- Set html lang by browser language - Set html lang by browser language
- Improve popup styling - Improve popup styling
## \[[0.8.1](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.1)] - 2022-12-25 ## \[[0.8.1](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.1)] - 2022-12-25
### 🐛 Bug Fixes ### 🐛 Bug Fixes
@ -187,7 +188,7 @@ All notable changes to this project will be documented in this file.
- Unfiy codestyle - Unfiy codestyle
- Cleanup data on startup - Cleanup data on startup
## \[[0.8.0](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.0)] - 2022-12-24 ## \[[0.8.0](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.8.0)] - 2022-12-24
### ✳️ Other ### ✳️ Other
@ -205,7 +206,7 @@ All notable changes to this project will be documented in this file.
- Increase svg size - Increase svg size
- Set build filename - Set build filename
## \[[0.7](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.7)] - 2021-11-06 ## \[[0.7](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.7)] - 2021-11-06
### 🐛 Bug Fixes ### 🐛 Bug Fixes
@ -230,19 +231,19 @@ 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
## \[[0.4](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.4)] - 2019-10-04 ## \[[0.4](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.4)] - 2019-10-04
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fix wrong icon - Fix wrong icon
## \[[0.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.3)] - 2019-10-04 ## \[[0.3](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.3)] - 2019-10-04
### ✳️ Other ### ✳️ Other
- Improve popup content - Improve popup content
## \[[0.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.2)] - 2019-08-28 ## \[[0.2](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.2)] - 2019-08-28
### 🐛 Bug Fixes ### 🐛 Bug Fixes

View file

@ -18,7 +18,7 @@
## Install ## Install
```ssh ```ssh
$ git clone https://gitea.usrspace.at/XimeX/usrspace-browser-addon.git $ git clone https://git.usrspace.at/XimeX/usrspace-browser-addon.git
# optional # optional
$ npm i -g web-ext $ npm i -g web-ext
$ npm i $ npm i

View file

@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.\n
# https://tera.netlify.app/docs/ # https://tera.netlify.app/docs/
body = """ body = """
{% if version %}\ {% if version %}\
## \\[[{{ version | trim_start_matches(pat="v") }}](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/{{ version }})] - {{ timestamp | date(format="%Y-%m-%d") }} ## \\[[{{ version | trim_start_matches(pat="v") }}](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/{{ version }})] - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\ {% else %}\
## \\[unreleased] ## \\[unreleased]
{% endif %}\ {% endif %}\
@ -42,7 +42,7 @@ filter_unconventional = false
split_commits = false split_commits = false
# regex for preprocessing the commit messages # regex for preprocessing the commit messages
commit_preprocessors = [ commit_preprocessors = [
# { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/issues/${2}))" }, # { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://git.usrspace.at/XimeX/usrspace-browser-addon/issues/${2}))" },
] ]
# regex for parsing and grouping commits # regex for parsing and grouping commits
commit_parsers = [ commit_parsers = [

View file

@ -59,7 +59,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.usrspace.at/XimeX/usrspace-browser-addon" "url": "https://git.usrspace.at/XimeX/usrspace-browser-addon"
}, },
"keywords": [ "keywords": [
"/usr/space" "/usr/space"

View file

@ -26,7 +26,7 @@ export const QUICK_LINKS = [
}, },
{ {
iconTemplateId: 'template-icon-git', iconTemplateId: 'template-icon-git',
url: 'https://gitea.usrspace.at/', url: 'https://git.usrspace.at/',
text: 'Git', text: 'Git',
}, },
{ {

View file

@ -20,7 +20,7 @@
"default_locale": "de", "default_locale": "de",
"permissions": ["alarms", "notifications", "storage"], "permissions": ["alarms", "notifications", "storage"],
"author": "Thomas Rupprecht", "author": "Thomas Rupprecht",
"homepage_url": "https://gitea.usrspace.at/XimeX/usrspace-browser-addon", "homepage_url": "https://git.usrspace.at/XimeX/usrspace-browser-addon",
"developer": { "developer": {
"name": "Thomas Rupprecht", "name": "Thomas Rupprecht",
"url": "https://blog.ximex.at/" "url": "https://blog.ximex.at/"