Skip to content

Commit 61ee7b0

Browse files
authored
Update changelog for 8.1 and 8.2 versions
1 parent a4bfcec commit 61ee7b0

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

changelog.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,48 @@
33
*Note: toolchain releases aren't necessarily in sync with libraries releases.*
44

55
## [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))
734

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)
936

1037
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v7.4.2...v8.0)
1138

1239
### 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))
1441
- Replace ZDS linker/librarian with fasmg-ez80 ([Jacobly](https://github.com/jacobly0)))
1542
- Integrate fasmg-ez80 into toolchain ([MateoConLechuga](https://github.com/MateoConLechuga))
1643
- Library translation to fasmg-ez80 format ([MateoConLechuga](https://github.com/MateoConLechuga))
1744
- Add more tests and header file cleanup ([Adriweb](https://github.com/Adriweb))
1845

1946
### 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))
2148
- Fix gfx_FillTriangle() and gfx_FillTriangle_NoClip() ([MateoConLechuga](https://github.com/MateoConLechuga))
2249
- Add gfx_SetCharData() and os_GetStringInput() ([MateoConLechuga](https://github.com/MateoConLechuga))
2350

0 commit comments

Comments
 (0)