From 4665406d2ec479e0785aa4a1abcca4382826a5ce Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Tue, 6 Feb 2024 20:15:44 +0100 Subject: [PATCH] release: do preparation for releasing the rewrite of the browser extension --- .github/workflows/build-test.yml | 2 +- README.md | 4 ++-- src-bex/manifest.chrome.json | 2 +- src-bex/manifest.firefox.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 20c12e5..48cff27 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -3,7 +3,7 @@ name: Build test on: push: branches-ignore: - - master + - release tags-ignore: - '*' pull_request: diff --git a/README.md b/README.md index 649df01..abe44cc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # [QOwnNotes](https://www.qownnotes.org "QOwnNotes Official Site") Web Companion browser extension [GitHub](https://github.com/qownnotes/web-companion) | -[Changelog](https://github.com/qownnotes/web-companion/blob/develop/CHANGELOG.md) | +[Changelog](https://github.com/qownnotes/web-companion/blob/main/CHANGELOG.md) | [Releases](https://github.com/qownnotes/web-companion/releases) | [Chrome Web Store](https://chrome.google.com/webstore/detail/qownnotes-web-companion/pkgkfnampapjbopomdpnkckbjdnpkbkp) | [Firefox Add-ons page](https://addons.mozilla.org/firefox/addon/qownnotes-web-companion) | [QOwnNotes web page](https://www.qownnotes.org) -[![build-test](https://github.com/qownnotes/web-companion/workflows/build-test/badge.svg?branch=develop)](https://github.com/qownnotes/web-companion/actions/workflows/build-test.yml) +[![build-test](https://github.com/qownnotes/web-companion/workflows/build-test/badge.svg?branch=main)](https://github.com/qownnotes/web-companion/actions/workflows/build-test.yml) Chrome / Firefox browser extension to interact with the note-taking desktop application [QOwnNotes](https://www.qownnotes.org) for managing bookmarks and act as a web-clipper. diff --git a/src-bex/manifest.chrome.json b/src-bex/manifest.chrome.json index 71d8dca..3b79844 100644 --- a/src-bex/manifest.chrome.json +++ b/src-bex/manifest.chrome.json @@ -1,5 +1,5 @@ { - "name": "QOwnNotes Web Companion Ng", + "name": "QOwnNotes Web Companion", "short_name": "qownnotes", "description": "__MSG_appDescription__", "default_locale": "en", diff --git a/src-bex/manifest.firefox.json b/src-bex/manifest.firefox.json index b3b7f5e..d123254 100644 --- a/src-bex/manifest.firefox.json +++ b/src-bex/manifest.firefox.json @@ -1,5 +1,5 @@ { - "name": "QOwnNotes Web Companion Ng", + "name": "QOwnNotes Web Companion", "short_name": "qownnotes", "description": "__MSG_appDescription__", "default_locale": "en", @@ -15,7 +15,7 @@ "browser_specific_settings": { "gecko": { - "id": "WebCompanionNg@qownnotes.org", + "id": "WebCompanion@qownnotes.org", "strict_min_version": "57.0" } },