rcoenen
b8076adfbb
fix(desktop): enable image drag-and-drop in the Tauri window
...
Tauri's dragDropEnabled defaults to true, which makes the native OS file
drop intercept and swallow the event so the webview's HTML5 drop handler
(useCanvasDrop) never fires — drag-and-drop of images worked in the browser
but failed in the desktop app. Set dragDropEnabled: false so the webview
receives HTML5 drag/drop natively and the existing web handler works on
desktop too. No web-side code changes.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Danila Poyarkov <dev@dannote.net>
2026-06-30 09:50:15 +03:00
Danila Poyarkov
2dc51375ad
Release v0.13.2
2026-05-30 19:14:12 +03:00
Danila Poyarkov
2d4e2a7b10
Release v0.13.1
2026-05-30 01:12:58 +03:00
Danila Poyarkov
6de7cd3871
Release v0.13.0
2026-05-30 00:16:35 +03:00
Danila Poyarkov
7a433584cc
Release v0.12.2
2026-05-19 18:10:25 +03:00
Danila Poyarkov
8fa34fb0b8
Release v0.12.1
2026-05-19 13:27:24 +03:00
Danila Poyarkov
79583056a5
fix(tauri): refresh updater signing key
2026-05-18 23:23:20 +03:00
Danila Poyarkov
682160b75b
Release v0.12.0
2026-05-18 21:06:06 +03:00
Danila Poyarkov
ddf415ec30
feat(tauri): support desktop file associations
...
- Register .fig and .pen files with desktop bundles
- Open associated files on startup and via single-instance handoff
- Reuse the existing Tauri file open flow without broad filesystem scopes
2026-05-12 16:12:16 +03:00
Danila Poyarkov
b248e0c53a
feat(tauri): add signed updater
2026-05-01 13:00:50 +03:00
Danila Poyarkov
f7b3f2de75
build(tauri): generate native menu before builds
2026-04-30 16:07:14 +03:00
Danila Poyarkov
ba414e1af7
Release v0.11.8
2026-04-23 16:15:37 +03:00
Danila Poyarkov
f3dbf2c271
Release v0.11.7
2026-04-22 20:31:33 +03:00
Joseph Cumines
c38223a700
fix(tauri): correctly configure NSAllowsLocalNetworking
...
Fixes #213
2026-04-22 13:01:38 +03:00
Danila Poyarkov
837c09bd78
fix(tauri): ATS exception for localhost WebSocket on macOS
...
Allow insecure localhost connections via NSAllowsLocalNetworking so the
WebSocket bridge works in release builds on macOS.
Also add debug logging for WebSocket and MCP health check failures.
Closes #190
Co-authored-by: Anton Soldatov <sld0Ant@users.noreply.github.com>
2026-04-15 13:16:29 +03:00
Danila Poyarkov
f8f4af5937
Release v0.11.6
2026-04-08 22:04:22 +03:00
Danila Poyarkov
2c3191cf96
Release v0.11.5
2026-04-08 21:38:44 +03:00
Danila Poyarkov
26a7d2d454
Release v0.11.4
2026-04-08 20:52:09 +03:00
Danila Poyarkov
a20d170956
Release v0.11.3
2026-04-08 16:06:37 +03:00
Danila Poyarkov
33d293b221
Release v0.11.2
2026-03-30 18:38:36 +03:00
Danila Poyarkov
9be3514f2b
Release v0.11.1
2026-03-30 17:24:00 +03:00
Danila Poyarkov
911bed3ede
Release v0.11.0
2026-03-30 16:48:27 +03:00
Danila Poyarkov
f4c68f7f41
Release v0.10.0
2026-03-15 19:27:37 +03:00
Danila Poyarkov
fe755fbb85
Release v0.9.0
2026-03-09 17:43:11 +03:00
Danila Poyarkov
9882375b4f
Release v0.8.0
2026-03-08 00:20:47 +03:00
Danila Poyarkov
be44b4d404
Release v0.7.0
2026-03-05 10:32:35 +03:00
Danila Poyarkov
7ad4116860
Release v0.6.0
2026-03-04 01:47:37 +03:00
Danila Poyarkov
0b56cc1e70
Set up Apple code signing and notarization
2026-03-04 01:40:19 +03:00
Danila Poyarkov
9c9bfc38b2
Release v0.5.1
2026-03-03 17:30:09 +03:00
Danila Poyarkov
5eac653f4c
Release v0.5.0
2026-03-03 14:51:56 +03:00
Danila Poyarkov
7d98201548
Release v0.4.2
2026-03-02 18:14:35 +03:00
Danila Poyarkov
7eb74c3969
Release v0.4.1
2026-03-02 15:51:34 +03:00
Danila Poyarkov
8fea6c086d
Bump all packages to 0.4.0, fix Node.js ESM compatibility
...
- tsgo + fix-esm-import-path for .js extensions in dist/
- Core exports: bun condition → src, import → dist
- MCP depends on core ^0.4.0
2026-03-02 14:59:59 +03:00
Danila Poyarkov
518ddb0c5b
Release v0.3.2
2026-03-02 11:36:18 +03:00
Danila Poyarkov
1b414bf680
Release v0.3.1
2026-03-02 11:14:15 +03:00
Danila Poyarkov
f495f4072a
Release v0.3.0
2026-03-01 22:46:06 +03:00
Danila Poyarkov
5e209eca1c
Fix trackpad pinch-to-zoom on Safari macOS
2026-03-01 22:07:47 +03:00
Danila Poyarkov
13a95bf517
Release v0.2.1
2026-03-01 21:25:52 +03:00
Danila Poyarkov
6e4332a6ba
Release v0.2.0
2026-03-01 18:27:12 +03:00
Danila Poyarkov
faf7ba6387
Fix app name in macOS Dock: open-pencil-app → OpenPencil
2026-03-01 02:39:32 +03:00
Danila Poyarkov
7ff16f70e0
Fix app identifier to net.dannote.open-pencil, add CLI/headless plan to PLAN.md
2026-02-28 23:51:22 +03:00
Danila Poyarkov
23f00189e8
Rename src-tauri → desktop, symlink for CLI compat
2026-02-28 08:10:09 +03:00