Commit graph

110 commits

Author SHA1 Message Date
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
PandaDEV
00749a9d3a
refactor: cleaning and formatting 2024-12-16 23:39:37 +10:00
PandaDEV
e674e0a0ec
feat: add code detection support 2024-12-16 23:39:28 +10:00
PandaDEV
149e72802c
feat: add information and update chunk loading 2024-12-16 23:38:35 +10:00
PandaDEV
b261223960
chore: package updates 2024-12-15 18:53:53 +10:00
PandaDEV
5c6853b02b
feat: add source and source_icon for all rows 2024-12-15 18:52:16 +10:00
PandaDEV
8f0d53d355
feat: database migration system 2024-12-15 18:50:17 +10:00
PandaDEV
2652f26271
fix: same item inserted multiple times 2024-12-12 17:10:18 +10:00
PandaDEV
e5597050a9
fix: unused listener for live update 2024-12-12 17:09:57 +10:00
PandaDEV
46fe44071d
fix: empty history items being added
This was commited on Flight JQ932 :)
2024-12-12 16:42:47 +10:00
PandaDEV
c60f173e29
feat: move database logic to new structure 2024-12-11 14:53:01 +10:00
PandaDEV
add822073e
chore: package updates 2024-12-11 14:51:56 +10:00
PandaDEV
ed0dfa41ae
feat: universal types for rust and ts 2024-12-11 14:30:04 +10:00
PandaDEV
a94496dbdb
feat: move database access to rust 2024-12-11 14:29:05 +10:00
PandaDEV
163b298783
feat: create types
This was commited on flight VA541 :)
2024-12-05 19:43:13 +11:00
PandaDEV
93918c4749
feat: new version 0.2.1 2024-11-24 17:50:13 +10:00
PandaDEV
d0b551b3fd
Revert "style: formatting"
This reverts commit f2f554074b.
2024-11-23 15:09:16 +10:00
PandaDEV
f2f554074b
style: formatting 2024-11-23 14:57:42 +10:00
PandaDEV
7e6b2f8b63
style: formatting 2024-11-22 00:16:01 +10:00
PandaDEV
3ae0313975
fix: pasting not working on mac 2024-11-22 00:15:38 +10:00
PandaDEV
344db99d35
feat: updater includes Qopy in the title 2024-11-16 21:16:56 +10:00
PandaDEV
6250a3e84b
fix: windows build error 2024-11-15 23:45:24 +10:00
PandaDEV
b712d23a7b
fix: windows build error 2024-11-15 23:36:01 +10:00