From 1bab2e117b6edb67129d1755cd1427513c45d5e3 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 21 Nov 2022 09:18:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ changelog.yaml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5c6c9..adfb324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Changelog +**0.29.0 (TBA)** + +* Add `bookmark` and `unbookmark` commands +* Add `following` and `followers` commands (thanks @Oblomov) +* TUI: Show media attachments in links list (thanks @PeterFidelman) +* Fix tests so that they don't depend on the local timezone + **0.28.1 (2022-11-12)** * Fix account search to be case insensitive (thanks @TheJokersThief) diff --git a/changelog.yaml b/changelog.yaml index 8b24357..ef0da24 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,11 @@ +0.29.0: + date: TBA + changes: + - "Add `bookmark` and `unbookmark` commands" + - "Add `following` and `followers` commands (thanks @Oblomov)" + - "TUI: Show media attachments in links list (thanks @PeterFidelman)" + - "Fix tests so that they don't depend on the local timezone" + 0.28.1: date: 2022-11-12 changes: