Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

69 lines (41 loc) · 2.12 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.

[Unreleased]

[0.4.0] - 2024-01-06

Added

  • Added support for downloading and building games with LÖVE version 11.5 (thanks to @gingerbeardman).

Updated

  • boon love list now displays a better message when there are no versions installed.

Changed

  • Upgrade Rust edition to 2021
  • Upgraded a number of dependencies to latest versions

[0.3.0] - 2021-08-13

Added

  • boon love learned how to explicitly list versions through the subcommand list: boon love list.

Fixed

  • boon download now uses GitHub for binary downloads instead of Bitbucket, fixing any dead links resulting from the transition away from Bitbucket.

[0.2.0] - 2020-03-15

Added

  • New build report to show output file name, elapsed time, and total output size.

Changed

  • Error handling to better highlight what caused an error to occur. An error will now display a list of causes, in order.
  • boon build learned how to build all supported targets at the same time using the --target all option.

Fixed

  • boon love download no longer makes an extra unnecessary HTTP request when downloading LÖVE which should improve performance.
  • boon --version now displays the correct release version.
  • Unnecessary references (pointers) to small integers values have been removed, slightly improving performance.
  • Library dependencies have been updated, improving performance and fixing many issues.
  • Duplicate entries in the ignore list when merging default and project configuration, removing unneeded work on build.
  • Copy semantics for platform/bitness enums, which may have resolved some issues with cross-platform compatibility.

[0.1.1] - 2020-02-11

Fixed

  • Incorrect macOS download locations for LÖVE 11.3.

[0.1.0] - 2019-04-17

Added

  • The initial release for boon.
  • Native LÖVE builds.
  • Windows (32/64-bit) builds.
  • macOS builds.
  • LÖVE version manager.