Commit graph

  • 105213a631
    feat: add macOS build script for Tauri application PandaDEV 2025-01-11 01:00:32 +10:00
  • c2ea79c29d
    chore(release): change release to access token instead of actions bot PandaDEV 2025-01-11 00:41:25 +10:00
  • 42aa72f3b8
    refactor: replace lazy_static with OnceCell for hotkey manager and registered hotkey PandaDEV 2025-01-11 00:32:58 +10:00
  • 416e2f020d
    fix: reregister of hotkey not working PandaDEV 2025-01-11 00:27:06 +10:00
  • 617c1737b7
    refactor(logger): remove commented-out lines in logger implementation PandaDEV 2025-01-11 00:05:47 +10:00
  • d7fb3af04d
    chore: update dependencies and versions in package.json and Cargo.lock files PandaDEV 2025-01-10 23:54:31 +10:00
  • 5ef6d8da77
    fix(keyboard): update keyboard clear method usage PandaDEV 2025-01-10 23:48:23 +10:00
  • ffc42ff547
    fix: get_webview_window not avaiable without Manager import PandaDEV 2025-01-10 22:23:33 +10:00
  • c0b50fcc80
    Merge pull request #29 from 0PandaDEV/issue/settings PandaDEV 2025-01-10 22:21:54 +10:00
  • dde27b37a8
    Merge branch 'main' into issue/settings PandaDEV 2025-01-10 22:20:44 +10:00
  • 22fcd84b8d
    refactor: Clean up code formatting in utils module PandaDEV 2025-01-04 11:58:52 +10:00
  • 60b670c7a7
    feat: Add release creation check and update changelog PandaDEV 2025-01-02 19:32:33 +10:00
  • d89945f286
    fix: adjust alignment of settings UI labels PandaDEV 2025-01-02 18:47:51 +10:00
  • 3bfd72b638
    feat: add autostart toggle setting PandaDEV 2025-01-02 18:41:28 +10:00
  • 6d7874c1ae
    feat: new settings ui PandaDEV 2025-01-02 18:41:10 +10:00
  • 2a44701178
    fix: spacing of main ui PandaDEV 2025-01-02 18:40:55 +10:00
  • 8054550443
    fix: old hotkey not getting unregistered correctly PandaDEV 2025-01-02 17:10:46 +10:00
  • c872490a95
    feat: add redirect after saving keybind in settings.vue PandaDEV 2025-01-02 17:10:09 +10:00
  • 0c28a5b0db
    refactor: improve keybind saving logic and error handling PandaDEV 2025-01-02 17:05:02 +10:00
  • 6656af8ab1
    chore: Update wrdu-keyboard to version 3.0.0 PandaDEV 2025-01-02 14:54:47 +10:00
  • 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 PandaDEV 2025-01-02 14:54:42 +10:00
  • b328b8fa9c
    refactor: fix casing and spacing in settings.scss PandaDEV 2025-01-02 14:54:04 +10:00
  • 9658310689
    refactor: improve keybind saving logic and error handling PandaDEV 2025-01-02 14:53:47 +10:00
  • 9db390c1c2
    chore: migrate from bun to pnpm for dependency management in workflows PandaDEV 2025-01-01 20:41:29 +10:00
  • 3552a3779b
    fix: update bun installation steps in workflows for proper dependency setup PandaDEV 2025-01-01 18:31:12 +10:00
  • 33358095ec
    Merge pull request #27 from 0PandaDEV/issue/check-for-updates PandaDEV 2025-01-01 18:27:28 +10:00
  • 6157eb75a1
    feat: add 'Check for updates' option to tray menu and improve update handling PandaDEV 2025-01-01 18:26:37 +10:00
  • 6514abcdb3
    fix: update keybind references to settings in app and tray setup PandaDEV 2025-01-01 17:43:46 +10:00
  • b3daaaa633
    fix: back button not wroking on settings PandaDEV 2025-01-01 17:43:35 +10:00
  • e29f2fcfa5
    Merge branch 'main' of github.com:0PandaDEV/Qopy PandaDEV 2025-01-01 16:17:18 +10:00
  • 0f29e0af07
    chore: migrate from pnpm to bun for dependency management in workflows and update README instructions PandaDEV 2025-01-01 16:17:13 +10:00
  • 14e8edd238
    docs: add linux to os path PandaDEV 2025-01-01 16:13:50 +10:00
  • 0a08ce95d2
    refactor: clean up main.rs by removing unused imports and simplifying main window initialization PandaDEV 2024-12-30 12:04:23 +10:00
  • 4004b3509f
    Merge branch 'main' of github.com:0PandaDEV/Qopy PandaDEV 2024-12-30 12:01:03 +10:00
  • a7e221cb29
    chore: update dependencies in Cargo.lock for hyper-util, reqwest, serde, tower, and related packages PandaDEV 2024-12-30 12:00:59 +10:00
  • b9d758f317
    chore: update serde to 1.0.217 and reqwest to 0.12.11 in Cargo.toml PandaDEV 2024-12-30 12:00:54 +10:00
  • d1f2b1ddd7
    Update README.md PandaDEV 2024-12-29 10:53:26 +10:00
  • 1a15ea7777
    chore: update qopy version to 0.3.3 in Cargo files and configuration v0.3.3 PandaDEV 2024-12-26 00:17:25 +10:00
  • 2fa82d7584
    fix: interface unusable becasue no interaction was possible PandaDEV 2024-12-25 23:44:06 +10:00
  • 1417d35cd7
    fix(release): enhance changelog generation to handle missing tags v0.3.2 PandaDEV 2024-12-25 21:31:26 +10:00
  • dc34912895
    fix(release): improve changelog generation and add debug information PandaDEV 2024-12-25 21:16:23 +10:00
  • 18ca53ef04
    feat(logger): enhance logging format and add panic hook PandaDEV 2024-12-25 21:14:55 +10:00
  • a0cbd13f53
    chore: update qopy version to 0.3.2 in Cargo files PandaDEV 2024-12-25 20:36:47 +10:00
  • 4adb57d6ad
    fix: font no displayed in content PandaDEV 2024-12-25 20:34:57 +10:00
  • f59c5bbc95
    fix: windows ui bugs #21 PandaDEV 2024-12-25 20:33:09 +10:00
  • fc0c52228c
    chore: update nuxt version to 3.15.0 in package.json PandaDEV 2024-12-25 18:14:14 +10:00
  • a4657448e6
    docs(readme): roadmap update PandaDEV 2024-12-25 17:17:59 +10:00
  • 5bcc084833
    docs(readme): update download links to version 0.3.1 PandaDEV 2024-12-24 23:29:46 +10:00
  • c484b67edb
    feat(readme): download section redesign v0.3.1 PandaDEV 2024-12-23 20:19:19 +10:00
  • 437cd2b3e8
    docs(readme): update download links at the top PandaDEV 2024-12-23 20:07:36 +10:00
  • 39d41e8f10
    chore: bump version of qopy to 0.3.1 in Cargo files and configuration PandaDEV 2024-12-23 15:09:57 +10:00
  • f44be512fe
    feat: integrate event tracking for hotkey actions, history management, and settings updates PandaDEV 2024-12-23 14:34:21 +10:00
  • 3824f24be4
    chore: update Windows and Ubuntu build workflows for improved artifact renaming and organization PandaDEV 2024-12-22 17:49:08 +10:00
  • 66f229be7e
    chore: improve artifact naming and organization in build workflows for macOS, Windows, and Ubuntu PandaDEV 2024-12-22 17:10:24 +10:00
  • b706207aaf
    chore: refine Windows and Linux build workflows with improved artifact listing and renaming PandaDEV 2024-12-22 12:51:46 +10:00
  • d4d15f085a
    chore: enhance Windows build workflow with improved artifact listing and renaming process PandaDEV 2024-12-22 11:12:44 +10:00
  • a0a9358f55
    chore: optimize ARM64 build workflow by refining dependency installation and cross-compilation setup PandaDEV 2024-12-22 00:17:42 +10:00
  • 93fb640ff2
    chore: enhance ARM64 build workflow with additional dependencies and cross-compilation setup PandaDEV 2024-12-22 00:12:01 +10:00
  • a3734eb9d6
    chore: streamline artifact renaming and upload process in build and release workflows PandaDEV 2024-12-22 00:07:58 +10:00
  • ec00adcbb5
    chore: improve artifact handling in build workflow with enhanced renaming and listing for Windows and Linux PandaDEV 2024-12-22 00:01:34 +10:00
  • 741cc51a01
    chore: enhance Windows build workflow with multi-architecture support and artifact naming PandaDEV 2024-12-21 23:54:54 +10:00
  • f4b9b71666
    chore(fix): update artifact hash calculation paths in release workflow v0.3.0 PandaDEV 2024-12-21 23:06:22 +10:00
  • e31b8c1600
    chore: enhance release workflow with debug output for artifact hash calculations PandaDEV 2024-12-21 20:55:29 +10:00
  • 17f91de7b9
    chore: update qopy version to 0.3.0 in Cargo files and configuration PandaDEV 2024-12-21 09:48:37 +10:00
  • e9b1d2fee8
    test: update artifact naming and improve release body formatting in workflow PandaDEV 2024-12-21 09:44:01 +10:00
  • 56fab79713
    Merge pull request #20 from 0PandaDEV/issue/metadata PandaDEV 2024-12-20 23:29:18 +10:00
  • ccb40c4cc9
    chore: update active-win-pos-rs to version 0.8.4 and disable hyperpolyglot detection temporarily PandaDEV 2024-12-20 23:27:52 +10:00
  • 6148b7a84a
    fix: info row title for links not shown until loaded issue/content-type-filter PandaDEV 2024-12-19 13:13:07 +10:00
  • 41535296e9
    fix(css): spacing for info row values PandaDEV 2024-12-19 13:12:47 +10:00
  • 616be31340
    chore: package upgrades PandaDEV 2024-12-19 09:33:19 +10:00
  • eb3abf797c
    feat(vue): Add conditional rendering for link content and URL truncation PandaDEV 2024-12-19 09:32:48 +10:00
  • f105577608
    feat(rust): Add page metadata fetching command PandaDEV 2024-12-19 09:32:02 +10:00
  • 9b31183523
    Update GET_STARTED.md PandaDEV 2024-12-18 21:21:30 +10:00
  • c6d85d2aff
    Update GET_STARTED.md PandaDEV 2024-12-18 21:20:54 +10:00
  • 5943fc86fb
    feat: better implementation of info rows PandaDEV 2024-12-18 14:57:10 +10:00
  • c42141f7c7
    fix: overflow for urls PandaDEV 2024-12-18 14:56:12 +10:00
  • ab57f1fa72
    fix: icon inconsitencies PandaDEV 2024-12-18 14:15:44 +10:00
  • 460888a1e7
    feat: move item to the top if copied again PandaDEV 2024-12-18 14:15:34 +10:00
  • 4ab938a3de
    feat: detect color PandaDEV 2024-12-18 14:15:20 +10:00
  • 345f7e3f09
    fix: youtube thumbnail having strange formats PandaDEV 2024-12-17 00:00:21 +10:00
  • 14a13f44bb
    feat: add logging for debugging PandaDEV 2024-12-16 23:53:29 +10:00
  • 00749a9d3a
    refactor: cleaning and formatting PandaDEV 2024-12-16 23:39:37 +10:00
  • e674e0a0ec
    feat: add code detection support PandaDEV 2024-12-16 23:39:28 +10:00
  • 149e72802c
    feat: add information and update chunk loading PandaDEV 2024-12-16 23:38:35 +10:00
  • c48a0d8239
    docs: d PandaDEV 2024-12-16 20:46:14 +10:00
  • 3fab426ed9
    fix: wrdu-keyboard undefined PandaDEV 2024-12-15 18:54:47 +10:00
  • b261223960
    chore: package updates PandaDEV 2024-12-15 18:53:53 +10:00
  • a8e2297fb6
    fix: ERROR to many files, watch PandaDEV 2024-12-15 18:53:31 +10:00
  • c078b631f6
    feat: use wrdu-keyboard PandaDEV 2024-12-15 18:53:18 +10:00
  • 5c6853b02b
    feat: add source and source_icon for all rows PandaDEV 2024-12-15 18:52:16 +10:00
  • 8f0d53d355
    feat: database migration system PandaDEV 2024-12-15 18:50:17 +10:00
  • 2652f26271
    fix: same item inserted multiple times PandaDEV 2024-12-12 17:10:18 +10:00
  • e5597050a9
    fix: unused listener for live update PandaDEV 2024-12-12 17:09:57 +10:00
  • 46fe44071d
    fix: empty history items being added PandaDEV 2024-12-12 16:42:47 +10:00
  • bc4c5a6739
    docs: readme preview to concepts PandaDEV 2024-12-11 15:35:20 +10:00
  • bf41713c05
    docs: update images for preview PandaDEV 2024-12-11 15:33:37 +10:00
  • 0c1c3e91de
    fix: color for search field PandaDEV 2024-12-11 14:53:09 +10:00
  • c60f173e29
    feat: move database logic to new structure PandaDEV 2024-12-11 14:53:01 +10:00
  • add822073e
    chore: package updates PandaDEV 2024-12-11 14:51:56 +10:00
  • ed0dfa41ae
    feat: universal types for rust and ts PandaDEV 2024-12-11 14:30:04 +10:00