Skip to content

Commit b77ae01

Browse files
authored
Merge pull request #33 from abhiksark/release/0.4.1
release: 0.4.1
2 parents 28aaf5b + 41c79e5 commit b77ae01

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project are documented here. Pythonlings follows
44
Semantic 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pythonlings"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Python learnings, Rustlings-style, in a terminal TUI."
99
readme = "Readme.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)