Update docs
This commit is contained in:
parent
125626d884
commit
15306d378f
|
@ -3,6 +3,14 @@ Changelog
|
|||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,14 @@ Changelog
|
|||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**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)
|
||||
|
|
Loading…
Reference in New Issue