pandadev
|
43c1428dbb
|
chore(deps): upgrade Rust dependencies to latest versions
|
2025-03-05 13:38:23 +01:00 |
|
pandadev
|
0b7af6ff14
|
chore(config): remove unnecessary Tauri schema reference
|
2025-02-14 19:22:21 +01:00 |
|
pandadev
|
2ec273173c
|
refactor(sync): convert pairing methods to Tauri commands
|
2025-02-14 19:22:11 +01:00 |
|
pandadev
|
7c0e83f86a
|
refactor(history): clean up imports and formatting in history module
|
2025-02-14 19:22:05 +01:00 |
|
pandadev
|
68174334db
|
refactor(sync): optimize emoji sequence generation in pairing
|
2025-02-14 17:53:04 +01:00 |
|
pandadev
|
f1b745c289
|
fix(sync): correct webhook listener Arc cloning
|
2025-02-14 17:52:55 +01:00 |
|
pandadev
|
1012ecb1e3
|
chore: update Aptabase plugin repository URL
|
2025-02-14 17:52:26 +01:00 |
|
pandadev
|
4381232af1
|
Merge branch 'main' into dev/live-sync
|
2025-01-29 20:59:32 +01:00 |
|
PandaDEV
|
78b9624172
|
feat: add new dependencies for AES encryption and decryption
|
2025-01-29 20:40:32 +01:00 |
|
PandaDEV
|
dcb2daaa87
|
feat(sync): add modules for pairing and syncing clipboard data
|
2025-01-29 20:40:06 +01:00 |
|
pandadev
|
761914637c
|
fix: link and color types cannot be pasted
|
2025-01-29 17:46:02 +01:00 |
|
pandadev
|
81db3e5f79
|
fix: aptabase plugin dependency not found
|
2025-01-29 17:45:49 +01:00 |
|
pandadev
|
2d3732b2f2
|
fix: improve thread safety in hotkey management
|
2025-01-29 17:39:10 +01:00 |
|
pandadev
|
66df55017f
|
refactor: simplify random ID generation in history initialization
|
2025-01-29 17:39:04 +01:00 |
|
pandadev
|
6016fbb494
|
chore: update Cargo dependencies and modify Aptabase plugin configuration
|
2025-01-29 17:38:43 +01:00 |
|
pandadev
|
d53d64a732
|
chore: update project dependencies and lock files
|
2025-01-29 16:14:29 +01:00 |
|
PandaDEV
|
12b8f9a49e
|
fix: update dependencies versions in package.json and Cargo.lock files
|
2025-01-24 00:07:33 +10:00 |
|
PandaDEV
|
52bf66984b
|
fix(deps): update wrdu-keyboard to version 3.2.0 and add parking_lot dependency
|
2025-01-11 01:17:45 +10:00 |
|
PandaDEV
|
0980b95b72
|
refactor: refactor hotkey management to use a single state structure with Arc and Mutex
|
2025-01-11 01:17:39 +10:00 |
|
PandaDEV
|
42aa72f3b8
|
refactor: replace lazy_static with OnceCell for hotkey manager and registered hotkey
|
2025-01-11 00:32:58 +10:00 |
|
PandaDEV
|
416e2f020d
|
fix: reregister of hotkey not working
|
2025-01-11 00:27:06 +10:00 |
|
PandaDEV
|
617c1737b7
|
refactor(logger): remove commented-out lines in logger implementation
|
2025-01-11 00:05:47 +10:00 |
|
PandaDEV
|
d7fb3af04d
|
chore: update dependencies and versions in package.json and Cargo.lock files
|
2025-01-10 23:54:31 +10:00 |
|
PandaDEV
|
ffc42ff547
|
fix: get_webview_window not avaiable without Manager import
|
2025-01-10 22:23:33 +10:00 |
|
PandaDEV
|
dde27b37a8
|
Merge branch 'main' into issue/settings
|
2025-01-10 22:20:44 +10:00 |
|
PandaDEV
|
22fcd84b8d
|
refactor: Clean up code formatting in utils module
|
2025-01-04 11:58:52 +10:00 |
|
PandaDEV
|
3bfd72b638
|
feat: add autostart toggle setting
|
2025-01-02 18:41:28 +10:00 |
|
PandaDEV
|
8054550443
|
fix: old hotkey not getting unregistered correctly
|
2025-01-02 17:10:46 +10:00 |
|
PandaDEV
|
0c28a5b0db
|
refactor: improve keybind saving logic and error handling
|
2025-01-02 17:05:02 +10:00 |
|
PandaDEV
|
6656af8ab1
|
chore: Update wrdu-keyboard to version 3.0.0
|
2025-01-02 14:54:47 +10:00 |
|
PandaDEV
|
9db390c1c2
|
chore: migrate from bun to pnpm for dependency management in workflows
|
2025-01-01 20:41:29 +10:00 |
|
PandaDEV
|
6157eb75a1
|
feat: add 'Check for updates' option to tray menu and improve update handling
|
2025-01-01 18:26:37 +10:00 |
|
PandaDEV
|
6514abcdb3
|
fix: update keybind references to settings in app and tray setup
|
2025-01-01 17:43:46 +10:00 |
|
PandaDEV
|
0f29e0af07
|
chore: migrate from pnpm to bun for dependency management in workflows and update README instructions
|
2025-01-01 16:17:13 +10:00 |
|
PandaDEV
|
0a08ce95d2
|
refactor: clean up main.rs by removing unused imports and simplifying main window initialization
|
2024-12-30 12:04:23 +10:00 |
|
PandaDEV
|
a7e221cb29
|
chore: update dependencies in Cargo.lock for hyper-util, reqwest, serde, tower, and related packages
|
2024-12-30 12:00:59 +10:00 |
|
PandaDEV
|
b9d758f317
|
chore: update serde to 1.0.217 and reqwest to 0.12.11 in Cargo.toml
|
2024-12-30 12:00:54 +10:00 |
|
PandaDEV
|
1a15ea7777
|
chore: update qopy version to 0.3.3 in Cargo files and configuration
|
2024-12-26 00:17:25 +10:00 |
|
PandaDEV
|
18ca53ef04
|
feat(logger): enhance logging format and add panic hook
|
2024-12-25 21:14:55 +10:00 |
|
PandaDEV
|
a0cbd13f53
|
chore: update qopy version to 0.3.2 in Cargo files
|
2024-12-25 20:36:47 +10:00 |
|
PandaDEV
|
39d41e8f10
|
chore: bump version of qopy to 0.3.1 in Cargo files and configuration
|
2024-12-23 15:09:57 +10:00 |
|
PandaDEV
|
f44be512fe
|
feat: integrate event tracking for hotkey actions, history management, and settings updates
|
2024-12-23 14:34:21 +10:00 |
|
PandaDEV
|
17f91de7b9
|
chore: update qopy version to 0.3.0 in Cargo files and configuration
|
2024-12-21 09:48:37 +10:00 |
|
PandaDEV
|
ccb40c4cc9
|
chore: update active-win-pos-rs to version 0.8.4 and disable hyperpolyglot detection temporarily
|
2024-12-20 23:27:52 +10:00 |
|
PandaDEV
|
616be31340
|
chore: package upgrades
|
2024-12-19 09:33:19 +10:00 |
|
PandaDEV
|
f105577608
|
feat(rust): Add page metadata fetching command
|
2024-12-19 09:32:02 +10:00 |
|
PandaDEV
|
5943fc86fb
|
feat: better implementation of info rows
|
2024-12-18 14:57:10 +10:00 |
|
PandaDEV
|
460888a1e7
|
feat: move item to the top if copied again
|
2024-12-18 14:15:34 +10:00 |
|
PandaDEV
|
4ab938a3de
|
feat: detect color
|
2024-12-18 14:15:20 +10:00 |
|
PandaDEV
|
14a13f44bb
|
feat: add logging for debugging
|
2024-12-16 23:53:29 +10:00 |
|