blob: 6e810c15882f6c2db1b5fcee108ee594af7adfc7 (
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
|
# 2.0
* Update readme;
* Remove the root makefile;
* Use digit seperators;
* Fix setpx1;
* Add function for flipping pages;
* Add nodiscard to the get functions;
* Make setpx take the address of the video page;
# 1.1
* Fix version number not being updated;
* Update error screen;
# 1.0
* Add changelog;
* Add readme;
* Add new header 'key';
* Fix header guard in bs;
* Add functions for checking keys;
# 0.0
* Initial;
|