aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGE.md
blob: d385a499e0dd69d64b8673daebe27737f197177f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
0.6.2_7 (2022-12-19)
====================

*   Update Makefile.

0.6.2_6 (2020-12-30)
====================

*   Update CFLAGS.

0.6.2_5 (2020-12-30)
====================

*   Rename binary.

0.6.2_4 (2020-12-25)
====================

*   Merge contrib

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