File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v10.1...master )
3
+ ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v10.2...master )
4
+
5
+ # [ v10.2] ( https://github.com/CE-Programming/toolchain/releases/tag/v10.2 ) (2021-08-10)
6
+
7
+ * ** New features**
8
+ * Add ` os_Eval ` and ` os_EvalVar ` for direct evalution of equations by @mateoconlechuga .
9
+ * Add automated DMG code signing / notarization for nightly macOS builds by @adriweb .
10
+ * Updated and improved ` convfont ` support with text-based fonts by @drdnar .
11
+ * Added comments for 8XP programs in ` convbin ` by @mateoconlechuga .
12
+ * Added transparent pixel support in ` convimg ` by @mateoconlechuga .
13
+
14
+ * ** Bugfixes**
15
+ * Fix comparison of int32_t and int64_t by @runer112 .
16
+ * Fix ` printf ` when printing certain floating point values by @mateoconlechuga .
17
+ * Fix printing of ` int32_t ` by @jacobly0 .
18
+ * Fix ` gfx_FloodFill ` issue on bottom on screen wrapping by @mateoconlechuga .
19
+ * Change the type of CLOCKS_PER_SECOND to match clock_t by @commandblockguy .
20
+ * Compiler fix for missing register class check by @jacobly0 .
21
+
22
+ * ** Improvements** :
23
+ * Deprecate ` TI_REAL_TYPE ` and ` ti_Ans ` style of macros by @mateoconlechuga .
24
+ * Deprecate ` sk_key_t ` and ` ti_var_t ` typedefs by @mateoconlechuga .
25
+ * General documentation updates and improvements.
26
+
27
+ [ Full commit list] ( https://github.com/CE-Programming/toolchain/compare/v10.1...v10.2 )
4
28
5
29
# [ v10.1] ( https://github.com/CE-Programming/toolchain/releases/tag/v10.1 ) (2021-06-03)
6
30
You can’t perform that action at this time.
0 commit comments