1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Update changelog

This commit is contained in:
Ivan Habunek 2019-09-03 16:07:55 +02:00
parent 6b9cc75ffc
commit 20a8612232
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 22 additions and 0 deletions

View File

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

View File

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