Skip to content

Commit 18db284

Browse files
update
1 parent 3477b8a commit 18db284

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.2.2]
4+
- Temporal effects (`fade_in`, `wipe`, `stagger`) now perform continuous looping animations instead of stopping after initial transition
5+
36
## [2.2.1]
47

58
### Added
@@ -15,8 +18,6 @@
1518
- Standalone release binaries now collect the full `bangen` package plus `pyfiglet`, Rich, and Pillow runtime assets so the packaged TUI app resolves imports correctly on `Windows`, `macOS`, and `Linux`
1619
- Project version metadata now reflects `2.2.1`
1720

18-
### Fixed
19-
- Temporal effects (`fade_in`, `wipe`, `stagger`) now perform continuous looping animations instead of stopping after initial transition
2021

2122
## [2.2.0]
2223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GitHub Actions builds standalone binaries for `Windows`, `macOS`, and `Linux` an
186186

187187
- asset names follow the project version from `pyproject.toml`
188188
- release files include the platform in the filename
189-
- the release workflow expects a tag matching the project version, for example `v2.2.1`
189+
- the release workflow expects a tag matching the project version, for example `v2.2.2`
190190
- release builds explicitly bundle the TUI package, effect modules, `pyfiglet` font assets, Rich, and Pillow runtime pieces so the standalone app works outside a Python environment
191191

192192
#### Screensaver

bangen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
from __future__ import annotations
44

5-
__version__ = "2.2.1"
5+
__version__ = "2.2.2"
66
__author__ = "programmersd21"

0 commit comments

Comments
 (0)