Releases: ihabunek/toot
Releases · ihabunek/toot
toot 0.28.0
* **BREAKING**: Removed `toot curses`, deprecated since 2019-09-03 * Add `--scheduled-at` option to `toot post`, allows scheduling toots * Add `--description` option to `toot post`, for adding descriptions to media attachments (thanks @ansuz) * Add `--mentions` option to `toot notifications` to show only mentions (thanks @alexwennerberg) * Add `--content-type` option to `toot post` to allow specifying mime type, used on Pleroma (thanks Sandra Snan) * Allow post IDs to be strings as used on Pleroma (thanks Sandra Snan) * TUI: Allow posts longer than 500 characters if so configured on the server (thanks Sandra Snan) * Allow piping the password to login_cli for testing purposes (thanks @NinjaTrappeur) * Disable paging timeline when output is piped (thanks @stacyharper)
toot 0.27.0
* TUI: Fix access to public and tag timelines when on private mastodon instances (#168) * Add `--reverse` option to `toot notifications` (#151) * Fix `toot timeline` to respect `--instance` option * TUI: Add opton to pin/save tag timelines (#163, thanks @dlax) * TUI: Fixed crash on empty timeline (#138, thanks ecs)
toot 0.26.0
* Fix datetime parsing on Python 3.5 (#162) * TUI: Display status links and open them (#154, thanks @dlax) * TUI: Fix visibility descriptions (#153, thanks @finnoleary) * **IMPORTANT:** Starting from this release, new releases will not be uploaded to the APT package repository at `bezdomni.net`. Please use the official Debian or Ubuntu repos or choose another [installation option](https://toot.readthedocs.io/en/latest/install.html).
toot 0.25.2
toot 0.25.0
toot 0.24.0
toot 0.23.1
- Fix a date parsing bug in Python versions <3.7 (#114)
toot 0.23.0
- Add
toot tui
, new and improved TUI implemented written with the help of the urwid library - Deprecate
toot curses
. It will show a deprecation notice when started. To be removed in a future release - Add
--editor
option totoot 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)
toot 0.22.0
- BRAEAKING: Dropped support for Python 3.3
- Add
toot notifications
to show notifications (thanks @dlax) - Add posting and replying to curses interface (thanks @Skehmatics)
- Add
--language
option totoot post
- Enable attaching upto 4 files via
--media
option ontoot post
0.21.0
- Add
toot reblogged_by
to show who reblogged a status (#88) - Add
toot thread
to show a status with its replies (#87) - Better handling of wide characters (eastern scripts, emojis) (#84)
- Improved
timeline
, nicer visuals, and it will now ask to show next batch of toots, unless given the--once
option - Add public/local/tag timelines to
timeline
andcurses
- Support for boosting and favouriting in
toot curses
, pressf
/b
(#88, #93)