Commit graph

  • 533a40b1eb fix(gui): account for vertical scrollbar width in ScrollableCardTable nekochanfood 2026-05-29 22:19:31 +09:00
  • 90c7e249cd fix(gui): fix scroll stuttering when dragging repository list items nekochanfood 2026-05-29 20:56:18 +09:00
  • e057838795 docs(changelog-gui): add entry for drag-and-drop repository reordering Kissa Ruokanen 2026-05-29 16:04:20 +09:00
  • 437a63bcc6 fix: sort @dnd-kit/core imports to satisfy biome lint Kissa Ruokanen 2026-05-29 16:01:04 +09:00
  • 836bf82351
    Merge branch 'master' into feat/reorder-user-repos Kissa Ruokanen 2026-05-29 15:47:06 +09:00
  • 316c73a6b6 feat: animate drag overlay row color based on current drop position Kissa Ruokanen 2026-05-29 15:38:35 +09:00
  • ec04492af8 Merge branch 'feat/reorder-user-repos' of https://github.com/nekochanfood/vrc-get into feat/reorder-user-repos Kissa Ruokanen 2026-05-29 15:26:38 +09:00
  • ebd117afd2 feat: animate row colors during drag with O(k) re-renders Kissa Ruokanen 2026-05-29 15:26:29 +09:00
  • 253a0266e6 fix: vertically center checkboxes in repository list Kissa Ruokanen 2026-05-29 15:14:27 +09:00
  • 0cf635e892 fix: vertically center checkboxes in repository list Kissa Ruokanen 2026-05-29 14:56:48 +09:00
  • f8923dce1b
    Merge pull request #2936 from vrc-get/funding-yml anatawa12 2026-05-29 14:52:50 +09:00
  • 9fc228eed0
    docs: add FUNDING.yml anatawa12 2026-05-29 14:46:45 +09:00
  • 54113144a8 refactor: clean up animation-related code in repository list Kissa Ruokanen 2026-05-29 14:37:10 +09:00
  • 0ab6c9434b feat: add smooth drop animation for repository reordering Kissa Ruokanen 2026-05-29 14:33:52 +09:00
  • 9d94d8b929 refactor: memoize dragStyle and remove redundant index checks in handleDragEnd Kissa Ruokanen 2026-05-29 14:14:14 +09:00
  • d1887eb467 fix: eliminate drag stutter by using custom collision detection Kissa Ruokanen 2026-05-29 14:06:13 +09:00
  • 45ed34f573 fix: preserve drag position when cursor leaves list bounds Kissa Ruokanen 2026-05-29 13:39:11 +09:00
  • 930715960e fix: prevent snap-back when dragging outside list bounds Kissa Ruokanen 2026-05-29 13:21:26 +09:00
  • 8db24b7b7c feat: implement drag-and-drop reordering of user repositories Kissa Ruokanen 2026-05-29 13:08:45 +09:00
  • 44ed683c23 feat: dim drag handle and show not-allowed cursor for non-reorderable repositories Kissa Ruokanen 2026-05-29 12:18:31 +09:00
  • c248b0ed55 chore: regenerate bindings.ts with environmentReorderRepositories Kissa Ruokanen 2026-05-29 10:57:51 +09:00
  • 9d11a5e816
    Merge branch 'master' into feat/reorder-user-repos Kissa Ruokanen 2026-05-29 10:48:40 +09:00
  • 81d66143c9 feat: add environment_reorder_repositories Tauri command Kissa Ruokanen 2026-05-29 10:36:49 +09:00
  • 6f143ac5e3
    Merge pull request #2933 from vrc-get/settings-json-corruption-recover anatawa12 2026-05-29 10:29:58 +09:00
  • f44633a2ad
    fix: toast are not shown because of delay in webview2 initialization anatawa12 2026-05-29 09:30:19 +09:00
  • 3fb8281a47
    Merge pull request #2934 from JustBuddy/german-translation anatawa12 2026-05-29 08:53:35 +09:00
  • 244946c234
    chore(l10n): [de_DE] update locale JustBuddy 2026-05-28 22:57:28 +02:00
  • ccd252f8aa
    docs(changelog-gui): We also added a backup file to recover from settings.json corruption anatawa12 2026-05-28 23:31:10 +09:00
  • c2b2b9b491
    feat: show warning toast when settings.json is recovered from corruption anatawa12 2026-05-28 23:27:23 +09:00
  • 9decfe400c
    feat: create backup of settings.json to recover from corruption caused by VCC anatawa12 2026-05-28 23:21:41 +09:00
  • 35e7537a90
    Merge pull request #2932 from CirnoV/locale/ko-KR anatawa12 2026-05-28 20:09:32 +09:00
  • 1800951c12 chore(l10n): [ko] update locale CirnoV 2026-05-28 19:52:48 +09:00
  • 76b0f05651
    feat: recover project list from settings.json when settings json is corrupted anatawa12 2026-05-28 19:46:03 +09:00
  • f45ee6514e
    Merge pull request #2911 from Spokeek/french-translation anatawa12 2026-05-28 10:23:12 +09:00
  • d421ee04b2
    remove === prefix Spokeek 2026-05-27 18:51:40 +02:00
  • bd92649248
    Fix json5 Spokeek 2026-05-27 18:46:13 +02:00
  • 68be14aa90
    Update FR locales for 1.1.6 Spokeek 2026-05-21 23:10:45 +02:00
  • dd9673c2cb
    Merge pull request #2924 from vrc-community-assets-tc-translators/master anatawa12 2026-05-27 19:11:15 +09:00
  • 73cfa96f45
    Merge pull request #2930 from vrc-get/support-empty-string-for-optional-url-field anatawa12 2026-05-26 22:58:20 +09:00
  • fa22fc3611
    docs(changelog): Empty string for documentationUrl and changelogUrl are now allowed and ignored anatawa12 2026-05-26 21:12:54 +09:00
  • 8b61a0c806
    chore: allow blank changelogUrl and documentationUrl anatawa12 2026-05-26 20:13:55 +09:00
  • c37758d4c1
    chore: allow empty changelogUrl and documentationUrl anatawa12 2026-05-26 19:49:26 +09:00
  • 37688599ae chore(l10n): [zh_hant] update locale 夜嵐蝶Alma 2026-05-25 21:40:04 +08:00
  • fcb0c5263d
    Merge branch 'vrc-get:master' into master 夜嵐蝶Alma 2026-05-25 21:37:32 +08:00
  • a7e19a6479 gui v1.1.6-beta.2 gui-v1.1.6-beta.2 github-actions[bot] 2026-05-25 11:36:25 +00:00
  • f0a7cbd050
    Merge pull request #2926 from vrc-get/dependabot/cargo/log-0.4.30 anatawa12 2026-05-25 20:15:45 +09:00
  • a9322f4d64
    Merge pull request #2927 from vrc-get/dependabot/cargo/tar-0.4.46 anatawa12 2026-05-25 20:14:54 +09:00
  • 0c895bf4a5
    chore(deps): bump tar from 0.4.45 to 0.4.46 dependabot[bot] 2026-05-25 11:07:42 +00:00
  • 07e7279c31
    chore(deps): bump log from 0.4.29 to 0.4.30 dependabot[bot] 2026-05-25 11:07:29 +00:00
  • a9e135b940
    Merge pull request #2862 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tauri-apps/api-2.11.0 anatawa12 2026-05-25 19:51:23 +09:00
  • d2aca1554c
    Merge pull request #2890 from vrc-get/dependabot/cargo/tauri-347ba455b6 anatawa12 2026-05-25 19:48:59 +09:00
  • 5be2c13984
    chore: support LIBDBUS_1_3 versioned symbol anatawa12 2026-05-25 19:40:21 +09:00
  • 1b1a0eefae
    Merge pull request #2923 from vrc-get/dependabot/cargo/rpm-0.24.0 anatawa12 2026-05-25 17:34:11 +09:00
  • 3e94514b13
    fix(xtask): handle non-numeric ELF symbol versions in linux bundling copilot-swe-agent[bot] 2026-05-25 08:05:17 +00:00
  • 56a32bad04
    fix: add payload feature to rpm dependency to fix compilation errors copilot-swe-agent[bot] 2026-05-25 07:59:08 +00:00
  • fb6a6538d7
    chore(deps): bump @tauri-apps/api from 2.10.1 to 2.11.0 in /vrc-get-gui dependabot[bot] 2026-05-25 07:52:24 +00:00
  • ab64f403a5
    Merge pull request #2910 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tanstack-router-fc9df4cbb5 anatawa12 2026-05-25 16:50:04 +09:00
  • 96d8ced3bb
    chore(deps): bump rpm from 0.22.0 to 0.24.0 dependabot[bot] 2026-05-25 07:43:39 +00:00
  • bde10abd3b
    Merge pull request #2896 from vrc-get/dependabot/cargo/object-0.39.1 anatawa12 2026-05-25 16:41:19 +09:00
  • e3313f0327
    chore(deps): bump the tanstack-router group across 1 directory with 3 updates dependabot[bot] 2026-05-25 07:40:08 +00:00
  • bb0b8cda55
    Merge pull request #2908 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tauri-apps/cli-2.11.2 anatawa12 2026-05-25 16:37:44 +09:00
  • 11b6b1cad4
    Merge pull request #2877 from vrc-get/dependabot/cargo/rpassword-7.5.2 anatawa12 2026-05-25 15:29:41 +09:00
  • 92cff628c2
    chore(deps): bump rpassword from 7.4.0 to 7.5.3 dependabot[bot] 2026-05-25 05:49:03 +00:00
  • 3f3465d74b
    chore(deps-dev): bump @tauri-apps/cli in /vrc-get-gui dependabot[bot] 2026-05-25 05:44:08 +00:00
  • d1c28f6479
    chore(deps): bump the tauri group across 1 directory with 2 updates dependabot[bot] 2026-05-25 05:34:01 +00:00
  • 96731bccb7
    chore(deps): bump tauri from 2.10.3 to 2.11.1 dependabot[bot] 2026-05-25 05:32:49 +00:00
  • 089427cbfa
    Merge pull request #2907 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/lucide-react-1.16.0 anatawa12 2026-05-25 14:31:21 +09:00
  • 375894c6c3
    Merge pull request #2894 from vrc-get/dependabot/cargo/tauri-plugin-single-instance-2.4.2 anatawa12 2026-05-25 14:29:15 +09:00
  • eed54886b8
    Merge pull request #2895 from vrc-get/dependabot/cargo/serde_with-3.20.0 anatawa12 2026-05-25 14:28:31 +09:00
  • 11c1b7048b
    Merge pull request #2914 from vrc-get/dependabot/cargo/openssl-0.10.80 anatawa12 2026-05-25 14:28:08 +09:00
  • b613f834ea
    Merge pull request #2925 from vrc-get/dependabot/cargo/rustls-webpki-0.103.13 anatawa12 2026-05-25 14:27:17 +09:00
  • 5d9c6ce802
    Merge pull request #2870 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tailwindcss-8cf3a4f383 anatawa12 2026-05-25 14:26:24 +09:00
  • f15e489515
    Merge pull request #2868 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/i18next-50f7a7efee anatawa12 2026-05-25 14:25:56 +09:00
  • 687904918d
    Merge pull request #2891 from vrc-get/dependabot/cargo/clap-4445c6f202 anatawa12 2026-05-25 14:25:30 +09:00
  • c5d38a1f6e
    Merge pull request #2892 from vrc-get/dependabot/cargo/tauri-plugin-dialog-2.7.1 anatawa12 2026-05-25 14:24:45 +09:00
  • 55635bbe9c
    Merge pull request #2893 from vrc-get/dependabot/cargo/nix-0.31.3 anatawa12 2026-05-25 14:24:27 +09:00
  • ca30b889f1
    Merge pull request #2906 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/vitejs/plugin-react-6.0.2 anatawa12 2026-05-25 14:23:55 +09:00
  • 0a17c9a1cd
    Merge pull request #2897 from vrc-get/dependabot/cargo/tokio-1.52.3 anatawa12 2026-05-25 14:22:42 +09:00
  • 50aba0530e
    Merge pull request #2899 from vrc-get/dependabot/cargo/plist-1.9.0 anatawa12 2026-05-25 14:22:14 +09:00
  • 33be110c7a
    Merge pull request #2900 from vrc-get/dependabot/cargo/async-compression-0.4.42 anatawa12 2026-05-25 14:21:54 +09:00
  • 2aad318387
    Merge pull request #2871 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/biomejs/biome-2.4.15 anatawa12 2026-05-25 14:20:26 +09:00
  • 43ca6755ff
    Merge pull request #2872 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tailwind-merge-3.6.0 anatawa12 2026-05-25 14:19:38 +09:00
  • 92bc6cf38e
    Merge pull request #2901 from vrc-get/dependabot/cargo/reqwest-0.13.3 anatawa12 2026-05-25 14:18:28 +09:00
  • 8d293e5e69
    Merge pull request #2902 from vrc-get/dependabot/cargo/open-5.3.5 anatawa12 2026-05-25 14:16:31 +09:00
  • 1e9a100d9c
    Merge pull request #2903 from vrc-get/dependabot/cargo/sysinfo-0.39.2 anatawa12 2026-05-25 14:14:20 +09:00
  • 8624950ca5
    Merge pull request #2904 from vrc-get/dependabot/cargo/trash-5.2.6 anatawa12 2026-05-25 14:12:10 +09:00
  • 57c9a54d37
    Merge pull request #2918 from vrc-get/dependabot/cargo/either-1.16.0 anatawa12 2026-05-25 14:10:28 +09:00
  • 6470169cf1
    chore(deps): bump object from 0.39.0 to 0.39.1 dependabot[bot] 2026-05-25 05:09:18 +00:00
  • 795699baf0
    chore(deps): bump lucide-react from 1.11.0 to 1.16.0 in /vrc-get-gui dependabot[bot] 2026-05-25 05:07:04 +00:00
  • 7fbf8c60d1
    chore(deps-dev): bump @vitejs/plugin-react in /vrc-get-gui dependabot[bot] 2026-05-25 05:02:33 +00:00
  • a5c5d6e128
    Merge pull request #2921 from vrc-get/dependabot/cargo/serde_json-1.0.150 anatawa12 2026-05-25 14:01:58 +09:00
  • a3aa50256f
    chore(deps): bump the i18next group across 1 directory with 2 updates dependabot[bot] 2026-05-25 05:01:37 +00:00
  • 498eedc1d6
    chore(deps): bump tailwind-merge from 3.5.0 to 3.6.0 in /vrc-get-gui dependabot[bot] 2026-05-25 05:01:32 +00:00
  • c863bc4461
    Merge pull request #2919 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/tanstack/react-query-5.100.14 anatawa12 2026-05-25 13:58:58 +09:00
  • 8fd964fa83
    Merge pull request #2920 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/react-388b784d7d anatawa12 2026-05-25 13:57:55 +09:00
  • c7012c5e81
    chore(deps): bump rustls-webpki from 0.103.12 to 0.103.13 dependabot[bot] 2026-05-25 04:57:40 +00:00
  • cf6c82adbd
    Merge pull request #2922 from vrc-get/dependabot/npm_and_yarn/vrc-get-gui/vite-8.0.14 anatawa12 2026-05-25 13:56:38 +09:00
  • e0931be79a chore(l10n): [zh_hant] update locale 夜嵐蝶Alma 2026-05-25 11:08:29 +08:00
  • e0dce679d7
    chore(deps): bump serde_json from 1.0.149 to 1.0.150 dependabot[bot] 2026-05-25 02:32:04 +00:00
  • f9ca613378
    chore(deps-dev): bump vite from 8.0.10 to 8.0.14 in /vrc-get-gui dependabot[bot] 2026-05-25 02:32:04 +00:00