Skip to content

Commit 6129a5f

Browse files
authored
Update changelog.md
1 parent 267ef22 commit 6129a5f

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

changelog.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,34 @@ See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.3.
1111

1212
### Toolchain
1313
- Misc. build improvements and fixes ([MateoConLechuga](https://github.com/MateoConLechuga) + [Runer112](https://github.com/Runer112) + [Adriweb](https://github.com/Adriweb))
14-
- Fixed GetC retval in some cases ([Runer112](https://github.com/Runer112))
1514
- Travis config file cleanup ([Adriweb](https://github.com/Adriweb))
1615
- New macros and features related to fasmg ([Jacobly](https://github.com/jacobly0))
16+
- Added dbg_ClearConsole ([MateoConLechuga](https://github.com/MateoConLechuga))
1717
- Compression-related APIs fixes and updates ([MateoConLechuga](https://github.com/MateoConLechuga))
1818
- Misc. code cleanup ([MateoConLechuga](https://github.com/MateoConLechuga))
1919
- Some documentation updates ([TIAnonyme0](https://github.com/TIAnonyme0) + [Runer112](https://github.com/Runer112))
2020
- Submodules updates for [ConvPNG](https://github.com/mateoconlechuga/convpng) and [fasmg](https://github.com/jacobly0/fasmg-ez80) ([MateoConLechuga](https://github.com/MateoConLechuga) + [Jacobly](https://github.com/jacobly0))
2121

2222
### Libraries
23-
- Optimized several routines ([MateoConLechuga](https://github.com/MateoConLechuga) + [Runer112](https://github.com/Runer112))
24-
- GraphX: many improvements, in both performance and reliability ([Runer112](https://github.com/Runer112))
25-
- GraphX: optimize and improve behavior of gfx_PrintInt and gfx_PrintUInt ([Runer112](https://github.com/Runer112))
26-
- FileIO: Add ti_GetName, ti_Rename and ti_RenameVar ([MateoConLechuga](https://github.com/MateoConLechuga))
27-
- FileIO: Add ti_GetVATPtr ([PeterTillema](https://github.com/PeterTillema))
23+
24+
#### GRAPHX
25+
- Minimized waiting by gfx_SwapDraw, added gfx_Wait ([Runer112](https://github.com/Runer112))
26+
- Improved behavior of length argument to gfx_PrintInt and gfx_PrintUInt ([Runer112](https://github.com/Runer112))
27+
- Many small optimizations ([Runer112](https://github.com/Runer112) + [Jacobly](https://github.com/jacobly0))
28+
29+
#### FILEIOC
30+
- Added ti_DetectAny, ti_GetName, ti_Rename, and ti_RenameVar ([MateoConLechuga](https://github.com/MateoConLechuga))
31+
- Added ti_GetVATPtr ([PeterTillema](https://github.com/PeterTillema))
32+
- Fixed ti_GetC for empty variables ([PeterTillema](https://github.com/PeterTillema))
33+
- Fixed variable creation erroneously opening closed slots ([Runer112](https://github.com/Runer112))
2834

2935
# [v8.2](https://github.com/CE-Programming/toolchain/releases/tag/v8.2) (2018-03-24)
3036

3137
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.1...v8.2)
3238

3339
### Toolchain
3440
- Add full screen image example ([MateoConLechuga](https://github.com/MateoConLechuga))
35-
- Add os_GetStringInput ([MateoConLechuga](https://github.com/MateoConLechuga))
41+
- Improved os_GetStringInput ([MateoConLechuga](https://github.com/MateoConLechuga))
3642
- Fixed a Windows build issue for src/std/linked ([Runer112](https://github.com/Runer112))
3743
- Blitting demo instead of buffering demo ([Runer112](https://github.com/Runer112))
3844
- Use latest-stable CEmu for Travis auto-tests ([Adriweb](https://github.com/Adriweb))

0 commit comments

Comments
 (0)