Skip to content

Tags: drbean/toot

Tags

0.39.0

Toggle 0.39.0's commit message
toot 0.39.0

 * 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)

0.38.2

Toggle 0.38.2's commit message
toot 0.38.2

 * Fix compatibility with Pleroma (ihabunek#399, thanks Sandra Snan)
 * Fix language documentation (thanks Sandra Snan)

0.38.1

Toggle 0.38.1's commit message
toot 0.38.1

 * Fix relative datetimes option in TUI

0.38.0

Toggle 0.38.0's commit message
toot 0.38.0

 * 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)

0.37.0

Toggle 0.37.0's commit message
toot 0.37.0

 * **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)

0.36.0

Toggle 0.36.0's commit message
toot 0.36.0

 * Move docs from toot.readthedocs.io to toot.bezdomni.net
 * Add specifying media thumbnails to `toot post` (ihabunek#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.
   (ihabunek#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)

0.35.0

Toggle 0.35.0's commit message
toot 0.35.0

 * Save toot contents when using --editor so it's recoverable if posting
   fails (ihabunek#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)

0.34.1

Toggle 0.34.1's commit message
toot 0.34.1

 * TUI: Fix bug where TUI would break on older Mastodon instances (ihabunek#309)

0.34.0

Toggle 0.34.0's commit message
toot 0.34.0

 * 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 (ihabunek#188, thanks Dan Schwarz)
 * TUI: Add ability to scroll long status messages (ihabunek#166, thanks Dan
   Schwarz)
 * TUI: Add action to view account details (thanks Dan Schwarz)

0.33.1

Toggle 0.33.1's commit message
toot 0.33.1

 * TUI: Fix crash when viewing toot in browser