From b9b74e88028f81e7b169a5e168102138e8c2c46c Mon Sep 17 00:00:00 2001 From: yzrh Date: Sat, 10 Oct 2020 17:16:14 +0000 Subject: Initial commit. --- CHANGE.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 CHANGE.md (limited to 'CHANGE.md') diff --git a/CHANGE.md b/CHANGE.md new file mode 100644 index 0000000..9284077 --- /dev/null +++ b/CHANGE.md @@ -0,0 +1,83 @@ +0.6.2_3 (2020-10-10) +==================== + +* Update contrib/IBM-Plex-Sans to 5.1.3 + +0.6.2_2 (2019-10-31) +==================== + +* Make sound support optional + +0.6.2_1 (2019-10-30) +==================== + +* Make GPIO support optional + +0.6.2 (2019-03-27) +================== + +* Fix GPIO interrupt + +0.6.1 (2019-03-25) +================== + +* Fix GPIO mapping + +0.6.0 (2019-03-18) +================== + +* Change timer resolution to nanosecond +* Add colour selection to renderer +* Add GPIO support + +0.5.1 (2019-03-12) +================== + +* Add a pause at the start of flappy mode + +0.5.0 (2019-03-09) +================== + +* Change keyboard key map +* Change maximum speed in classic mode to a lower value +* Change snake initial position to be centred +* Add flappy bird like game mode + +0.4.1 (2019-03-06) +================== + +* Fix swipe threshold + +0.4.0 (2019-03-04) +================== + +* Change game loop to be threaded +* Change menu to be event driven +* Change font size +* Add font texture caching +* Add option to toggle music +* Add condition for clearing game +* Add touchscreen support + +0.3.1 (2019-02-22) +================== + +* Fix pause logic + +0.3.0 (2019-02-22) +================== + +* Change memory allocation method +* Change difficult scaling +* Add pause function + +0.2.0 (2019-02-21) +================== + +* Add multiplayer mode +* Add key press driven menu + +0.1.0 (2019-02-20) +================== + +* Initial release -- cgit v1.2.3