openpencil/desktop
Danila Poyarkov a8cf8eb412
fix(tauri): prevent Windows font loading crashes (#497)
* fix(tauri): prevent Windows font loading crashes

- Return native font files over binary Tauri IPC instead of JSON byte arrays

- Resolve desktop script fallbacks without parsing large system fonts in JavaScript

* fix(core): restore quality checks

- Use the shared Vector primitive for render-bound offsets

- Remove unsupported SLICE handling from SceneGraph rescaling

- Drop an unused generated-text test binding

* chore: address font fix review

- Place the release note under the Fixed heading

- Name fallback resolution options and use the shared Tauri constant
2026-08-12 20:09:04 +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): prevent Windows font loading crashes (#497) 2026-08-12 20:09:04 +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