xkeyC
|
289691896d
|
feat: downloader update
|
2025-12-05 17:12:40 +08:00 |
|
xkeyC
|
4315e36cbe
|
feat: use rust rqbit to replace aria2c
|
2025-12-05 16:32:53 +08:00 |
|
xkeyC
|
c5de9e2252
|
Merge pull request #162 from StarCitizenToolBox/feat/move_powershell_to_rust_impl
Feat/move powershell to rust impl
|
2025-12-05 11:34:24 +08:00 |
|
xkeyC
|
fe141d98c2
|
fix: macos build
|
2025-12-05 11:29:35 +08:00 |
|
xkeyC
|
62b8718dbd
|
feat: Migrate more PowerShell calls to Rust implementation
|
2025-12-05 11:06:54 +08:00 |
|
xkeyC
|
f6676ed3d8
|
feat: Migrate PowerShell calls to Rust implementation
|
2025-12-05 10:52:03 +08:00 |
|
xkeyC
|
855ea1fe8f
|
Merge pull request #161 from StarCitizenToolBox/feat-wry_webview
feat: Replace desktop_webview_window with tao&wry , from tauri
|
2025-12-05 10:29:33 +08:00 |
|
xkeyC
|
dcb288597f
|
feat: web nav update
|
2025-12-05 10:28:12 +08:00 |
|
xkeyC
|
79e1256759
|
feat: Optimize structure
|
2025-12-05 10:12:06 +08:00 |
|
xkeyC
|
b11603d68c
|
feat: web nav update
|
2025-12-05 09:59:05 +08:00 |
|
xkeyC
|
6f0c760ab4
|
feat: Replace desktop_webview_window with tao&wry , from tauri
|
2025-12-05 01:29:48 +08:00 |
|
xkeyC
|
125fedbc84
|
fix: nextAwait
|
2025-12-04 22:18:43 +08:00 |
|
xkeyC
|
19488507b0
|
feat: GraphicsRendererDialog
|
2025-12-04 19:34:53 +08:00 |
|
xkeyC
|
bf246e469f
|
Merge pull request #160 from StarCitizenToolBox/feat/unp4k_rs
Feat: unp4k rs
|
2025-12-04 17:56:32 +08:00 |
|
xkeyC
|
1c4eafccca
|
feat: unp4k UI update
|
2025-12-04 17:43:12 +08:00 |
|
xkeyC
|
aaa97429b9
|
feat: update file read
|
2025-12-04 16:27:43 +08:00 |
|
xkeyC
|
f3fab62291
|
fix: p4k close
|
2025-12-04 16:18:51 +08:00 |
|
xkeyC
|
e1ed30b6e6
|
feat: update unp4k
|
2025-12-04 16:06:49 +08:00 |
|
xkeyC
|
e3c3986379
|
feat: use unp4k_rs
|
2025-12-04 15:28:56 +08:00 |
|
xkeyC
|
a0290cf28a
|
fix: view handle URL
|
2025-12-03 18:02:31 +08:00 |
|
Copilot
|
6c3d9d05be
|
feat: L10n for party room
* Initial plan
* Fix l10n_gen multi-line string bug and add localization strings for party_room and splash modules
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
* Fix const/import issues in l10n_replace output
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
* Fix comment issues found in code review
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
|
2025-12-02 12:23:10 +08:00 |
|
xkeyC
|
0f24b506fa
|
fix: typo
|
2025-12-01 10:44:55 +08:00 |
|
dependabot[bot]
|
9704ddc211
|
build(deps): bump device_info_plus from 12.2.0 to 12.3.0 (#156)
Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) from 12.2.0 to 12.3.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v12.3.0/packages/device_info_plus)
---
updated-dependencies:
- dependency-name: device_info_plus
dependency-version: 12.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-01 09:39:23 +08:00 |
|
dependabot[bot]
|
fc6063866c
|
build(deps): bump ffigen from 20.1.0 to 20.1.1 (#158)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/ffigen-v20.1.1/pkgs)
---
updated-dependencies:
- dependency-name: ffigen
dependency-version: 20.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-01 09:39:09 +08:00 |
|
Copilot
|
db89100402
|
Add XNN Pack toggle switch for ONNX inference acceleration (#155)
* Initial plan
* Add XNN Pack switch for ONNX inference acceleration
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
* Refactor Rust ONNX session creation to reduce code duplication
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
|
2025-11-28 21:23:31 +08:00 |
|
xkeyC
|
db024f19bd
|
fix: avatar
|
2025-11-28 19:13:26 +08:00 |
|
xkeyC
|
5ccd2def37
|
feat: add Server ping
|
2025-11-26 17:22:27 +08:00 |
|
xkeyC
|
28789792ce
|
bump: 3.0.0 Beta3 74
|
2025-11-26 16:25:21 +08:00 |
|
xkeyC
|
7d6f7879c4
|
feat: UI fix
|
2025-11-26 13:23:35 +08:00 |
|
xkeyC
|
9959ae8c8f
|
feat: 诊断模式
|
2025-11-26 13:16:20 +08:00 |
|
xkeyC
|
f744acbad5
|
fix: UI
|
2025-11-25 21:25:27 +08:00 |
|
xkeyC
|
da7c4b958d
|
feat: use rust impl checkHost
|
2025-11-25 21:19:36 +08:00 |
|
xkeyC
|
3c07d12ee9
|
fix: default avatar url
|
2025-11-25 19:39:50 +08:00 |
|
xkeyC
|
825b399ab1
|
feat: bump MSE
|
2025-11-24 15:45:09 +08:00 |
|
xkeyC
|
509f65b165
|
bump: version
|
2025-11-24 14:48:58 +08:00 |
|
xkeyC
|
f9c06c0980
|
fix: room logic
|
2025-11-24 14:48:08 +08:00 |
|
xkeyC
|
4718b4627b
|
feat: update messages
|
2025-11-24 12:25:32 +08:00 |
|
xkeyC
|
078eae8e52
|
bump: deps
|
2025-11-24 09:48:29 +08:00 |
|
xkeyC
|
2f680b98e9
|
Revert "build(deps): bump fluent_ui from 4.11.3 to 4.12.0 (#134)" (#153)
This reverts commit c26d9cdc42.
|
2025-11-24 09:43:07 +08:00 |
|
dependabot[bot]
|
c26d9cdc42
|
build(deps): bump fluent_ui from 4.11.3 to 4.12.0 (#134)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 4.11.3 to 4.12.0.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/commits)
---
updated-dependencies:
- dependency-name: fluent_ui
dependency-version: 4.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:35:21 +08:00 |
|
dependabot[bot]
|
69b87620d6
|
build(deps): bump json_serializable from 6.11.1 to 6.11.2 (#149)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.11.1 to 6.11.2.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.11.1...json_serializable-v6.11.2)
---
updated-dependencies:
- dependency-name: json_serializable
dependency-version: 6.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:35:04 +08:00 |
|
dependabot[bot]
|
c1c8bebec7
|
build(deps): bump flutter_svg from 2.2.2 to 2.2.3 (#150)
Bumps [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) from 2.2.2 to 2.2.3.
- [Commits](https://github.com/flutter/packages/commits/flutter_svg-v2.2.3/third_party/packages)
---
updated-dependencies:
- dependency-name: flutter_svg
dependency-version: 2.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:35:00 +08:00 |
|
dependabot[bot]
|
7db8f01009
|
build(deps): bump file_picker from 10.3.6 to 10.3.7 (#151)
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.3.6 to 10.3.7.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/compare/v10.3.6...v10.3.7)
---
updated-dependencies:
- dependency-name: file_picker
dependency-version: 10.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:34:41 +08:00 |
|
dependabot[bot]
|
967c46e6eb
|
build(deps): bump ffigen from 20.0.0 to 20.1.0 (#152)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 20.0.0 to 20.1.0.
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/ffigen-v20.1.0/pkgs)
---
updated-dependencies:
- dependency-name: ffigen
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:34:29 +08:00 |
|
kerbcat-bot
|
5d1443b472
|
Merge pull request #148 from kerbcat-bot/weblate-sctoolbox-CoreApp
Translations update from 42Kit Translate
|
2025-11-23 13:37:11 +08:00 |
|
xkeyC
|
a0382a1d2a
|
fix: fps down
|
2025-11-23 13:06:40 +08:00 |
|
xkeyC
|
5c668cba2c
|
bump: 3.0.0 Beta 72
|
2025-11-21 00:01:22 +08:00 |
|
xkeyC
|
19034a04d5
|
Merge pull request #147 from StarCitizenToolBox/feat/party_room
Feat/party room
|
2025-11-20 23:59:23 +08:00 |
|
xkeyC
|
3e9f82ecdf
|
feat: PartyRoomGameLogTrackerProvider
|
2025-11-20 23:58:31 +08:00 |
|
xkeyC
|
f551ccfbde
|
Merge remote-tracking branch 'origin/feat/party_room' into feat/party_room
|
2025-11-20 21:10:37 +08:00 |
|