Skip to main content

max / goingson

v0.3.6: synckit 0.4.0 pricing API + iOS asset regen - synckit-client 0.4.0 API migration: sync_get_tiers (tier list) → sync_get_app_pricing (formula). GoingsOn syncs metadata only, so the cap defaults to the formula minimum (10 GiB) which trips the $2/mo floor. Cap is mostly cosmetic for non-blob apps but required by the new API. - Bump tauri.conf.json: 0.3.3 → 0.3.6. - iOS asset regen (Apple/gen icons + Info.plist + project.yml) from the version bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-01 02:03 UTC
Commit: fa9a46144ce832da33384ad4922e4b666e722b65
Parent: e4525e6
24 files changed, +25 insertions, -15 deletions
M Cargo.lock +4 -2
@@ -1908,7 +1908,7 @@ dependencies = [
1908 1908
1909 1909 [[package]]
1910 1910 name = "goingson-desktop"
1911 - version = "0.3.0"
1911 + version = "0.3.6"
1912 1912 dependencies = [
1913 1913 "async-imap",
1914 1914 "async-trait",
@@ -4163,6 +4163,8 @@ dependencies = [
4163 4163 [[package]]
4164 4164 name = "pter"
4165 4165 version = "0.1.0"
4166 + source = "registry+https://github.com/rust-lang/crates.io-index"
4167 + checksum = "ecc3629f628e0e8d975cd206ef331ce598dd457d94cd609c96a6809934732859"
4166 4168 dependencies = [
4167 4169 "scraper",
4168 4170 ]
@@ -5647,7 +5649,7 @@ dependencies = [
5647 5649
5648 5650 [[package]]
5649 5651 name = "synckit-client"
5650 - version = "0.3.1"
5652 + version = "0.4.0"
5651 5653 dependencies = [
5652 5654 "argon2",
5653 5655 "base64 0.22.1",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "goingson-desktop"
3 - version = "0.3.0"
3 + version = "0.3.6"
4 4 edition = "2024"
5 5
6 6 [[bin]]
@@ -82,7 +82,7 @@ docengine = { workspace = true }
82 82 keyring = { workspace = true }
83 83
84 84 # HTML email to readable markdown
85 - pter = { path = "../../../pter" }
85 + pter = "0.1"
86 86
87 87 # === Desktop-only dependencies (not available on iOS/Android) ===
88 88