Skip to content

Releases: ihabunek/toot

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.

toot 0.40.1

28 Dec 11:24
22c9f38
Compare
Choose a tag to compare
 * Add `toot --as` option to replace `toot post --using`. This now works
   for all commands.

toot 0.40.0

27 Dec 09:19
41b77cc
Compare
Choose a tag to compare
This release includes a rather extensive change to use the Click library
(https://click.palletsprojects.com/) for creating the command line
interface. This allows for some new features like nested commands,
setting parameters via environment variables, and shell completion.
Backward compatibility should be mostly preserved, except for cases
noted below. Please report any issues.

 * BREAKING: Remove deprecated `--disable-https` option for `login` and
   `login_cli`, pass the base URL instead
 * BREAKING: Options `--debug` and `--color` must be specified after
   `toot` but before the command
 * BREAKING: Option `--quiet` has been removed. Redirect output instead.
 * Add passing parameters via environment variables, see:
   https://toot.bezdomni.net/environment_variables.html
 * Add shell completion, see:
   https://toot.bezdomni.net/shell_completion.html
 * Add `tags info`, `tags featured`, `tags feature`, and `tags unfeature`
   commands
 * Add `tags followed`, `tags follow`, and `tags unfollow` sub-commands,
   deprecate `tags_followed`, `tags_follow`, and `tags tags_unfollow`
 * Add `lists accounts`, `lists add`, `lists create`, `lists delete`,
   `lists list`, `lists remove` subcommands, deprecate `lists`,
   `lists_accounts`, `lists_add`, `lists_create`, `lists_delete`,
   `lists_remove` commands.
 * Add `--json` option to tags and lists commands
 * Add `toot --width` option for setting your prefered terminal width
 * Add `--media-viewer` and `--colors` options to `toot tui`. These were
   previously accessible only via settings.
 * TUI: Fix issue where UI did not render until first input (thanks Urwid
   devs)

toot 0.39.0

23 Nov 10:38
509afd1
Compare
Choose a tag to compare
 * Add `--json` option to many commands, this makes them print the JSON
   data returned by the server instead of human-readable data. Useful for
   scripting.
 * TUI: Make media viewer configurable in settings, see:
   https://toot.bezdomni.net/settings.html#tui-view-images
 * TUI: Add rich text rendering (thanks Dan Schwarz)

toot 0.38.2

16 Nov 15:43
d4b6447
Compare
Choose a tag to compare
 * Fix compatibility with Pleroma (#399, thanks Sandra Snan)
 * Fix language documentation (thanks Sandra Snan)

toot 0.38.1

25 Jul 07:36
0a70af9
Compare
Choose a tag to compare
 * Fix relative datetimes option in TUI

toot 0.38.0

25 Jul 07:17
5eeb9fd
Compare
Choose a tag to compare
 * Add `toot muted` and `toot blocked` commands (thanks Florian Obser)
 * Add settings file, allows setting common options, defining defaults
   for command arguments, and the TUI palette
 * TUI: Remap shortcuts so they don't override HJKL used for navigation
   (thanks Dan Schwarz)

toot 0.37.0

28 Jun 10:43
bb625da
Compare
Choose a tag to compare
 * **BREAKING:** Require Python 3.7+
 * Add `timeline --account` option to show the account timeline (thanks
   Dan Schwarz)
 * Add `toot status` command to show a single status
 * TUI: Add personal timeline (thanks Dan Schwarz)
 * TUI: Highlight followed accounts in status details (thanks Dan
   Schwarz)
 * TUI: Restructured goto menu (thanks Dan Schwarz)
 * TUI: Fix boosting boosted statuses (thanks Dan Schwarz)
 * TUI: Add support for list timelines (thanks Dan Schwarz)

toot 0.36.0

09 Mar 10:56
8b45840
Compare
Choose a tag to compare
 * Move docs from toot.readthedocs.io to toot.bezdomni.net
 * Add specifying media thumbnails to `toot post` (#301)
 * Add creating polls to `toot post`
 * Handle custom instance domains (e.g. when server is located at
   `social.vivaldi.net`, but uses the `vivaldi.net` mastodon domain.
   (#217)
 * TUI: Inherit post visibility when replying (thanks @rogarb)
 * TUI: Add conversations timeline (thanks @rogarb)
 * TUI: Add shortcut to copy toot contents (thanks Dan Schwarz)

toot 0.35.0

01 Mar 07:22
5782405
Compare
Choose a tag to compare
 * Save toot contents when using --editor so it's recoverable if posting
   fails (#311)
 * TUI: Add voting on polls (thanks Dan Schwarz)
 * TUI: Add following/blocking/muting accounts (thanks Dan Schwarz)
 * TUI: Add notifications timeline (thanks Dan Schwarz)