From 03b9025ce8d1fb39520786ebee4abbc156e27c21 Mon Sep 17 00:00:00 2001 From: Matthew Waltz Date: Fri, 19 May 2023 19:18:11 -0600 Subject: [PATCH] update convimg/convbin and add changelog --- changelog.md | 28 +++++++++++++++++++++++++++- tools/convbin | 2 +- tools/convimg | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index bab00e64e..df4c9a87a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,32 @@ # Change Log -## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.0...master) +## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.1...master) + +# [v11.1](https://github.com/CE-Programming/toolchain/releases/tag/v11.1) (2023-5-19) + +* **New features** + * Changes fatdrvce API to make it easier to use by @mateoconlechuga + * Adds `os_GetTokenInput` to get tokenized input from the OS by @mateoconlechuga + * Support hex string for fixed colors in convimg by @mateoconlechuga + +* **Bugfixes** + * Fixes `os_GetStringInput` to support more menus by @mateoconlechuga + * Add some pointer checks to usbdrvce examples by @adriweb + * Change `OS_MATRIX_ELEMENT` to row-major by @Nikhil-42 + * Fix 1-wide `gfx_Rectangle_NoClip` calls by @runer112 + * Numerous fixes in both convbin and convimg by @mateoconlechuga + +* **Improvements**: + * Add comments for symbols to grahpx source code by @TIny-Hacker + * Improve error for long variable names by @mateoconlechuga + * Add VS Code IDE documentation by @commandblockguy + * Add names to some anonymous structures by @adriweb + * Update fasmg-ez80 support by @jacobly0 + * Add more info about system values by @adriweb + * Allow for overriding of source file extensions by @mateoconlechuga + * Default example binaries to archive by @LogicalJoe + +[Full commit list](https://github.com/CE-Programming/toolchain/compare/v11.0...v11.1) # [v11.0](https://github.com/CE-Programming/toolchain/releases/tag/v11.0) (2022-12-06) diff --git a/tools/convbin b/tools/convbin index c4499313e..e9637542f 160000 --- a/tools/convbin +++ b/tools/convbin @@ -1 +1 @@ -Subproject commit c4499313e83b218576e09e88c7265438d64a7579 +Subproject commit e9637542f4c7f121c31aca1fd36454bbebd66eb5 diff --git a/tools/convimg b/tools/convimg index 3e41c15f4..77f5f7ca2 160000 --- a/tools/convimg +++ b/tools/convimg @@ -1 +1 @@ -Subproject commit 3e41c15f4a8582594c4c4b716ded6d30c19732e5 +Subproject commit 77f5f7ca2ecfd0f44b6136705c845c0e02ae0096