File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 1.0.1] - 2025-10-09
9+
10+ ### Fixed
11+
12+ - BOOT_ORDER line in EEPROM config was not replaced but duplicated (#41 )
13+ - Prevented a race condition showing error message when choosing provisioning
14+ - Possible Crash on shutdown request (#39 )
15+
16+ ### Changed
17+
18+ - No more gathering at start of Provision: was if last gathering older than 1mn (#38 )
19+
20+ ### Added
21+
22+ - Ability to exit to shell via Q key
23+ - copy of read rpi-imager's stdout on /dev/shm (#40 )
24+
25+ ## [ 1.0.0] - 2025-09-09
26+
27+ ### Added
28+
29+ - Initial version
Original file line number Diff line number Diff line change 1- __version__ = "1.0.0.dev0 "
1+ __version__ = "1.0.1 "
You can’t perform that action at this time.
0 commit comments