From 8f051ad4596f051dad4955fe6c4404ac378ce0f4 Mon Sep 17 00:00:00 2001 From: Peter Blenessy Date: Fri, 19 Jul 2024 00:12:34 +0200 Subject: [PATCH] - Migrated from Electron to Tauri. --- CHANGELOG.md | 4 ++-- README.md | 26 -------------------------- package.json | 2 +- 3 files changed, 3 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822ebb6..9152e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,10 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change: change from localforage -> Dexie ## [IN-PROGRESS] -- Changed storage backend in vuex from localStorage -> localForage -- Changed state Vuex -> Pine ## [UNRELEASED] + +## v1.0.0 - 2024-07-19 - Migrated from Electron to Tauri. ## v0.5.26 - 2022-03-31 diff --git a/README.md b/README.md index 1190b3e..b3bd039 100644 --- a/README.md +++ b/README.md @@ -33,32 +33,6 @@ Read more: https://docs.github.com/en/authentication/keeping-your-account-and-da ```bash export GH_TOKEN= ``` -#### Creating a draft release -```bash -gh release create v0.4.1 --draft --title "v0.4.1" --notes "This is an alpha release of Stoqster, now with AutoUpdate support." -``` -#### Publish - -```bash -quasar build -m electron -T all --publish always -``` - -### Signing and notarizing Mac OSX app -For signing, notarizing Mac binaries some steps are needed. - -To be able to sign for Mac `developer certificates` need to be generated. - -Read more: https://www.electron.build/code-signing - -To be able to notarize for Mac, `APPLE_ID` and `APPLE_ID_PASSWORD` need to be set. - -Read more: https://github.com/karaggeorge/electron-builder-notarize - - -In case notarization fails due to `Error: Failed to upload app to Apple's notarization servers`: -```bash -sudo xcode-select -r -``` ### Keeping packages up to date ```bash diff --git a/package.json b/package.json index b56386e..807fbc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stoqster", - "version": "0.6.0", + "version": "1.0.0", "productName": "Stoqster", "author": "Péter Blénessy", "private": true,