File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project are documented here. Pythonlings follows
44Semantic Versioning.
55
6+ ## [ 0.4.1] - 2026-06-21
7+
8+ ### Added
9+
10+ - First-launch welcome screen that explains the edit → save → advance loop and
11+ the key shortcuts, shown once on a genuine first run.
12+ - The TUI progress bar now shows overall curriculum progress alongside the
13+ current topic's progress.
14+ - A celebration screen when every exercise in the curriculum is complete.
15+
16+ ### Fixed
17+
18+ - Finishing a single topic no longer shows the whole-curriculum "All exercises
19+ complete" header; it now shows a "Topic complete" header.
20+
621## [ 0.4.0] - 2026-06-20
722
823### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pythonlings"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " Python learnings, Rustlings-style, in a terminal TUI."
99readme = " Readme.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments