Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijian Zhang committed Dec 25, 2023
1 parent 96c17da commit cadacf5
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-12-25

### Added

- Local archive support.

## [0.3.1] - 2023-04-05

### Added

- Add classical command parameter support

## [0.3.0] - 2023-03-30

### Added

- `-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

### Changed

- `-preview` flag to `-p` or `--preview`
- Use [akamensky/argparse](https://github.com/akamensky/argparse) to parse arguments

## [0.2.0] - 2023-02-17

### Added

- `-y` flag to skip confirmation

## [0.1.0] - 2023-02-09

### Added
- Basic functionality

- Basic functionality

[unreleased]: https://github.com/LiteLDev/BDSDownloader/compare/v0.3.1...HEAD
[unreleased]: https://github.com/LiteLDev/BDSDownloader/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/LiteLDev/BDSDownloader/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/LiteLDev/BDSDownloader/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/LiteLDev/BDSDownloader/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/LiteLDev/BDSDownloader/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/LiteLDev/BDSDownloader/releases/tag/v0.1.0
[0.1.0]: https://github.com/LiteLDev/BDSDownloader/releases/tag/v0.1.0

0 comments on commit cadacf5

Please sign in to comment.