Changelog entry for midi tracker

This commit is contained in:
Gwilym Inzani 2023-11-14 20:32:15 +00:00
parent b82ec0ca1c
commit 9f60b61289

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `.priority()`, `.set_priority()` and `.is_visible()` to `RegularMap`, `AffineMap` and `InfiniteScrolledMap`.
- Replaced `.show()` and `.hide()` with `.set_visible()`in `RegularMap`, `AffineMap` and `InfiniteScrolledMap`.
- Added `.hflip()`, `.vflip()`, `.priority()`, `.position()` to `ObjectUnmanaged` and `Object`.
- Expermental and incomplete support for MIDI files with agb-tracker.
## [0.18.1] - 2024/02/06