mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Changelog entry about stopping the tracker
This commit is contained in:
parent
8cec568a5b
commit
040d3d5604
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added support for vibrato in `agb-tracker`'s XM format
|
- Added support for vibrato in `agb-tracker`'s XM format
|
||||||
|
- Method to stop the tracker
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -17,9 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
unless you've been using `default-features = false` in which case we recommend removing that from your `Cargo.toml`.
|
unless you've been using `default-features = false` in which case we recommend removing that from your `Cargo.toml`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- There are no longer gaps between tiles in affine graphics modes.
|
- There are no longer gaps between tiles in affine graphics modes.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added option to export imported background graphics from `include_background_gfx` as pub.
|
- Added option to export imported background graphics from `include_background_gfx` as pub.
|
||||||
|
|
||||||
## [0.20.5] - 2024/06/18
|
## [0.20.5] - 2024/06/18
|
||||||
|
|
Loading…
Reference in a new issue