|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.6...HEAD) |
| 5 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.7...HEAD) |
| 6 | + |
| 7 | +# [v8.7](https://github.com/CE-Programming/toolchain/releases/tag/v8.7) (2019-08-25) |
| 8 | + |
| 9 | + - Documentation fixes |
| 10 | + - Fix `gfx_Begin` signature |
| 11 | + - Fix `gfx_RotateSpriteC` |
| 12 | + - Fix `ti_Str0` value and add missing `ti_Str9` |
| 13 | + - Fix `gfx_SetCharData` (#221) |
| 14 | + - Improve build |
| 15 | + - Add `ti_ArchiveHasRoom` |
| 16 | + |
| 17 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.6...v8.7) |
6 | 18 |
|
7 | 19 | # [v8.6](https://github.com/CE-Programming/toolchain/releases/tag/v8.6) (2019-06-30)
|
8 | 20 |
|
| 21 | + - New libray: FontLib by DrDnar |
| 22 | + - Add `kb_IsDown` keypadc macro |
| 23 | + - Add `gfx_CopyRectangle` |
| 24 | + - Add `os_TestFlagBitsFast` |
| 25 | + - Fix `gfx_GetClipRegion` |
| 26 | + - Fix `getstringinput` |
| 27 | + - Fix `strncasecmp` |
| 28 | + - Fix `ti_SetArchiveStatus` ignoring archived argument |
| 29 | + - Improve comments and `printTextSmall` function |
| 30 | + - Improve `gfx_Wait` |
| 31 | + - Improve CI |
| 32 | + - Improve build files in general, more parallel and portability support |
| 33 | + - More documentation |
| 34 | + |
9 | 35 | [Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.5...v8.6)
|
10 | 36 |
|
11 | 37 | # [v8.5](https://github.com/CE-Programming/toolchain/releases/tag/v8.5) (2018-10-31)
|
12 | 38 |
|
| 39 | + - LibLoad and linker improvements |
| 40 | + - AppVeyor CI support |
| 41 | + - Fix `ti_RclVar` |
| 42 | + - Improve and fix tests in general |
| 43 | + - Optimize a few graphx routines (SetPalette, SetClipRegion, RLETSprite) |
| 44 | + - Add `os_NewLine` |
| 45 | + - Fix MMIO defines (size/volatility) in tice.h |
| 46 | + - Add 32-bit "atomic" load functions and stopwatch example |
| 47 | + |
13 | 48 | [Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.4...v8.5)
|
14 | 49 |
|
15 | 50 | # [v8.4](https://github.com/CE-Programming/toolchain/releases/tag/v8.4) (2018-08-23)
|
|
0 commit comments