Skip to content

Releases: ihabunek/toot

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)

toot 0.34.1

20 Feb 07:44
4b87f78
Compare
Choose a tag to compare
 * TUI: Fix bug where TUI would break on older Mastodon instances (#309)

toot 0.34.0

03 Feb 14:13
f4f3b0d
Compare
Choose a tag to compare
 * Fix Python version detection which would fail in some cases (thanks K)
 * Fix toot --help not working (thanks Norman Walsh)
 * TUI: Add option to save status JSON data from source window (thanks
   Dan Schwarz)
 * TUI: Add `--relative-datetimes` option to show relative datetimes
   (thanks Dan Schwarz)
 * TUI: Don't focus newly created post (#188, thanks Dan Schwarz)
 * TUI: Add ability to scroll long status messages (#166, thanks Dan
   Schwarz)
 * TUI: Add action to view account details (thanks Dan Schwarz)

toot 0.33.1

03 Jan 11:07
08dd02d
Compare
Choose a tag to compare
 * TUI: Fix crash when viewing toot in browser