From cc3458eab0c058e9a57ea64183e07958c39a0afb Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 20:15:42 +0200 Subject: docs: add changelog --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8708b35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +## Unreleased + +### Feat +- add current mode to statusline +- add reading RLE files +- implement command mode +- add ability to change generation speed +- add deleting cells + +### Fix +- add statusline length check +- prevent A, B, C & D from being interpreted as arrow keys +- prevent birth cells from trespassing statusline +- prevent statusline heap buffer overflow +- index cursor x position from 0 +- prevent update position in statusline on cursor move fail +- prevent ignoring generation update speed + +### Perf +- decrease update speeds + + +## v0.1.0 - 2022-06-07 +### Feat +- implement game of life +- add incrementing generation +- add update speed monitoring +- add update speed limit +- implement generations & multithreading +- add inserting cells +- make status bar visible from game start +- add status bar background color +- add status bar +- add moving cursor +- add input handler & quitting with 'q' +- add basic program stuff + +### Fix +- change input handler subscribers size type name +- resolve statusline overlap bug +- use climits instead of limits in input header +- change move cursor argument to non-const reference +- stop segfault caused by game ctor + +### Perf +- add noexcept almost everywhere + -- cgit v1.2.3-18-g5258