Add automatic background refresh
Some checks are pending
Validate Decky / web-client (push) Waiting to run

This commit is contained in:
Elijah 2026-07-20 09:00:24 -07:00
parent e9d76cc4a2
commit ee2ef03982
9 changed files with 163 additions and 25 deletions

View file

@ -590,7 +590,7 @@ dependencies = [
[[package]]
name = "decky"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"keyring",
"serde",

View file

@ -1,6 +1,6 @@
[package]
name = "decky"
version = "0.3.0"
version = "0.3.1"
description = "A focused cross-platform client for Nextcloud Deck"
authors = ["Elijah Kuntz"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Decky",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "com.elijahkuntz.decky",
"build": {
"beforeDevCommand": "npm run dev",
@ -34,7 +34,7 @@
"category": "Productivity",
"shortDescription": "Nextcloud Deck on your desktop",
"longDescription": "A focused cross-platform desktop client for viewing and editing Nextcloud Deck boards.",
"copyright": "Copyright © 2026 Elijah Kuntz",
"copyright": "Copyright © 2026 Elijah Kuntz",
"windows": {
"webviewInstallMode": {
"type": "downloadBootstrapper"