All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix bds download url
1.0.4 - 2024-08-16
- Fix Windows on Arm installtation
1.0.3 - 2024-08-12
- Add fallback after download from mirror failed
1.0.2 - 2024-08-12
- Add mirror download support
- Fix path traversal in installer unzip
1.0.1 - 2024-02-26
- Not reading cache.
1.0.0 - 2024-02-26
- Dependency issue.
0.5.1 - 2024-02-12
- Legacy version of bdsdown as a dependency.
0.5.0 - 2024-02-08
- Rewrite everything.
0.4.0 - 2023-12-25
- Local archive support.
0.3.1 - 2023-04-05
- Add classical command parameter support
0.3.0 - 2023-03-30
-e
or--exclude
option to exclude existing files from the installation and default value is[server.properties allowlist.json permissions.json]
(#1)-v
or--version
flag to specify the version of BDS to install. If not specified, the latest release(preview if -p specified) version will be used.--help
flag to print help information
-preview
flag to-p
or--preview
- Use akamensky/argparse to parse arguments
0.2.0 - 2023-02-17
-y
flag to skip confirmation
0.1.0 - 2023-02-09
- Basic functionality