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[tool .commitizen ]
22name = " czespressif"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44update_changelog_on_bump = true
55tag_format = " v$version"
66changelog_merge_prerelease = true
Original file line number Diff line number Diff line change 1+ ## v0.11.0 (2026-05-01)
2+
3+ ### ✨ New Features
4+
5+ - ** progress** : mirror recent output and show a banner on Ctrl-v * (Frantisek Hrbata - 9612653)*
6+ - ** size** : colorize table / tree / csv / json / dot output * (Frantisek Hrbata - a17b74e)*
7+ - ** size** : add files / components / symbols / deps subcommands * (Frantisek Hrbata - 5920386)*
8+ - ** idf,size** : expose --format and --archive-details completers * (Frantisek Hrbata - 6b95e63)*
9+ - ** idf,size** : rewrite as a 1:1 esp-idf-size replacement * (Frantisek Hrbata - 3b73900)*
10+ - ** json** : add json_serialize_pretty + integer-aware numbers * (Frantisek Hrbata - 4855a43)*
11+ - ** elf** : add SHT_SYMTAB symbol-table reader * (Frantisek Hrbata - 1bc1cbc)*
12+ - ** map** : parse the Cross Reference Table * (Frantisek Hrbata - 7de09cd)*
13+
14+ ### 🐛 Bug Fixes
15+
16+ - ** flash,monitor** : handle linux target without scanning serial ports * (Frantisek Hrbata - bd67fdc)*
17+ - ** repo** : pass --progress to git so output mirrors during clone/fetch * (Frantisek Hrbata - e7521ac)*
18+ - ** completion** : refuse to install in the wrong shell * (Frantisek Hrbata - a830bd2)*
19+ - ** dispatch** : skip setup_project on --ice-complete * (Frantisek Hrbata - f6e408e)*
20+
21+ ### 🔧 Code Refactoring
22+
23+ - ** dispatch** : split --help / --ice-complete handling * (Frantisek Hrbata - fc179b9)*
24+ - ** platform** : promote glob_match to a platform abstraction * (Frantisek Hrbata - 24716a8)*
25+
26+
127## v0.10.0 (2026-04-28)
228
329### ✨ New Features
Original file line number Diff line number Diff line change 1- VERSION = 0.10 .0
1+ VERSION = 0.11 .0
22NAME := ice
33
44O ?= build/$(TRIPLE )
You can’t perform that action at this time.
0 commit comments