NotThorny
247150c62a
Update patch
2025-10-25 16:18:44 -06:00
NotThorny
1599c37100
Update AIO 6.0
2025-10-17 00:48:37 -06:00
NotThorny
ecb7936a8f
Add 6.0 patch from @pmagixc
...
Bump version
2025-10-15 21:36:14 -06:00
Thoronium
7750266a3d
Bump version
2025-03-27 01:19:00 -06:00
Thoronium
fcd08cace5
Bump version
2025-02-26 13:05:21 -07:00
Thoronium
63a883cf1d
Bump version
2025-02-14 15:25:56 -07:00
Thoronium
4e72101fda
Bump version
2025-02-03 17:11:19 -07:00
Thoronium
3669bb334b
Bump version
2025-01-16 20:45:07 -07:00
Thoronium
55a90ea531
Add 5.3 patch
...
Bump version
2025-01-01 13:47:37 -07:00
Thoronium
b28c3881e6
Bump version
2024-12-23 02:36:28 -07:00
Thoronium
f6f5eae31c
Changes from 1.2.1 - 1.5.1
...
Contains slightly modified commits from between 1.2.1 and 1.5.1.
2024-10-30 13:18:07 -06:00
dependabot[bot]
5b6f4e94db
Bump webpki from 0.22.0 to 0.22.2 in /src-tauri
...
Bumps [webpki](https://github.com/briansmith/webpki ) from 0.22.0 to 0.22.2.
- [Commits](https://github.com/briansmith/webpki/commits )
---
updated-dependencies:
- dependency-name: webpki
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-02 21:36:39 +00:00
SpikeHD
a29fdf3d9c
fix(all): version bump
2023-09-07 17:47:15 -07:00
fnrir
3875599c5f
Implement CA installation
2023-08-23 15:36:16 +02:00
fnrir
62b54f33df
Add an option that allows binding port 443
...
Kinda everts some changes of
"Implement MongoDB autostart and GC watching".
This commit makes launching MongoDB async
2023-08-23 15:36:16 +02:00
fnrir
2c07cf90bd
Implement MongoDB autostart and GC watching
...
Windows's implementation of enable_grasscutter_watcher works just fine.
systemd is pretty much standart for handling services.
No "sudo" or "pkexec" is needed, systemd does that automatically, but
since the user needs to authenticate, we can’t await service_status.
2023-08-23 15:36:16 +02:00
fnrir
b179ccc1f0
Add Linux version of run_jar
...
This might not work on macOS
2023-08-23 15:36:16 +02:00
fnrir
3ecc4f4231
Implement launching the game on Linux
2023-08-23 15:36:16 +02:00
dependabot[bot]
5a1e7d105c
Bump openssl from 0.10.52 to 0.10.55 in /src-tauri
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.52 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.55 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-21 22:57:02 +00:00
SpikeHD
87b97c6824
fix: version bumps
2023-06-06 18:13:53 -07:00
SpikeHD
fe974a1ae1
Merge pull request #178 from Grasscutters/dependabot/cargo/src-tauri/xml-rs-0.8.14
...
Bump xml-rs from 0.8.4 to 0.8.14 in /src-tauri
2023-06-06 17:55:40 -07:00
SpikeHD
ed9fb9a644
fix: remove duct
2023-06-06 17:33:36 -07:00
dependabot[bot]
be3a1c6f6f
Bump xml-rs from 0.8.4 to 0.8.14 in /src-tauri
...
Bumps [xml-rs](https://github.com/kornelski/xml-rs ) from 0.8.4 to 0.8.14.
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md )
- [Commits](https://github.com/kornelski/xml-rs/compare/0.8.4...0.8.14 )
---
updated-dependencies:
- dependency-name: xml-rs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-06 02:25:39 +00:00
SpikeHD
d551344f39
version bump
2023-05-14 22:07:12 -07:00
dependabot[bot]
c2cbf4049e
Bump h2 from 0.3.13 to 0.3.18 in /src-tauri
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.13 to 0.3.18.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.18 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-10 21:41:28 -07:00
dependabot[bot]
554bda4643
Bump openssl from 0.10.41 to 0.10.52 in /src-tauri
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.41 to 0.10.52.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.52 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-10 21:41:20 -07:00
SpikeHD
d1018c249e
Merge pull request #165 from Grasscutters/dependabot/cargo/src-tauri/tauri-1.0.9
...
Bump tauri from 1.0.8 to 1.0.9 in /src-tauri
2023-05-10 19:47:29 -07:00
dependabot[bot]
0df78f35bd
Bump tauri from 1.0.8 to 1.0.9 in /src-tauri
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.8...tauri-v1.0.9 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-11 01:19:36 +00:00
SpikeHD
9516c78871
Merge pull request #126 from Grasscutters/dependabot/cargo/src-tauri/bumpalo-3.12.0
...
Bump bumpalo from 3.10.0 to 3.12.0 in /src-tauri
2023-05-10 18:19:14 -07:00
SpikeHD
2a45f35062
Merge pull request #125 from Grasscutters/dependabot/cargo/src-tauri/bzip2-0.4.4
...
Bump bzip2 from 0.4.3 to 0.4.4 in /src-tauri
2023-05-10 18:19:06 -07:00
Thoronium
dea373a0d5
Update deps
2023-04-26 22:46:21 -06:00
Thoronium
cab19e64c4
Update dependency
2023-04-26 22:46:21 -06:00
SpikeHD
64a04e927c
set host
2023-04-21 17:37:21 -07:00
SpikeHD
a67eca49e5
real arg parse
2023-04-21 16:50:53 -07:00
Thoronium
096992572c
Add 7z support
2023-04-07 13:12:41 -06:00
Thoronium
ef3ba2a045
Update Grasscutter versions
...
Add auto MongoDB option
2023-04-01 12:41:50 -06:00
Thoronium
ea73feb8e9
Full offline compatibility
2023-03-05 19:13:09 -07:00
dependabot[bot]
6f1f55663b
Bump bumpalo from 3.10.0 to 3.12.0 in /src-tauri
...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo ) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases )
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0 )
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-20 22:13:35 +00:00
dependabot[bot]
f3f5dc95ae
Bump bzip2 from 0.4.3 to 0.4.4 in /src-tauri
...
Bumps [bzip2](https://github.com/alexcrichton/bzip2-rs ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/alexcrichton/bzip2-rs/releases )
- [Commits](https://github.com/alexcrichton/bzip2-rs/commits/0.4.4 )
---
updated-dependencies:
- dependency-name: bzip2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-10 22:30:14 +00:00
dependabot[bot]
6c40044931
Bump tauri from 1.0.6 to 1.0.7 in /src-tauri
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.6...tauri-v1.0.7 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-14 19:21:49 -08:00
dependabot[bot]
151e7c3919
Bump tauri from 1.0.4 to 1.0.6 in /src-tauri
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.4...tauri-v1.0.6 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-16 19:33:19 +00:00
SpikeHD
4de8a43c3a
begin CLI options
2022-08-27 00:54:14 -07:00
SpikeHD
57c1a7800c
write game path to migoto config autmatically
2022-08-25 20:08:44 -07:00
SpikeHD
cffbcdae96
handle rar files, add back button svg
2022-07-25 22:09:24 -07:00
Brian Bowman
7659e9831a
Remove unused metadata-related things
2022-07-21 17:43:30 -05:00
Brian Bowman
4ff9e88185
Update dependencies
2022-07-18 18:01:08 -05:00
Benj
a703843eed
Move things to file_helpers
...
These were meant to be here anyway but I didn't put it here because other similar methods were in system_helpers
2022-07-12 14:28:08 +08:00
Brian Bowman
cd128741b4
Update dependencies
2022-07-09 07:11:31 -05:00
Brian Bowman
e75474fde7
Replace lazy_static with once_cell
...
`once_cell` is a simpler macroless alternative that will be added to the standard library.
2022-07-09 07:05:38 -05:00
Brian Bowman
c3119ce7a7
Remove unused runas dependency
2022-07-09 05:54:04 -05:00