Skip to content

Commit

Permalink
- Migrated from Electron to Tauri.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBlenessy committed Jul 18, 2024
1 parent eb48b82 commit 8f051ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,6 @@ Read more: https://docs.github.com/en/authentication/keeping-your-account-and-da
```bash
export GH_TOKEN=<YOUR-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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stoqster",
"version": "0.6.0",
"version": "1.0.0",
"productName": "Stoqster",
"author": "Péter Blénessy",
"private": true,
Expand Down

0 comments on commit 8f051ad

Please sign in to comment.