Skip to content

Releases: ihabunek/toot

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

toot 0.33.0

02 Jan 13:46
9e80099
Compare
Choose a tag to compare
 * Add CONTRIBUTING.md containing a contribution guide
 * Add `env` command which prints local env to include in issues
 * Add TOOT_POST_VISIBILITY environment to control default post
   visibility (thanks Lim Ding Wen)
 * Add `tags_followed`, `tags_follow`, and `tags_unfollow` commands
   (thanks Daniel Schwarz)
 * Add `tags_bookmarks` command (thanks Giuseppe Bilotta)
 * TUI: Show an error if attemptint to boost a private status (thanks Lim
   Ding Wen)
 * TUI: Hide polls, cards and media attachments for sensitive posts
   (thanks Daniel Schwarz)
 * TUI: Add bookmarking and bookmark timeline (thanks Daniel Schwarz)
 * TUI: Show status visiblity (thanks Lim Ding Wen)
 * TUI: Reply to original account instead of boosting account (thanks Lim
   Ding Wen)
 * TUI: Refresh screen after exiting browser, required for text browsers
   (thanks Daniel Schwarz)
 * TUI: Highlight followed tags (thanks Daniel Schwarz)

toot 0.32.1

12 Dec 12:32
c74d2ad
Compare
Choose a tag to compare
 * Fix packaging issue, missing toot.utils module

toot 0.31.0

07 Dec 14:10
f9fef19
Compare
Choose a tag to compare
 * **BREAKING:** Require Python 3.6+
 * Add `post --scheduled-in` option for easier scheduling
 * Fix posting toots to Pleroma
 * Improved testing