Add board and stack management for 0.3.0
Some checks are pending
Validate Decky / web-client (push) Waiting to run
Some checks are pending
Validate Decky / web-client (push) Waiting to run
This commit is contained in:
parent
dfb04462f3
commit
6a8c6a1eb6
16 changed files with 364 additions and 92 deletions
11
README.md
11
README.md
|
|
@ -18,6 +18,8 @@ Implemented functionality includes:
|
|||
|
||||
- app-password authentication and automatic API-path discovery;
|
||||
- active-board filtering and saved board selection;
|
||||
- board creation, renaming, recoloring, and deletion;
|
||||
- stack creation, renaming, reordering, and deletion;
|
||||
- horizontal and vertical layouts saved independently per board;
|
||||
- card creation, editing, deletion, due date, description, and color controls;
|
||||
- a directly visible completion checkmark that synchronizes Deck's `done` value
|
||||
|
|
@ -46,7 +48,7 @@ npm run tauri dev
|
|||
Build a release executable with:
|
||||
|
||||
```powershell
|
||||
powershell -ExecutionPolicy Bypass -File .\scripts\Prepare-Release.ps1 -Version 0.2.0 -Notes "Release notes"
|
||||
powershell -ExecutionPolicy Bypass -File .\scripts\Prepare-Release.ps1 -Version 0.3.0 -Notes "Release notes"
|
||||
```
|
||||
|
||||
This produces a normal per-user Windows setup executable plus the cryptographic
|
||||
|
|
@ -65,7 +67,8 @@ OS credential service.
|
|||
|
||||
## Updates
|
||||
|
||||
Installed copies update from signed release artifacts, never with `git pull`.
|
||||
Installed copies update from signed Forgejo Release artifacts, never with `git pull`.
|
||||
The updater is available from Settings and reads stable metadata from the
|
||||
Forgejo repository. See `app/UPDATES.md` for signing-key backup, release tags,
|
||||
Forgejo Actions secrets, and the manual release fallback.
|
||||
Forgejo repository. The Unraid Forgejo runner validates source changes; this
|
||||
Windows machine builds and signs the installer. See `app/UPDATES.md` for the
|
||||
complete release procedure and signing-key backup.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue