include changelog in releases

This commit is contained in:
Crispy 2025-03-27 15:38:02 +01:00
parent 1d3841fb6d
commit d5bb0f7ba0
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,9 @@
# Marble Machinations Change Log
Game store page: https://crispypin.itch.io/marble-machinations
## [Unreleased]
- added (dev): sub-tick visualisation in debug mode
- added: changelog file
- (dev) added: sub-tick visualisation in debug mode
- fixed: equal comparator did not output one of two incoming signals in some cases, depending on wire length and update order
- changed: comparators can now power other tiles without a wire between, including other comparators
- changed: directly moving marbles (to adjactent tile without anything between) now have priority over new marbles being created, instead of the two events cancelling each other
@ -11,3 +13,4 @@
- fixed: phantom marble (empty tile causing other marbles to bounce away) appearing after multiple machines tried to output to the same location at once
## v0.2.0 - 2024-12-24
*everything else*