|
3 | 3 | *Note: toolchain releases aren't necessarily in sync with libraries releases.*
|
4 | 4 |
|
5 | 5 | ## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
|
6 |
| -See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.0...HEAD) |
| 6 | +See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.2...HEAD) |
| 7 | + |
| 8 | +# [v8.2](https://github.com/CE-Programming/toolchain/releases/tag/v8.2) (2018-03-24) |
| 9 | + |
| 10 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.1...v8.2) |
| 11 | + |
| 12 | +### Toolchain |
| 13 | + - Add full screen image example ([MateoConLechuga](https://github.com/MateoConLechuga)) |
| 14 | + - Add os_GetStringInput ([MateoConLechuga](https://github.com/MateoConLechuga)) |
| 15 | + - Fixed a Windows build issue for src/std/linked ([Runer112](https://github.com/Runer112)) |
| 16 | + - Blutting demo instead of buffering demo ([Runer112](https://github.com/Runer112)) |
| 17 | + - Use latest-stable CEmu for Travis auto-tests ([Adriweb](https://github.com/Adriweb)) |
| 18 | + |
| 19 | +### Libraries |
| 20 | + - Optimized a couple GraphX routines ([grosged](https://github.com/grosged) + [Runer112](https://github.com/Runer112)) |
| 21 | + |
| 22 | +# [v8.1](https://github.com/CE-Programming/toolchain/releases/tag/v8.2) (2018-02-19) |
| 23 | + |
| 24 | +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.0...v8.1) |
| 25 | + |
| 26 | +### Toolchain |
| 27 | + - Improved several autotests ([Runer112](https://github.com/Runer112)) |
| 28 | + - Build fix for Windows regarding icon handling ([MateoConLechuga](https://github.com/MateoConLechuga)) |
| 29 | + - Misc. build and Travis fixes/improvements ([Adriweb](https://github.com/Adriweb)) |
| 30 | + - Submodules updates for [ConvPNG](https://github.com/mateoconlechuga/convpng/compare/dcf9131...d74720e) and [fasmg](https://github.com/jacobly0/fasmg-ez80/compare/acf0c68...fc5a4fc) ([MateoConLechuga](https://github.com/MateoConLechuga) + [Jacobly](https://github.com/jacobly0)) |
| 31 | + |
| 32 | +### Libraries |
| 33 | + - Optimized multiple routines from GraphX and FileIO ([grosged](https://github.com/grosged) + [Runer112](https://github.com/Runer112)) |
7 | 34 |
|
8 |
| -# [v8.0](https://github.com/CE-Programming/toolchain/releases/tag/v8.0) (2018-01-28) |
| 35 | +# [v8.0](https://github.com/CE-Programming/toolchain/releases/tag/v8.0) (2018-01-30) |
9 | 36 |
|
10 | 37 | [Full commit list](https://github.com/CE-Programming/toolchain/compare/v7.4.2...v8.0)
|
11 | 38 |
|
12 | 39 | ### Toolchain
|
13 |
| - - Replace ZDS assembler with fasmg-ez80 ([Jacobly](https://github.com/jacobly0))) |
| 40 | + - Replace ZDS assembler with fasmg-ez80 ([Jacobly](https://github.com/jacobly0)) |
14 | 41 | - Replace ZDS linker/librarian with fasmg-ez80 ([Jacobly](https://github.com/jacobly0)))
|
15 | 42 | - Integrate fasmg-ez80 into toolchain ([MateoConLechuga](https://github.com/MateoConLechuga))
|
16 | 43 | - Library translation to fasmg-ez80 format ([MateoConLechuga](https://github.com/MateoConLechuga))
|
17 | 44 | - Add more tests and header file cleanup ([Adriweb](https://github.com/Adriweb))
|
18 | 45 |
|
19 | 46 | ### Libraries
|
20 |
| - - Optimize gfx_FillScreen() and gfx_ZeroScreen() [Runer112](https://github.com/Runer112) |
| 47 | + - Optimize gfx_FillScreen() and gfx_ZeroScreen() ([Runer112](https://github.com/Runer112)) |
21 | 48 | - Fix gfx_FillTriangle() and gfx_FillTriangle_NoClip() ([MateoConLechuga](https://github.com/MateoConLechuga))
|
22 | 49 | - Add gfx_SetCharData() and os_GetStringInput() ([MateoConLechuga](https://github.com/MateoConLechuga))
|
23 | 50 |
|
|
0 commit comments