From f54b6ac9d7843871787abe1d2ee991cde5abb3d8 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sat, 13 Apr 2024 09:04:10 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ changelog.yaml | 10 ++++++++++ docs/changelog.md | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3382de3..f151780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Changelog +**0.43.0 (2024-04-13)** + +* TUI: Support displaying images (thanks Dan Schwarz) +* Improve GoToSocial compatibility (thanks Luca Matei Pintilie) +* Show visibility in timeline (thanks Sandra Snan) +* Flag `notifications --clear` no longer requires an argument (thanks Sandra + Snan) +* TUI: Fix crash when rendering invalid URLs (thanks Dan Schwarz) +* Migrated to pyproject.toml finally + **0.42.0 (2024-03-09)** * TUI: Add `toot tui --always-show-sensitive` option (thanks Lexi Winter) diff --git a/changelog.yaml b/changelog.yaml index 3d54d22..e7b2a68 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,13 @@ +0.43.0: + date: 2024-04-13 + changes: + - "TUI: Support displaying images (thanks Dan Schwarz)" + - "Improve GoToSocial compatibility (thanks Luca Matei Pintilie)" + - "Show visibility in timeline (thanks Sandra Snan)" + - "Flag `notifications --clear` no longer requires an argument (thanks Sandra Snan)" + - "TUI: Fix crash when rendering invalid URLs (thanks Dan Schwarz)" + - "Migrated to pyproject.toml finally" + 0.42.0: date: 2024-03-09 changes: diff --git a/docs/changelog.md b/docs/changelog.md index 3382de3..f151780 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,16 @@ Changelog +**0.43.0 (2024-04-13)** + +* TUI: Support displaying images (thanks Dan Schwarz) +* Improve GoToSocial compatibility (thanks Luca Matei Pintilie) +* Show visibility in timeline (thanks Sandra Snan) +* Flag `notifications --clear` no longer requires an argument (thanks Sandra + Snan) +* TUI: Fix crash when rendering invalid URLs (thanks Dan Schwarz) +* Migrated to pyproject.toml finally + **0.42.0 (2024-03-09)** * TUI: Add `toot tui --always-show-sensitive` option (thanks Lexi Winter)