|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD) |
| 3 | +## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v9.2...master) |
4 | 4 |
|
5 |
| -# [v9.2](https://github.com/CE-Programming/toolchain/releases/tag/v9.2) (2021-08-10) |
| 5 | +# [v9.2](https://github.com/CE-Programming/toolchain/releases/tag/v9.2) (2021-09-09) |
6 | 6 |
|
7 | 7 | - Deprecate `timer_GetLow` and `ti_CloseAll` functions
|
8 |
| - - Remove pixelShadow from BSS to fix issue #298 |
| 8 | + - Remove pixelShadow from BSS to fix issue [#298](https://github.com/CE-Programming/toolchain/issues/298) |
9 | 9 | - Bug fixes for convimg and convbin programs
|
10 | 10 | - Add more missing C++ headers and add typeinfo support (thanks [jacobly](https://github.com/jacobly0))
|
11 | 11 | - Added `clock`, `sleep`, `usleep`, `msleep`, `ticksleep`, and other clock related functions (thanks [Runer112](https://github.com/runer112))
|
12 | 12 | - Added `os_RunPrgm` function for running programs on the calculator
|
13 | 13 | - Added `boot_TurnOn` function which turns on the hardware
|
14 | 14 | - Implementation and improvements to C++ for `static_assert` and `quick_exit` (thanks [jacobly](https://github.com/jacobly0))
|
15 |
| - - Updates to fasmg linker files; fasmg now uses 64 release on Linux |
| 15 | + - Updates to fasmg linker files; fasmg now uses 64 bit release on Linux |
16 | 16 | - Pressing [on] doesn't throw an error on exit anymore (thanks [commandblockguy](https://github.com/commandblockguy))
|
17 | 17 | - Fix bug when compiling icon source file
|
18 |
| - - Remove windows installer program and use batch file instead (thanks [DrDnar](https://github.com/drdnar)) |
| 18 | + - Remove Windows installer program and use batch file instead (thanks [DrDnar](https://github.com/drdnar)) |
19 | 19 | - General core makefile improvements
|
20 | 20 | - Makefile now handles recursive search better and extra source files
|
21 | 21 | - Linux releases have binaries marked as executable
|
|
26 | 26 | - Documentation improvements (thanks [Michael0x18](https://github.com/Michael0x18))
|
27 | 27 | - Added general coding guidelines and working with Git documentation
|
28 | 28 |
|
| 29 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v9.1...v9.2) |
| 30 | + |
29 | 31 | # [v9.1](https://github.com/CE-Programming/toolchain/releases/tag/v9.1) (2021-01-16)
|
30 | 32 |
|
31 | 33 | - Update fasmg (fix linker bug that could unnecessarily require a library)
|
32 | 34 | - Update ez80-clang (fix compiler bug where taking the address of stack variables in simple functions was broken)
|
33 | 35 | - Improve CI
|
34 | 36 |
|
| 37 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v9.0...v9.1) |
| 38 | + |
35 | 39 | # [v9.0](https://github.com/CE-Programming/toolchain/releases/tag/v9.0) (2020-12-26)
|
36 | 40 |
|
37 | 41 | **Major release!** 🥂 <img src="https://llvm.org/img/DragonSmall.png" title="llvm" align="right">
|
|
0 commit comments