openpencil/desktop
Danila Poyarkov 5190a64017
fix(tauri): transfer FIG exports over binary IPC (#509)
- Return native FIG archives as raw IPC responses instead of JSON byte arrays

- Decode the response as an ArrayBuffer and cover the binary contract

- Prevent large desktop exports from multiplying memory use during save
2026-08-13 22:23:37 +03:00
..
capabilities fix(tauri): restore desktop clipboard access 2026-07-01 10:40:29 +03:00
generated refactor(app): move storage workspace navigation into File menu 2026-08-03 17:42:39 +03:00
icons Use pencil loader icon as Tauri app icon 2026-03-01 01:37:01 +03:00
src fix(tauri): transfer FIG exports over binary IPC (#509) 2026-08-13 22:23:37 +03:00
.gitignore chore: tidy ignore rules 2026-07-05 13:15:57 +03:00
build.rs Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
Cargo.lock fix(app): keep desktop startup console clean 2026-08-11 13:56:04 +03:00
Cargo.toml fix(app): keep desktop startup console clean 2026-08-11 13:56:04 +03:00
Info.plist fix(tauri): correctly configure NSAllowsLocalNetworking 2026-04-22 13:01:38 +03:00
tauri.conf.json Release v0.14.0 2026-08-10 11:40:44 +03:00
updater.key.pub feat(tauri): add signed updater 2026-05-01 13:00:50 +03:00