musealpha / src-tauri

Commit History

fix: remove unused tab_label import in autofill.rs
d5849a6
verified

asdf98 commited on

feat: lib.rs with refs_format module and commands registered
e100ab6
verified

asdf98 commited on

feat: add sha2 + zip crates for .refs format; register refs_export/refs_import commands
9e7771c
verified

asdf98 commited on

feat: .refs self-contained file format (ZIP archive with manifest.json + binary images, Sketch-style deduplication)
99b67b7
verified

asdf98 commited on

feat: register projects module and all project CRUD commands in lib.rs
11bd2be
verified

asdf98 commited on

feat: multi-project persistence system with projects index, proper save/load/new/delete flow
7fa9311
verified

asdf98 commited on

feat: register tab_autofill command in lib.rs invoke handler
850df80
verified

asdf98 commited on

feat: register browser/autofill module and tab_autofill command
a6fbd42
verified

asdf98 commited on

feat: add tab_autofill Rust command for frontend to trigger credential fill into active child webview
a70938e
verified

asdf98 commited on

feat: add .general_autofill_enabled(false) to child webview builder to disable native autofill on Windows
05a2adc
verified

asdf98 commited on

feat: include autofill_suppress.js in init bundle + add autofill_suppress_script() accessor
4ed828d
verified

asdf98 commited on

feat: disable native browser autofill so Muse vault handles all credentials; add autofill suppression script
181eecb
verified

asdf98 commited on

feat: handle vault beacons (save-prompt, has-login-form) in muse-action:// protocol + emit to frontend
e929d88
verified

asdf98 commited on

feat: include vault_detector.js in init script bundle for password autofill/save-prompt
50e6988
verified

asdf98 commited on

feat: add password form detection + autofill injection script for browser child webviews
91bd1ea
verified

asdf98 commited on

feat: record browser visits into app-managed history on page load
3d0898c
verified

asdf98 commited on

feat: register browser history commands
2896d8d
verified

asdf98 commited on

feat: add app-managed browser history persistence
ea79e59
verified

asdf98 commited on

fix: browser capture uses correct absolute screen coordinates (window outer position + webview logical position * scale)
27298cd
verified

asdf98 commited on

feat: browser capture using screenshots crate with proper DPI-aware window-region math + hide-webview-first snip flow
eb0f278
verified

asdf98 commited on

fix: make web clipping commands stable-tauri only with explicit unsupported errors
808ed54
verified

asdf98 commited on

fix: remove fragile platform-specific webview capture dependencies
4f87482
verified

asdf98 commited on

feat: implement native webview viewport capture hooks for Windows, macOS, and Linux
a773d75
verified

asdf98 commited on

chore: add target-specific native webview capture dependencies for all desktop engines
f846671
verified

asdf98 commited on

refactor: make browser capture architecture cross-platform with native engine abstraction
af28e9b
verified

asdf98 commited on

fix: make WebView2 CDP callback sender ownership safe
c56732a
verified

asdf98 commited on

feat: register browser renderer capture commands
074831e
verified

asdf98 commited on

feat: expose browser capture module
e7acd42
verified

asdf98 commited on

feat: add WebView2 COM dependencies for renderer capture
5463c4a
verified

asdf98 commited on

feat: browser capture - add WebView2 renderer screenshot commands for web clip/snipping
c403cf4
verified

asdf98 commited on

fix: register DPI-correct window-region screenshot command
5325ed0
verified

asdf98 commited on

fix: add DPI-correct window-local region capture for browser web clip/snipping
31a3e91
verified

asdf98 commited on

fix: hover ADD button properly captures click without triggering underlying link/image navigation"
9e03350
verified

asdf98 commited on

fix: muse-action handler always adds to both library AND board canvas regardless of action type, emit event to frontend for canvas sync"
66dcac8
verified

asdf98 commited on

fix: hover overlay ADD button adds image directly to board (canvas), handle_muse_action always adds to board"
d9f5c6c
verified

asdf98 commited on

fix: remove unused GenericImageView import from board.rs extract_palette"
92a88ce
verified

asdf98 commited on

fix: hover overlay - simple clean + ADD button only matching ui2 prototype style"
fb819ac
verified

asdf98 commited on

fix: settings.rs compile error - screenshots crate image version mismatch, convert raw pixels manually"
be6fb58
verified

asdf98 commited on

fix: settings.rs - correct screenshots API: convert RgbaImage to DynamicImage before PNG encode
da03aa6
verified

asdf98 commited on

fix: delete orphaned capture.rs (functionality moved to settings.rs)
6605d79
verified

asdf98 commited on

fix: settings.rs - use image crate PNG encoder for screenshots (screenshots 0.8 API compat)
124cce5
verified

asdf98 commited on

fix: lib.rs - remove nonexistent library_extract_palette and capture module references
1e117fd
verified

asdf98 commited on

fix: tauri.conf.json - update product name to Refstudio, version to 1.0.0-alpha
5bcbfc0
verified

asdf98 commited on

feat: register capture module and command in lib.rs
45d2406
verified

asdf98 commited on

feat: add screenshots crate for screen region capture
7833367
verified

asdf98 commited on

feat: Screen region capture (Shift+S), annotation pen overlay, image grouping, minimap
640d77f
verified

asdf98 commited on

fix: lib.rs - register screen_capture_full, screen_capture_region, board_export_file, board_import_file
4a1750c
verified

asdf98 commited on

feat: settings.rs - add screen_capture_region + board_export_file + board_import_file commands
36df6a4
verified

asdf98 commited on

feat: Cargo.toml - add screenshots crate for screen region capture (SRS F-09)
713ed91
verified

asdf98 commited on

fix: persistence.rs - expose app_file_path as pub for settings.rs to use
0bbb967
verified

asdf98 commited on