Skip to content

Releases: ihabunek/toot

toot 0.52.1

Choose a tag to compare

@ihabunek ihabunek released this 04 Apr 08:35
3aeace1
 * Improve text input for wide characters (thanks @izkluxcvy)
 * TUI: preserve focused status when refreshing timeline (thanks
   @AbeEstrada)

toot 0.52.0

Choose a tag to compare

@ihabunek ihabunek released this 04 Apr 08:35
5a7868a
 * Add trending timeline (thanks @Taylor-Finch)
 * Handle quote notifications (thanks @mgorse)
 * Improve text input for wide characters (thanks @izkluxcvy)
 * TUI: fix pallete not working (thanks @RobertKosten)
 * TUI: fix post URL display (thanks @AbeEstrada)

toot 0.51.1

Choose a tag to compare

@ihabunek ihabunek released this 07 Feb 10:34
5d5288e
 * Deprecate `toot tui`, add deprecation warning
 * Fix urwid compatibility (#558, #569)
 * Import tui dependencies lazily (#568)

toot 0.51.0

Choose a tag to compare

@ihabunek ihabunek released this 16 Oct 10:14
003dc2c
 * Add `toot follow-requests` group of commands (thanks mae)
 * Rename `toot update_account` to `toot update-account`, the old name
   will still work.
 * Rename `toot reblogged_by` to `toot reblogged-by`, the old name will
   still work.

toot 0.50.1

Choose a tag to compare

@ihabunek ihabunek released this 25 Aug 06:39
cf488ab
 * Fix urwidgets vendoring issue (#543)

toot 0.50.0

Choose a tag to compare

@ihabunek ihabunek released this 25 Aug 06:39
1d3232b
 * Add `toot timelines favourites` for showing your favourited (boosted)
   statuses (thanks @kensanata)
 * Add `toot polls show` for displaying a single poll by its ID
 * Add `toot polls vote` for voting on a poll
 * Improved poll visuals

toot 0.49.0

Choose a tag to compare

@ihabunek ihabunek released this 31 Jul 08:06
16ec73c
 * **BREAKING**: Requires Python 3.9
 * TUI: Fix missing pin/unpin timeline shortcut - new shortcut is P
 * TUI: Upgrade to Urwid 3, fix compatibility issues (thanks doomsxday)
 * TUI: Allow `--media-viewer` option to include options, e.g. `eog -f`
   (thanks AbeEstrada)
 * TUI: Fix compatibility with pleroma (thanks rakoo)

toot 0.48.0

Choose a tag to compare

@ihabunek ihabunek released this 06 Mar 09:41
f286335
This release adds a new set of commands for working with timelines under
`toot timelines` (note the plural). These will replace `toot timeline`
which is now marked as deprecated. The reason for this change is that
various timelines require different options and having separate commands
makes them easier to implement and use.

New timeline commands include new paging logic which will print as many
statuses as can fit on your screen at once, and clear the screen before
printing the next batch. See help for `--pager` and `--clear` options.

 * BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`,
   and `tags tags_unfollow`. Use `tags followed`, `tags follow`, and
   `tags tags unfollow` instead.
 * BREAKING: Remove deprecated `lists` command for listing lists in
   favour of `lists list`
 * Add `toot timelines` commands  and mark `toot timeline` as deprecated
 * Improve datetime parsing, improves compatibility with snac2 (#523)
 * TUI: Fix urwid deprecations (thanks Aleksei Stepanov)

toot 0.47.1

Choose a tag to compare

@ihabunek ihabunek released this 27 Nov 19:00
1368a89
 * Fix last post ID not being stored when using --json, which broke
   --reply-last
 * Don't set default post visibility to public, let the server decide
   instead

toot 0.47.0

Choose a tag to compare

@ihabunek ihabunek released this 14 Nov 18:47
6be6ba4
 * 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)