Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

83 lines (45 loc) · 1.7 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.

[0.1.4] - 2024-08-22

Added

  • $LASTEXITCODE with error print
  • Refactor jar argument spec for 1.14.x to include craftbukkit when compiling for spigot

Changed

  • Moved --remapped argument addition for 1.18.x under 1.14.x branch condition

[0.1.3] - 2024-08-20

Added

  • Refactored resolved args for --rev, --compile and --remapped

[0.1.2] - 2024-08-20

Fixed

  • Fix branch for --remapped files - Matches[0] -> Matches[1]

[Unversioned] - 2024-08-20

Added

  • Included 1.21 and 1.21.1 revisions to list under $env:JAVA_21_HOME

[0.1.1] - 2024-08-20

Fixed

  • Invert version filter for -cmd install

[Unversioned] - 2024-08-14

Added

  • Included 1.20.1 and 1.20.4 revisions to list under $env:JAVA_17_HOME

[0.1.0] - 2024-08-14

Added

  • New branch for revisions before 1.18 (without --remapped)

[0.0.4] - 2024-08-14

Fixed

  • Patch install target path

[0.0.3] - 2024-08-09

Fixed

  • Use correct variable for version filter (-notin and -notcontains are the same)
  • Check $cmd correctly on switch
  • Patch repetitive looping on failed compile task

[0.0.2] - 2024-08-09

Fixed

  • Check for revisions after filter with -cmd install, exit if none found.
  • Use Test-Path to ensure requested files exist before attempting to install them with maven.

[0.0.1] - 2024-08-09

Initial Release

Added

  • Build /compile with ./BuildTools.ps1 -cmd build ...
  • Deploy / install with ./BuildTools.ps1 -cmd deploy ...