Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.22 KB

Changelog

Notable user-facing changes with each release version will be described in this file.

[0.11.0]: 2023-02-18

Changed

  • Bevy 0.13 compatibility

[0.10.0]: 2023-11-7

Changed

  • Bevy 0.12 compatibility
  • Assets tracking now accounts for dependencies by default

Added

  • API for configuring when progress is checked (#25, thanks @UkoeHB)
  • Assets tracking can now be configured to not progress failed assets
  • Assets tracking can now be configured to not check asset dependencies

0.9.1: 2023-07-19

Fixed

  • Assets tracking: prevent duplicate handles from being added

0.9.0: 2023-07-10

Changed

  • Bevy 0.9 compatibility
  • bevy_utils dependency is now mandatory
  • Progress counting is initialised in a new ProgressPreparationSchedule, which runs after StateTransition, and finalized in Last

Added

  • Enable the debug cargo feature to log progress counts to console! Control at runtime with Res<ProgressDebug>.

Fixed

  • dummy_system_wait_millis should now work on WASM

Older

Unfortunately, I was not keeping changelogs for older versions. :(