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
PandaDEV
9db390c1c2
chore: migrate from bun to pnpm for dependency management in workflows
2025-01-01 20:41:29 +10:00
PandaDEV
3552a3779b
fix: update bun installation steps in workflows for proper dependency setup
2025-01-01 18:31:12 +10:00
PandaDEV
33358095ec
Merge pull request #27 from 0PandaDEV/issue/check-for-updates
2025-01-01 18:27:28 +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
b3daaaa633
fix: back button not wroking on settings
2025-01-01 17:43:35 +10:00
PandaDEV
e29f2fcfa5
Merge branch 'main' of github.com:0PandaDEV/Qopy
2025-01-01 16:17:18 +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
14e8edd238
docs: add linux to os path
2025-01-01 16:13:50 +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
4004b3509f
Merge branch 'main' of github.com:0PandaDEV/Qopy
2024-12-30 12:01:03 +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
d1f2b1ddd7
Update README.md
2024-12-29 10:53:26 +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
2fa82d7584
fix: interface unusable becasue no interaction was possible
2024-12-25 23:44:06 +10:00
PandaDEV
1417d35cd7
fix(release): enhance changelog generation to handle missing tags
2024-12-25 21:31:26 +10:00
PandaDEV
dc34912895
fix(release): improve changelog generation and add debug information
2024-12-25 21:16:23 +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
4adb57d6ad
fix: font no displayed in content
2024-12-25 20:34:57 +10:00
PandaDEV
f59c5bbc95
fix: windows ui bugs #21
2024-12-25 20:33:09 +10:00
PandaDEV
fc0c52228c
chore: update nuxt version to 3.15.0 in package.json
2024-12-25 18:14:14 +10:00
PandaDEV
a4657448e6
docs(readme): roadmap update
2024-12-25 17:17:59 +10:00
PandaDEV
5bcc084833
docs(readme): update download links to version 0.3.1
2024-12-24 23:29:46 +10:00
PandaDEV
c484b67edb
feat(readme): download section redesign
2024-12-23 20:19:19 +10:00
PandaDEV
437cd2b3e8
docs(readme): update download links at the top
2024-12-23 20:07:36 +10:00