Update changelog

This commit is contained in:
Ivan Habunek 2024-04-13 09:04:10 +02:00
parent f925199781
commit f54b6ac9d7
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
3 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,16 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**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)

View File

@ -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:

View File

@ -3,6 +3,16 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**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)