Update changelog
This commit is contained in:
parent
6b9cc75ffc
commit
20a8612232
2 changed files with 22 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,19 @@ Changelog
|
||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- 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)**
|
**0.22.0 (2019-08-01)**
|
||||||
|
|
||||||
* **BREAKING:** Dropped support for Python 3.3
|
* **BREAKING:** Dropped support for Python 3.3
|
||||||
|
|
|
@ -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:
|
0.22.0:
|
||||||
date: 2019-08-01
|
date: 2019-08-01
|
||||||
changes:
|
changes:
|
||||||
|
|
Loading…
Reference in a new issue