From 20a8612232689743b4da4a44d4cea79c9d536a76 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 3 Sep 2019 16:07:55 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ changelog.yaml | 9 +++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ab6c9..285f8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ Changelog +**0.23.0 (2019-09-03)** + +* Add `toot tui`, new and improved TUI implemented written with the help of the + [urwid](http://urwid.org/) library +* Deprecate `toot curses`. It will show a deprecation notice when started. To be + removed in a future release +* Add `--editor` option to `toot post` to allow composing toots in an editor + (#90) +* Fix config file permissions, set them to 0600 when creating the initial config + file (#109) +* Add user agent string to all requests, fixes interaction with instances + protected by Cloudflare (#106) + **0.22.0 (2019-08-01)** * **BREAKING:** Dropped support for Python 3.3 diff --git a/changelog.yaml b/changelog.yaml index f412281..87adc4e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,4 +1,13 @@ +0.23.0: + date: 2019-09-03 + changes: + - "Add `toot tui`, new and improved TUI implemented written with the help of the [urwid](http://urwid.org/) library" + - "Deprecate `toot curses`. It will show a deprecation notice when started. To be removed in a future release" + - "Add `--editor` option to `toot post` to allow composing toots in an editor (#90)" + - "Fix config file permissions, set them to 0600 when creating the initial config file (#109)" + - "Add user agent string to all requests, fixes interaction with instances protected by Cloudflare (#106)" + 0.22.0: date: 2019-08-01 changes: