pandadev
c3b31bdde6
refactor(types): simplify and optimize KeyLabels enum
2025-03-05 17:43:59 +01:00
pandadev
289b6cc784
chore(config): update project configuration and dependencies
2025-03-05 13:39:54 +01:00
pandadev
6ea877a1be
feat(types): improve type safety for history and plugin modules
2025-03-05 13:39:07 +01:00
pandadev
43c1428dbb
chore(deps): upgrade Rust dependencies to latest versions
2025-03-05 13:38:23 +01:00
pandadev
3f502e6a8a
chore(deps): upgrade Tauri, OverlayScrollbars, Sass, and UUID dependencies
2025-03-04 13:29:27 +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
7ce48ff3d0
Update README.md
2025-02-13 23:41:13 +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
d548f8dfa7
Merge pull request #30 from Frumkin13/new
2025-01-22 08:12:43 +10:00
Frumkin13
0d2c324029
Merge pull request #1 from Frumkin13/Frumkin13-patch-1
2025-01-21 20:37:19 +03:00
Frumkin13
4458eae1d5
Russian Translation
...
Russian Readme file
2025-01-21 20:35:02 +03: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
105213a631
feat: add macOS build script for Tauri application
2025-01-11 01:00:32 +10:00
PandaDEV
c2ea79c29d
chore(release): change release to access token instead of actions bot
2025-01-11 00:41:25 +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
5ef6d8da77
fix(keyboard): update keyboard clear method usage
...
- replace `unregisterAll` with `clear` to align with updated keyboard API changes
- ensure keyboard actions are handled correctly in app and settings pages
🔧 chore(patches): update keyboard patch to version 3.1.0
- remove old patch file for `wrdu-keyboard@3.0.0`
- add new patch file for `wrdu-keyboard@3.1.0` to apply updates and fixes
2025-01-10 23:48:23 +10:00
PandaDEV
ffc42ff547
fix: get_webview_window not avaiable without Manager import
2025-01-10 22:23:33 +10:00
PandaDEV
c0b50fcc80
Merge pull request #29 from 0PandaDEV/issue/settings
2025-01-10 22:21:54 +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
60b670c7a7
feat: Add release creation check and update changelog
2025-01-02 19:32:33 +10:00
PandaDEV
d89945f286
fix: adjust alignment of settings UI labels
2025-01-02 18:47:51 +10:00
PandaDEV
3bfd72b638
feat: add autostart toggle setting
2025-01-02 18:41:28 +10:00
PandaDEV
6d7874c1ae
feat: new settings ui
2025-01-02 18:41:10 +10:00
PandaDEV
2a44701178
fix: spacing of main ui
2025-01-02 18:40:55 +10:00
PandaDEV
8054550443
fix: old hotkey not getting unregistered correctly
2025-01-02 17:10:46 +10:00
PandaDEV
c872490a95
feat: add redirect after saving keybind in settings.vue
2025-01-02 17:10:09 +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
25f7b116f6
refactor: fix casing and spacing in settings.scss
...
refactor: improve keybind saving logic and error handling
fix: update keybind references to settings in app and tray setup
fix: back button not working on settings
2025-01-02 14:54:42 +10:00
PandaDEV
b328b8fa9c
refactor: fix casing and spacing in settings.scss
2025-01-02 14:54:04 +10:00
PandaDEV
9658310689
refactor: improve keybind saving logic and error handling
2025-01-02 14:53:47 +10:00