diff --git a/Changelog.md b/Changelog.md index 1804428..b8ab8f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,20 +1,35 @@ # Changelog -## Current Dev (1.0.1) -Changes that are in the develop branch - -### Bug Fixes: -- Fixed actual FPS display: [#42](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/45) -- Spelling Fix: [#31](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/31) +## 1.0.1 (12/4/2021) ### UI Enhancements: - Hotkeys/improved zoom controls: [#47](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/47) + - `A` reset view + - `S/middle mouse button` pan + - `D` drop walls + - `F` drop food + - `G` click to kill + - `H` headless rendering toggle + - `Spacebar/J` pause/play toggle + - `Z` select organism + - `X` edit organism + - `C` drop organism + - `V` toggle hud + - `B` destroy all walls + - `Q` min/max control panel - Improved mutation probability controls: [#43](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/43) - Ability to edit individual organism's mutability: [#46](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/46) -- Added clear button and improved reset warnings: [#46](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/64) +- Added clear button and improved reset warnings: [#64](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/64) ### Simulation Enhancements: -- +- Default food prodcution probability increased from 4->5 + + +### Bug Fixes: +- Fixed actual FPS display: [#45](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/45) +- Fixed slow down/crash on very long runs: [#63](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/63) +- Spelling Fix: [#31](https://github.com/MaxRobinsonTheGreat/LifeEngine/pull/31) + Thanks to contributors: @TrevorSayre @EvaisaGiac @Chrispykins