Commit Graph
100 Commits
Author SHA1 Message Date
Bendik Aagaard Lynghaug b8489dc024 phase 3: rewire ZodiaSyncNode against LogSync 0.6
Real sync layer back, now backed by a persistent p2panda-store SqliteStore
at $DATA_DIR/sync_log.db (separate from interpretations.db so we don't have
to share schemas with the rusqlite-era zodia-store rewrite).

API churn handled:
- MemoryStore → SqliteStore (persistent; LogStore + TopicStore impls come
  from p2panda-store, no custom TopicMap needed anymore)
- LogSync::builder(store, topic_map, endpoint, gossip) → builder(store, endpoint, gossip)
- TopicLogSyncEvent::Operation(op) → ::OperationReceived { operation, metrics }
- TopicLogSyncEvent::SyncStarted(_) → ::SyncStarted { metrics }
- TopicLogSyncEvent::SyncFinished(_) → ::SyncFinished { metrics }
- Header.public_key → verifying_key; Header.previous field removed
- Header.timestamp now Timestamp (use Timestamp::now())
- get_latest_entry / insert_operation now live on LogStore/OperationStore traits

Side effect: offline-catch-up of community interpretations is back online.

ZodiaSyncNode::spawn now requires the data_dir path so it can place its log
DB alongside the main store; caller updated.
2026-05-28 20:18:51 +02:00
Bendik Aagaard Lynghaug 96dcb6daca phase 2: bump iroh 0.96 → 0.98 and p2panda 0.5 → 0.6
API churn handled:
- p2panda_core::PrivateKey → SigningKey, PublicKey → VerifyingKey
- iroh_endpoint::Builder::private_key() → .signing_key()
- gossip.stream(): now takes Topic instead of [u8; 32] — use Topic::from(key.0)
- p2panda-core 0.6 in zodia-crypto + zodia-app

zodia-sync is stubbed: the new LogSync API (SqliteStore-backed, TopicStore
trait, restructured FromSync events) needs a real rewrite that I'm deferring
to Phase 3. The stub exposes the same public surface (spawn/publish/
ReceivedInterp) but performs no actual sync, so live Tier-1 direct exchange
still works while offline catch-up of community interpretations is paused.

Workspace builds clean. Smoke-test before piling Phase 3 on top.
2026-05-28 19:59:41 +02:00
Bendik Aagaard Lynghaug a60b68b894 phase 1 complete: aspect_view → SimpleAsyncComponent
Convert AspectView to SimpleAsyncComponent so init+update can await the
async store. Affirm/submit clicks route through AppMsg::AffirmInterp /
AppMsg::SubmitInterp so the parent handles the actual store write on its
own runtime — the click closure just dispatches the message and updates
the UI optimistically.

Drop the dangerous _blocking helpers on ZodiaStore (would have panicked
on GTK main thread since GTK callbacks run outside tokio context). Last
sync callsite — the chat-history preload in AppModel::init — now uses
direct .await inside the async init.

Workspace builds clean. Phase 1 (storage migration) is done; rusqlite is
gone, sqlx-sqlite is the only SQLite linker, p2panda 0.6's libsqlite3-sys
dep no longer conflicts. Next: Phase 2 — bump iroh 0.96 → 0.98 + p2panda
0.5 → 0.6, then Phase 3 (replace ZodiaSyncNode with the new Node API).
2026-05-28 19:44:14 +02:00
Bendik Aagaard Lynghaug aaf23c3170 wip: route affirm + submit interp through AppMsg (parent-handled async) 2026-05-28 19:25:56 +02:00
Bendik Aagaard Lynghaug a7445cf704 wip: phase 1 storage migration — sqlx async store
Migrate zodia-store from rusqlite to sqlx-sqlite to unblock p2panda 0.6
(which also links sqlite3 via sqlx, conflicting with rusqlite's libsqlite3-sys).

zodia-store and zodia-sync compile cleanly; ~10 build errors remain in
app/src/aspect_view.rs and stargazer_page.rs where sync GTK widget init +
click closures need to read/write the now-async store. Next step is to
pre-fetch in async parent (AppModel) and pass plain data into the sync
SimpleComponent — not yet done.

WIP checkpoint on port/p2panda-node-api; do not merge to main.
2026-05-28 19:22:18 +02:00
Bendik Aagaard Lynghaug 2fb66857f7 chore: update flathub submodule to v0.5.1 2026-05-28 17:54:36 +02:00
Bendik Aagaard Lynghaug 7b94da42cf release: bump to v0.5.1
Release / Create GitHub Release (push) Failing after 7s
Release / Build x86_64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-apple-darwin (push) Has been skipped
Release / Build x86_64-pc-windows-gnu (push) Has been skipped
2026-05-28 17:54:27 +02:00
Bendik Aagaard Lynghaug 70f080bd13 net: drop self-hosted relay + bootstrap; use iroh defaults
The self-hosted iroh-relay at stargaze.whatdoyouliketodo.com was no longer
  reachable (Caddy up, iroh-relay daemon down), producing 'Failed to connect
  to relay server' warnings on every startup.  Remove RELAY_ZODIA,
  ALL_RELAYS, and BOOTSTRAP_NODE_ID and let iroh use its public default
  relays.  Delete the zodia-bootstrap binary and service unit — no longer
  needed.
2026-05-28 17:50:16 +02:00
Bendik Aagaard Lynghaug 55c44b178a chore: update flathub submodule to v0.5.0 2026-05-24 16:50:36 +02:00
Bendik Aagaard Lynghaug 607cfc4e4c chore: update flathub submodule to v0.5.0 2026-05-07 17:30:44 +02:00
Bendik Aagaard Lynghaug 6a4db78c2c release: bump to v0.5.0
Release / Create GitHub Release (push) Failing after 7s
Release / Build x86_64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-apple-darwin (push) Has been skipped
Release / Build x86_64-pc-windows-gnu (push) Has been skipped
2026-05-07 17:20:58 +02:00
Bendik Aagaard Lynghaug b7ab345317 baseline_aspects.tom 2026-05-07 17:20:29 +02:00
Bendik Aagaard Lynghaug bc0d6a9faf big !view macro rewrite 2026-05-07 13:41:37 +02:00
Bendik Aagaard LynghaugandClaude Opus 4.7 491e7480a2 view! macro adoption: setup, sidebar, tab toolbars, contribute bars, messages tab
build_setup_page: declarative toolbar/header/date_group/city_group/manual_group/
content via relm4::view!; SpinRow construction extracted to spin_row helper.

build_main_page: nav row factory function uses view!; consent_bar and call_bar
fully declarative; chart/sky/network tab toolbars deduplicated via new
make_tab_toolbar(title, body) helper.

stargazer_page::build_messages_tab: scrolled list + input row tree expressed
in view!; signal wiring stays imperative below.

Net minor LOC growth — the win is structural clarity over imperative threading,
not size.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 05:08:48 +02:00
Bendik Aagaard Lynghaug 5547936413 fix asc placemnt computation bug 2026-05-06 22:47:24 +02:00
Bendik Aagaard Lynghaug f3065e56b6 improve placement view capabilities 2026-05-06 22:32:15 +02:00
Bendik Aagaard LynghaugandClaude Opus 4.7 4257b36e04 Add placement interpretations: sign + house variants
InterpKey gains PlacementSign { planet, sign } and PlacementHouse
{ planet, house } variants with canonical sigs placement_sign:planet:sign
and placement_house:planet:house. plain_name renders "Jupiter in Virgo"
and "Jupiter in House 9" respectively.

placements.rs now produces a Vec<AspectItem> rather than rendering a
static PreferencesGroup; AspectView's natal kind builds a second
FactoryVecDeque<InterpRow> above the aspects group titled "Placements"
that feeds through the same Activate forwarding so taps push the same
detail_page used by aspects.

Baseline TOML gains [placement_sign] and [placement_house] sections
seeded with a curated subset spanning planets / signs / houses.
format_interp_key in the network feed and store kind_str learn the new
variants.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 22:12:32 +02:00
Bendik Aagaard Lynghaug fe30ba718a Rename contribute button label: Submit → Share 2026-05-06 22:02:14 +02:00
Bendik Aagaard Lynghaug b53654da01 put orb underneath aspects in interp_row 2026-05-06 21:52:50 +02:00
Bendik Aagaard Lynghaug cd51bd5c89 More refactoring 2026-05-06 21:43:01 +02:00
Bendik Aagaard Lynghaug d20ef4040a Add a factory for peer view logic 2026-05-06 14:22:44 +02:00
Bendik Aagaard Lynghaug 9eb77cb449 Replace five separate peer-tracking collections with a single
HashMap<PeerId, Stargazer> backed by a StargazerState enum:

     Discovered -> OutgoingPending -> Connected
     Discovered -> IncomingPending -> Connected

   Key behaviours:
   - OutgoingPending persisted in pending.tsv; retried automatically on
     every PeerDiscovered event and on NetworkReady startup
   - Mutual pending fast-path: if both sides have proposed, the incoming
     channel is auto-accepted without showing the consent bar
   - Sidebar "Others" section shows all non-Discovered peers sorted:
     Connected+online, IncomingPending, OutgoingPending, Connected+offline
   - Pending rows are non-navigable with a visible x remove button
   - Connected rows retain the nickname pencil and unread badge
   - Outgoing consent bar removed; + immediately commits to OutgoingPending
   - Desktop notifications unchanged (consent bar still fires on IncomingPending)
   - Dead peer_list.rs removed
2026-05-06 06:26:26 +02:00
Bendik Aagaard Lynghaug 168e65bc18 chore: fix flathub manifest — disable-submodules for CI 2026-04-28 17:44:23 +02:00
Bendik Aagaard Lynghaug f0f46eecc3 chore: update flathub submodule to v0.4.12 2026-04-28 17:10:44 +02:00
Bendik Aagaard Lynghaug bcf6557eaa release: bump to v0.4.12
Release / Create GitHub Release (push) Failing after 8s
Release / Build x86_64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-apple-darwin (push) Has been skipped
Release / Build x86_64-pc-windows-gnu (push) Has been skipped
2026-04-28 17:10:07 +02:00
Bendik Aagaard LynghaugandClaude Sonnet 4.6 026bf6cc5e chore: metainfo quality improvements for Flathub v0.4.12
- Add <branding> primary colors (light #7b5ea7 / dark #22174a) from icon palette
- Shorten summary to 33 chars to meet quality-badge threshold
- Add v0.4.12 release entry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 17:09:09 +02:00
Bendik Aagaard Lynghaug 4defb2d13d chore: track Cargo.lock for reproducible CI builds 2026-04-28 17:04:04 +02:00
Bendik Aagaard Lynghaug 6f7a1bbd7f chore: mark app as adaptive / mobile-capable in metainfo 2026-04-28 16:42:25 +02:00
Bendik Aagaard Lynghaug ea16b71829 chore: update flathub submodule to v0.4.11 2026-04-28 16:37:53 +02:00
Bendik Aagaard Lynghaug 2f51646ff7 release: bump to v0.4.11
Release / Create GitHub Release (push) Failing after 7s
Release / Build x86_64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-unknown-linux-gnu (push) Has been skipped
Release / Build aarch64-apple-darwin (push) Has been skipped
Release / Build x86_64-pc-windows-gnu (push) Has been skipped
2026-04-28 16:37:40 +02:00
Bendik Aagaard Lynghaug b804d356eb chore: add v0.4.11 release notes 2026-04-28 16:37:00 +02:00
Bendik Aagaard Lynghaug 6e248eaa47 update screenshots 2026-04-27 20:22:44 +02:00
Bendik Aagaard Lynghaug ced35ad9ac chore: update flathub submodule to v0.4.10 2026-04-27 18:40:21 +02:00
Bendik Aagaard Lynghaug 1f5ff2135d verify flathub ownership 2026-04-27 18:39:34 +02:00
Bendik Aagaard Lynghaug 8f502a620b ci: create release before parallel builds to avoid race condition 2026-04-27 18:35:54 +02:00
Bendik Aagaard Lynghaug 88e72625ed chore: update flathub submodule to v0.4.10 2026-04-27 18:28:15 +02:00
Bendik Aagaard Lynghaug da20086bd4 chore: push flathub sync to branch, not master 2026-04-27 18:27:32 +02:00
Bendik Aagaard Lynghaug 2d0ca964c5 chore: update flathub submodule to v0.4.10 2026-04-27 18:27:21 +02:00
Bendik Aagaard Lynghaug 407ef37246 release: bump to v0.4.10 2026-04-27 18:26:50 +02:00
Bendik Aagaard Lynghaug e427844dc3 chore: fix pre-release hook path 2026-04-27 18:26:03 +02:00
Bendik Aagaard Lynghaug 462df1e7c9 fix cargo release 2026-04-27 18:20:15 +02:00
Bendik Aagaard Lynghaug 740ac8bffd update network bootstrap and relay 2026-04-27 18:18:46 +02:00
Bendik Aagaard Lynghaug ba808f9330 release script workflow 2026-04-27 16:59:15 +02:00
Bendik Aagaard Lynghaug b450d04369 bump to 0.4.9: app icon in window and macOS dock
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-26 18:46:56 +02:00
Bendik Aagaard Lynghaug 9a811cd680 remove bundle-macos.sh — CI workflow handles .app bundling 2026-04-26 18:46:10 +02:00
Bendik Aagaard Lynghaug d2b61b5b10 release: generate .icns with ImageMagick, add CFBundleIconFile to macOS .app 2026-04-26 18:45:09 +02:00
Bendik Aagaard Lynghaug 993de2f4f0 macOS app bundle: icns script, set_default_icon_name, bundle app SVG in gresource 2026-04-26 18:43:46 +02:00
Bendik Aagaard Lynghaug 531ffb1f22 flatpak: bump to v0.4.8 2026-04-26 18:32:17 +02:00
Bendik Aagaard Lynghaug 912e87b6d6 bump to 0.4.8: bundle cities1000.txt for offline builds
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-26 18:31:49 +02:00
Bendik Aagaard Lynghaug 72de3149fa commit cities1000.txt; strip build-time download from build.rs 2026-04-26 18:30:57 +02:00
Bendik Aagaard Lynghaug ef22c70c61 flatpak: bump to v0.4.7 2026-04-26 18:22:34 +02:00
Bendik Aagaard Lynghaug 860a01d65a bump to 0.4.7: city search toggle + manual lat/lon fallback
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-26 18:20:12 +02:00
Bendik Aagaard LynghaugandClaude Sonnet 4.6 b5150c7dc8 metainfo: add vcs-browser URL
Satisfies AppStream appstream-missing-vcs-browser-url linter warning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 17:18:00 +02:00
Bendik Aagaard LynghaugandClaude Sonnet 4.6 7d44adea82 flatpak: bump to v0.4.6, update commit hash
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 19:04:23 +02:00
Bendik Aagaard LynghaugandClaude Sonnet 4.6 2129ab2bd2 bump to 0.4.6: inline city search rows replace deprecated EntryCompletion
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 19:02:07 +02:00
Bendik Aagaard Lynghaug 677744390d flatpak: bump to v0.4.5, regenerate cargo-sources 2026-04-18 15:02:54 +02:00
Bendik Aagaard Lynghaug 19e2d28066 bump to 0.4.5: native EntryCompletion city autocomplete, network empty state copy
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-18 14:57:05 +02:00
Bendik Aagaard Lynghaug 0d7cc2ed5d fix autocomplete crash and width: reentrancy guard, match popover to entry width 2026-04-18 14:20:07 +02:00
Bendik Aagaard Lynghaug 111e57253c fix gtk warnings: escape ampersand in group title, unparent city popover on destroy 2026-04-18 12:54:20 +02:00
Bendik Aagaard Lynghaug e205afc6af network tab: recent contributions feed, hide Connected header when empty 2026-04-18 12:50:04 +02:00
Bendik Aagaard Lynghaug b638775a08 fix city autocomplete: no focus steal, coord confirmation row, remove lat/lon fields 2026-04-18 12:37:19 +02:00
Bendik Aagaard Lynghaug f23d6f63b4 add sqlite-devel to aarch64 fedora build deps 2026-04-18 10:31:09 +02:00
Bendik Aagaard Lynghaug 07e08443ae update flatpak manifest commit sha for v0.4.4 2026-04-18 10:20:28 +02:00
Bendik Aagaard Lynghaug ea372cffbe bump to 0.4.4, fix appstream developer id and oars rating
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-18 10:20:10 +02:00
Bendik Aagaard Lynghaug 5334de14d4 fix metainfo: developer id, social-audio oars value 2026-04-18 10:18:44 +02:00
Bendik Aagaard Lynghaug 5d287738c0 remove flatpak duplicates 2026-04-17 21:47:06 +02:00
Bendik Aagaard Lynghaug 216a97e0f5 aarch64 fedora43 container, dynamic download button, drop redundant portal talk-name 2026-04-17 21:04:17 +02:00
Bendik Aagaard Lynghaug 8dd95f364d update flatpak manifest commit sha for v0.4.3 2026-04-17 20:47:56 +02:00
Bendik Aagaard Lynghaug 5c6c732078 bump to 0.4.3, gnome runtime 50, notification portal, inline cargo config
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-17 20:47:18 +02:00
Bendik Aagaard Lynghaug c33a714e62 update aarch64-linux build workflow 2026-04-17 16:17:52 +02:00
Bendik Aagaard Lynghaug 3418c68c1c bump to 0.4.2, flatpak runtime 49, add cargo-sources, improve builds 2026-04-17 14:33:14 +02:00
Bendik Aagaard Lynghaug 73a882101a add network event notifications 2026-04-17 10:23:27 +02:00
Bendik Aagaard Lynghaug 04d182dd69 improve our windows build conditions 2026-04-17 10:18:06 +02:00
Bendik Aagaard Lynghaug 2af1e1a42b screenshots for layout 2026-04-16 21:58:10 +02:00
Bendik Aagaard Lynghaug 61b8fcb6e2 add a few docs screenshots for site 2026-04-16 20:53:29 +02:00
Bendik Aagaard Lynghaug 9927eff7f4 add github page, icon and flatpak 2026-04-16 20:36:34 +02:00
Bendik Aagaard Lynghaug 8fe4b9d50b nudge bootstrap node with better housekeeping 2026-04-16 18:56:38 +02:00
Bendik Aagaard Lynghaug 6a431f3988 Reaching a new stable point
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
2026-04-16 18:46:21 +02:00
Bendik Aagaard Lynghaug 03fe07d75d optimized networking tab 2026-04-16 18:45:17 +02:00
Bendik Aagaard Lynghaug 86a908c147 clean claude 2026-04-14 17:45:59 +02:00
Bendik Aagaard Lynghaug 7305c5072b bump version
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-04-14 15:06:09 +02:00
Bendik Aagaard Lynghaug 7ef78bc937 add collapsing sidebar on linux 2026-04-14 15:05:21 +02:00
Bendik Aagaard Lynghaug 0b3dce98ef refactor the baseline interpretations to remain outside of the interpretation database 2026-04-14 13:48:46 +02:00
Bendik Aagaard Lynghaug 31947184eb added transit window times displayed in transit views 2026-04-12 11:53:58 +02:00
Bendik Aagaard Lynghaug a20877060d Update description for clarity and tone 2026-04-12 11:18:00 +02:00
Bendik Aagaard Lynghaug 7aafcaa1e9 update readme 2026-04-06 17:22:37 +02:00
Bendik Aagaard Lynghaug d3b461fc52 rename tier-1 to consent and actually add consent ui for approval 2026-04-06 16:08:12 +02:00
Bendik Aagaard Lynghaug 4876926fbe Add blind relay of messages support 2026-04-06 13:42:28 +02:00
Bendik Aagaard Lynghaug 32217bf761 add adwaita icons and change out a few 2026-04-06 12:44:44 +02:00
Bendik Aagaard Lynghaug 5389e2de7b use relm-icons and add sync module 2026-04-06 12:14:22 +02:00
Bendik Aagaard Lynghaug 0cd85a4ba9 add a bootstrap node for zodia to improve peer discovery and a baseline interpretation script and updated toml generated using ministral-3 2026-04-02 22:54:17 +02:00
Bendik Aagaard Lynghaug 9bbf95bf19 Fix grammatical error in README description 2026-03-24 13:11:24 +01:00
Bendik Aagaard Lynghaug b1d4fa2868 Fix punctuation in README description 2026-03-24 13:10:04 +01:00
Bendik Aagaard Lynghaug 036ed0e7fd Release v0.3.5
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-03-23 20:03:38 +01:00
Bendik Aagaard Lynghaug 2a4b3f3b97 support using local time for date entry using tzf-rs 2026-03-23 19:42:55 +01:00
Bendik Aagaard Lynghaug 8b37369bf8 improve houses and bump a version
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-03-23 15:55:15 +01:00
Bendik Aagaard Lynghaug 2ae47f37a8 immediate peer interpretation sync 2026-03-23 15:23:40 +01:00
Bendik Aagaard Lynghaug 874f90665d version bump
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
2026-03-23 15:10:31 +01:00
Bendik Aagaard Lynghaug e931066b75 slight error handling of calls and message ui improvements 2026-03-23 15:10:08 +01:00
Bendik Aagaard Lynghaug 1f9a954f45 update sidebar and might have fixed the placidus houseing system 2026-03-23 14:51:58 +01:00