|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.3...master) |
| 3 | +## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v12.0...master) |
4 | 4 |
|
5 |
| -# [v11.3](https://github.com/CE-Programming/toolchain/releases/tag/v11.3) (2024-7-14) |
| 5 | +# [v12.0](https://github.com/CE-Programming/toolchain/releases/tag/v12.0) (2024-10-6) |
6 | 6 |
|
7 | 7 | * **New features**
|
| 8 | + * Added optimized 48-bit runtime routines by @calc84maniac / @fundudeone |
8 | 9 | * Added strftime implementation by @mateoconlechuga
|
9 | 10 | * Fixed off-by-one localtime day calculation (#469) by @mateoconlechuga
|
10 |
| - * Added features to convimg by @mateoconlechuga |
| 11 | + * Added flip and rotate options for tilesets to convimg by @mateoconlechuga |
11 | 12 | * Added support for different memory allocators by @mateoconlechuga
|
12 | 13 |
|
13 | 14 | * **Bugfixes**
|
|
19 | 20 | * Fixed write crash in fileioc (#461) by @mateoconlechuga
|
20 | 21 | * Fixed floating point multiply bug by @calc84maniac
|
21 | 22 | * Fixed incorrect sign compare in __lcmpzero by @calc84maniac
|
22 |
| - |
| 23 | + * Fixed bug in fatdrvce that could corrupt the root directory when creating a file by @mateoconlechuga |
| 24 | + * Fixed ldexpf behaviour for NaN and Inf by @ZERICO2005 |
| 25 | + * Fixed duplicated OS_TOK_STAT_F define by @adriweb |
| 26 | + * Fixed some repository submodule issues by @myclevorname |
| 27 | + * Fixed color quantization for unique colors in convimg by @mateoconlechuga |
| 28 | + |
23 | 29 | * **Improvements**:
|
24 | 30 | * Fixes/improvements for str[n]casecmp by @calc84maniac
|
25 | 31 | * Fixes/improvements for GetStringInput by @calc84maniac
|
|
28 | 34 | * Optimize 24-bit and 32-bit and/or/xor operations by @calc84maniac
|
29 | 35 | * Optimize malloc implementation by @calc84maniac
|
30 | 36 | * CI macos improvements by @adriweb
|
| 37 | + * Greatly optimized the fatdrvce fat_SetFileBlockOffset function by @mateoconlechuga |
| 38 | + * Enforce fatdrvce to only support uppercase filenames by @mateoconlechuga |
| 39 | + * Added prefix and suffix options for convimg by @JonasVdS18 |
31 | 40 |
|
32 | 41 | # [v11.2](https://github.com/CE-Programming/toolchain/releases/tag/v11.2) (2023-8-24)
|
33 | 42 |
|
|
0 commit comments