From 15306d378f8197f30cf0d5c4dd7457335203d16a Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 12 Aug 2024 10:01:30 +0200 Subject: [PATCH] Update docs --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 +++++- docs/changelog.md | 8 ++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f151780..668f1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Changelog +**0.44.0 (2024-08-12)** + +* **BREAKING:** Require Python 3.8+ +* Add `toot diag` for displaying diagnostic info (thanks Dan Schwarz) +* TUI: Improve image support (thanks @AnonymouX47) +* TUI: Add support for indexed color image rendering (#483) (thanks Dan Schwarz) +* TUI: Fix crash bug (#483) (thanks Dan Schwarz) + **0.43.0 (2024-04-13)** * TUI: Support displaying images (thanks Dan Schwarz) diff --git a/changelog.yaml b/changelog.yaml index 3bf04c6..dfe5e8f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,7 +1,11 @@ 0.44.0: - date: TBA + date: 2024-08-12 changes: - "**BREAKING:** Require Python 3.8+" + - "Add `toot diag` for displaying diagnostic info (thanks Dan Schwarz)" + - "TUI: Improve image support (thanks @AnonymouX47)" + - "TUI: Add support for indexed color image rendering (#483) (thanks Dan Schwarz)" + - "TUI: Fix crash bug (#483) (thanks Dan Schwarz)" 0.43.0: date: 2024-04-13 diff --git a/docs/changelog.md b/docs/changelog.md index f151780..668f1fe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,14 @@ Changelog +**0.44.0 (2024-08-12)** + +* **BREAKING:** Require Python 3.8+ +* Add `toot diag` for displaying diagnostic info (thanks Dan Schwarz) +* TUI: Improve image support (thanks @AnonymouX47) +* TUI: Add support for indexed color image rendering (#483) (thanks Dan Schwarz) +* TUI: Fix crash bug (#483) (thanks Dan Schwarz) + **0.43.0 (2024-04-13)** * TUI: Support displaying images (thanks Dan Schwarz)