Skip to content

Releases: ihabunek/toot

toot 0.47.0

14 Nov 18:47
6be6ba4
Compare
Choose a tag to compare
 * Add `toot tui --show-display-names` option to show display names
   instead of account names (#501)
 * Add missing descriptions for notification types (#502)
 * Fix bug in paging timelines where limit parameter was sent twice
   (#505)
 * TUI: Fix exception when loading followed accounts when server does not
   support it (#504)

toot 0.46.0

14 Nov 09:10
e360f6d
Compare
Choose a tag to compare
 * Add `--limit` and `--offset` options to `search` command (thanks
   @Oblomov)
 * Add `--min-id` and `--max-id` options to `search` command
 * Add `--type` and `--exclude-type` options to `notifications` command
 * Fix bug when identifying lists by their ID

toot 0.45.0

29 Sep 07:46
3969a15
Compare
Choose a tag to compare
 * Add `post --reply-last` for replying to last posted toot, for creating
   threads
 * Deprecate `env` command in favour of `diag`

toot 0.44.1

29 Sep 07:46
63d36a3
Compare
Choose a tag to compare
 * Make it possible to pass status URL as status_id, experimental (thanks
   @nemobis)
 * Show statuses in search results (thanks @nemobis)

toot 0.44.0

29 Sep 07:46
15306d3
Compare
Choose a tag to compare
 * **BREAKING:** Require Python 3.8+
 * Add `toot diag` for displaying diagnostic info (thanks Dan Schwarz)
 * TUI: Improve image support (thanks @AnonymouX47)
 * TUI: Add support for indexed color image rendering (#483) (thanks Dan
   Schwarz)
 * TUI: Fix crash bug (#483) (thanks Dan Schwarz)

toot 0.43.0

13 Apr 07:15
b9c671b
Compare
Choose a tag to compare
 * TUI: Support displaying images (thanks Dan Schwarz)
 * Improve GoToSocial compatibility (thanks Luca Matei Pintilie)
 * Show visibility in timeline (thanks Sandra Snan)
 * Flag `notifications --clear` no longer requires an argument (thanks
   Sandra Snan)
 * TUI: Fix crash when rendering invalid URLs (thanks Dan Schwarz)
 * Migrated to pyproject.toml finally

toot 0.42.0

09 Mar 11:14
3bac9b2
Compare
Choose a tag to compare
 * TUI: Add `toot tui --always-show-sensitive` option (thanks Lexi
   Winter)
 * TUI: Document missing shortcuts (thanks Denis Laxalde)
 * TUI: Use rounded boxes for nicer visuals (thanks Dan Schwarz)
 * TUI: Don't break if edited_at status field does not exist

toot 0.41.1

02 Jan 21:09
b4cbeee
Compare
Choose a tag to compare
 * Fix a crash in settings parsing code

toot 0.41.0

02 Jan 21:09
081bc04
Compare
Choose a tag to compare
 * Honour user's default visibility set in Mastodon preferences instead
   of always defaulting to public visibility (thanks Lexi Winter)
 * TUI: Add editing toots (thanks Lexi Winter)
 * TUI: Fix a bug which made pallette config in settings not work
 * TUI: Show edit datetime in status detail (thanks Lexi Winter)

toot 0.40.2

28 Dec 18:14
09b29d2
Compare
Choose a tag to compare
 * Reinstate `toot post --using` option.
 * Add shell completion for instances.