Skip to content

Commit 03b9025

Browse files
update convimg/convbin and add changelog
1 parent a2248fe commit 03b9025

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

changelog.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.0...master)
3+
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.1...master)
4+
5+
# [v11.1](https://github.com/CE-Programming/toolchain/releases/tag/v11.1) (2023-5-19)
6+
7+
* **New features**
8+
* Changes fatdrvce API to make it easier to use by @mateoconlechuga
9+
* Adds `os_GetTokenInput` to get tokenized input from the OS by @mateoconlechuga
10+
* Support hex string for fixed colors in convimg by @mateoconlechuga
11+
12+
* **Bugfixes**
13+
* Fixes `os_GetStringInput` to support more menus by @mateoconlechuga
14+
* Add some pointer checks to usbdrvce examples by @adriweb
15+
* Change `OS_MATRIX_ELEMENT` to row-major by @Nikhil-42
16+
* Fix 1-wide `gfx_Rectangle_NoClip` calls by @runer112
17+
* Numerous fixes in both convbin and convimg by @mateoconlechuga
18+
19+
* **Improvements**:
20+
* Add comments for symbols to grahpx source code by @TIny-Hacker
21+
* Improve error for long variable names by @mateoconlechuga
22+
* Add VS Code IDE documentation by @commandblockguy
23+
* Add names to some anonymous structures by @adriweb
24+
* Update fasmg-ez80 support by @jacobly0
25+
* Add more info about system values by @adriweb
26+
* Allow for overriding of source file extensions by @mateoconlechuga
27+
* Default example binaries to archive by @LogicalJoe
28+
29+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v11.0...v11.1)
430

531
# [v11.0](https://github.com/CE-Programming/toolchain/releases/tag/v11.0) (2022-12-06)
632

0 commit comments

Comments
 (0)