Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project are documented here. Pythonlings follows
Semantic Versioning.

## [0.4.1] - 2026-06-21

### Added

- First-launch welcome screen that explains the edit → save → advance loop and
the key shortcuts, shown once on a genuine first run.
- The TUI progress bar now shows overall curriculum progress alongside the
current topic's progress.
- A celebration screen when every exercise in the curriculum is complete.

### Fixed

- Finishing a single topic no longer shows the whole-curriculum "All exercises
complete" header; it now shows a "Topic complete" header.

## [0.4.0] - 2026-06-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pythonlings"
version = "0.4.0"
version = "0.4.1"
description = "Python learnings, Rustlings-style, in a terminal TUI."
readme = "Readme.md"
requires-python = ">=3.9"
Expand Down
Loading