Update changelog

pull/542/head
Ivan Habunek 2025-07-31 10:02:17 +02:00
rodzic cef3d51ef2
commit 630216e6bd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 01DB3DD0D824504C
3 zmienionych plików z 27 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,15 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.49.0 (2025-07-31)**
* **BREAKING**: Requires Python 3.9
* TUI: Fix missing pin/unpin timeline shortcut - new shortcut is P
* TUI: Upgrade to Urwid 3, fix compatibility issues (thanks doomsxday)
* TUI: Allow `--media-viewer` option to include options, e.g. `eog -f` (thanks
AbeEstrada)
* TUI: Fix compatibility with pleroma (thanks rakoo)
**0.48.1 (2025-03-06)**
* TUI: Add workaround for issue with snac2 instances (#523)

Wyświetl plik

@ -1,3 +1,12 @@
0.49.0:
date: 2025-07-31
changes:
- "**BREAKING**: Requires Python 3.9"
- "TUI: Fix missing pin/unpin timeline shortcut - new shortcut is P"
- "TUI: Upgrade to Urwid 3, fix compatibility issues (thanks doomsxday)"
- "TUI: Allow `--media-viewer` option to include options, e.g. `eog -f` (thanks AbeEstrada)"
- "TUI: Fix compatibility with pleroma (thanks rakoo)"
0.48.1:
date: 2025-03-06
changes:

Wyświetl plik

@ -3,6 +3,15 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.49.0 (2025-07-31)**
* **BREAKING**: Requires Python 3.9
* TUI: Fix missing pin/unpin timeline shortcut - new shortcut is P
* TUI: Upgrade to Urwid 3, fix compatibility issues (thanks doomsxday)
* TUI: Allow `--media-viewer` option to include options, e.g. `eog -f` (thanks
AbeEstrada)
* TUI: Fix compatibility with pleroma (thanks rakoo)
**0.48.1 (2025-03-06)**
* TUI: Add workaround for issue with snac2 instances (#523)