File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v14.0...master )
3+ ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v14.2...master )
4+
5+ # [ v14.2] ( https://github.com/CE-Programming/toolchain/releases/tag/v14.2 ) (2026-01-13)
6+
7+ Minor bugfix release, and the last toolchain version to be using the compiler based on:
8+ - clang v15 (next will have v17)
9+ - fasmg (next will have standard binutils-based tooling)
10+
11+ Changes:
12+ - [ convimg] fix appvar output
13+
14+ # [ v14.1] ( https://github.com/CE-Programming/toolchain/releases/tag/v14.1 ) (2026-01-07)
15+
16+ Minor release, and the last toolchain version to be using the compiler based on:
17+ - clang v15 (next will have v17)
18+ - fasmg (next will have standard binutils-based tooling)
19+
20+ Changes:
21+ - [ libc] fix some issues with asctime
22+ - [ libc] fix some issues with standard allocator
23+ - [ tests] fix text_flipped example
24+ - Optimizations to GraphX's gfx_FillRect
25+ - Optimizations to libload
426
527# [ v14.0] ( https://github.com/CE-Programming/toolchain/releases/tag/v14.0 ) (2025-12-22)
628
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Default toolchain docs (should be latest release!)
4- export default_version=v14.0
4+ export default_version=v14.2
55
66# Maps target directory name to branch
77declare -A versions_map=(
8+ [v14.2]=v14.2
9+ [v14.1]=v14.1
810 [v14.0]=v14.0
911 [v13.0]=v13.0
1012 [v12.1]=v12.1-docs
You can’t perform that action at this time.
0 commit comments