Skip to content

Latest commit

 

History

History
105 lines (61 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

105 lines (61 loc) · 2.44 KB

Changelog

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.

1.0.4 - 2024-08-16

Fixed

  • Fix Windows on Arm installtation

1.0.3 - 2024-08-12

Added

  • Add fallback after download from mirror failed

1.0.2 - 2024-08-12

Added

  • Add mirror download support

Fixed

  • Fix path traversal in installer unzip

1.0.1 - 2024-02-26

Fixed

  • Not reading cache.

1.0.0 - 2024-02-26

Fixed

  • Dependency issue.

0.5.1 - 2024-02-12

Added

  • Legacy version of bdsdown as a dependency.

0.5.0 - 2024-02-08

Changed

  • Rewrite everything.

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

0.2.0 - 2023-02-17

Added

  • -y flag to skip confirmation

0.1.0 - 2023-02-09

Added

  • Basic functionality