Commit Graph

541 Commits

Author SHA1 Message Date
be4641bdad readd path import for windows 2025-02-23 08:33:11 +01:00
438e68170d bump deps 2025-02-23 08:26:38 +01:00
2c3a051318 v0.9.2 2024-12-15 11:18:40 +01:00
1237d8c71e add --prerelease 2024-12-15 11:18:25 +01:00
da94d1b0e3 Merge pull request #157 from mxve/dependabot/cargo/futures-util-0.3.31
Bump futures-util from 0.3.30 to 0.3.31
2024-12-13 11:52:50 +01:00
a56c72e71b Merge pull request #160 from mxve/dependabot/cargo/openssl-0.10.68
Bump openssl from 0.10.66 to 0.10.68
2024-12-13 11:50:07 +01:00
a5d784b8f4 Merge pull request #158 from mxve/dependabot/cargo/simple-log-2.1.1
Bump simple-log from 2.1.0 to 2.1.1
2024-12-13 11:50:00 +01:00
5f16488431 Merge pull request #156 from mxve/dependabot/cargo/once_cell-1.20.2
Bump once_cell from 1.20.0 to 1.20.2
2024-12-13 11:45:27 +01:00
dependabot[bot]
168a821533 Bump openssl from 0.10.66 to 0.10.68
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.68.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.68)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:42:05 +00:00
dependabot[bot]
e8ac1f8f18 Bump simple-log from 2.1.0 to 2.1.1
Bumps [simple-log](https://github.com/baoyachi/simple-log) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: simple-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:42:01 +00:00
dependabot[bot]
b1212b30ad Bump futures-util from 0.3.30 to 0.3.31
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:41:53 +00:00
dependabot[bot]
0c6ef0fcb0 Bump once_cell from 1.20.0 to 1.20.2
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.2)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:41:40 +00:00
8c3723d16f v0.9.1 2024-12-09 04:32:53 +01:00
9f853f84ac remove mac builds
if someone gets the client to work on mac they'll get the launcher to work too
2024-12-09 04:32:14 +01:00
573fc14767 create cache module 2024-12-09 04:31:00 +01:00
b0c2c8d478 remove unused dep 2024-12-09 04:25:18 +01:00
1d0fbc9fc5 v0.9.0 2024-12-09 04:22:52 +01:00
2d84c514a7 offline mode, expanded logging 2024-12-09 04:14:53 +01:00
5244fa9549 dont fail on warn 2024-12-09 03:04:34 +01:00
7558c09267 Merge pull request #162 from mxve/dependabot/github_actions/taiki-e/upload-rust-binary-action-1.23.0
Bump taiki-e/upload-rust-binary-action from 1.22.0 to 1.23.0
2024-12-01 13:53:07 +00:00
dependabot[bot]
13871fe1a0 Bump taiki-e/upload-rust-binary-action from 1.22.0 to 1.23.0
Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases)
- [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/upload-rust-binary-action/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: taiki-e/upload-rust-binary-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 16:19:25 +00:00
15a2ed70c2 . 2024-11-03 17:24:17 +01:00
612c6844fc fix linter? 2024-11-03 17:22:32 +01:00
ae2458a159 update simple-log 2024-10-04 18:13:45 +02:00
41a17c8f57 replace map flatten with and_then 2024-10-04 17:34:23 +02:00
82d4c4c04f fix linting 2024-10-04 17:19:42 +02:00
7067f03403 v0.8.4 2024-10-01 18:39:02 +02:00
cfc00fd7bc remove .iw4xrevision 2024-10-01 18:33:29 +02:00
519f70dd45 verify local file hash, add retry, add cache busting on retry 2024-09-24 17:53:45 +02:00
db3ef786ac v0.8.3 2024-09-24 17:32:08 +02:00
15ee7d570b set log path for unix to /var/log
fixes #149
2024-09-24 17:31:47 +02:00
db15f29e40 lint on windows and linux 2024-09-21 19:58:07 +02:00
a5508e9cfa download bonus content by default, add --skip-bonus 2024-09-20 00:50:11 +02:00
63773caee7 v0.8.2 2024-09-18 16:33:04 +02:00
d75d9f8322 Merge pull request #150 from mxve/dependabot/cargo/serde-1.0.210
Bump serde from 1.0.209 to 1.0.210
2024-09-18 16:32:31 +02:00
dependabot[bot]
b36d7db264 Bump serde from 1.0.209 to 1.0.210
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 14:14:29 +00:00
e7972037b2 Merge pull request #151 from mxve/dependabot/cargo/serde_json-1.0.128
Bump serde_json from 1.0.127 to 1.0.128
2024-09-18 16:13:37 +02:00
c4bc7338c1 Merge pull request #152 from mxve/dependabot/cargo/once_cell-1.20.0
Bump once_cell from 1.19.0 to 1.20.0
2024-09-18 16:13:31 +02:00
5a88ee9b88 Merge pull request #153 from mxve/dependabot/cargo/simple-log-1.9.0
Bump simple-log from 1.7.3 to 1.9.0
2024-09-18 16:13:24 +02:00
35ec579a06 error logging for failed/retry download 2024-09-18 16:09:45 +02:00
252ac66234 cleanup extend.rs 2024-09-18 16:09:31 +02:00
dependabot[bot]
2e494bf732 Bump simple-log from 1.7.3 to 1.9.0
Bumps [simple-log](https://github.com/baoyachi/simple-log) from 1.7.3 to 1.9.0.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v1.7.3...v1.9.0)

---
updated-dependencies:
- dependency-name: simple-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 15:06:45 +00:00
dependabot[bot]
b86738f872 Bump once_cell from 1.19.0 to 1.20.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 15:06:38 +00:00
dependabot[bot]
05f49ef13e Bump serde_json from 1.0.127 to 1.0.128
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 15:32:24 +00:00
8f0ba691c0 Merge pull request #148 from mxve/license
License code under GPL v3
2024-09-07 00:18:50 +02:00
76fd1c6996 bruh 2024-09-06 11:24:49 +02:00
8d68e85fb1 v0.8.1 2024-09-06 11:10:58 +02:00
3963f8fc9b handle some networking errors
assume we are up to date if we can't fetch latest version
2024-09-06 11:10:05 +02:00
d267d53c49 add CONTRIBUTING.md 2024-09-06 07:05:15 +02:00
81017c6604 reword some instructions 2024-09-06 06:56:51 +02:00