2023-04-08 13:17:59 by Paolo Vincenzo Olivo | Files touched by this commit (2) | |
Log message:
chat/toot: update to 0.36.0
CHANGES
* 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.
* TUI: Inherit post visibility when replying (thanks @rogarb)
* TUI: Add conversations timeline (thanks @rogarb)
* TUI: Add shortcut to copy toot contents (thanks Dan Schwarz)
|
2023-03-02 09:30:42 by Paolo Vincenzo Olivo | Files touched by this commit (3) | |
Log message:
chat/toot: update to 0.35.0.
Changes:
* 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)
|
2023-02-12 16:25:28 by Paolo Vincenzo Olivo | Files touched by this commit (3) | |
Log message:
chat/toot: update to toot-0.34.0
CHANGES
* 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)
|
2023-01-18 07:32:09 by Paolo Vincenzo Olivo | Files touched by this commit (2) | |
Log message:
chat/toot: update to version 0.33.1
Changes:
* TUI: Fix crash when viewing toot in browser
|
2023-01-03 00:06:21 by Paolo Vincenzo Olivo | Files touched by this commit (2) | |
Log message:
chat/toot: update to toot-0.33.0.
Changes:
* 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)
|
2022-12-18 15:50:55 by Paolo Vincenzo Olivo | Files touched by this commit (4) | |
Log message:
chat/toot: update to version 0.32.1.
Changes:
* Fix packaging issue, missing toot.utils module.
* Move utils to own module.
* Enable toggling translation.
* Add translate status feature (requires server side
support).
|
2022-12-08 23:48:23 by Paolo Vincenzo Olivo | Files touched by this commit (2) | |
Log message:
chat/toot: update to toot-0.31.0.
Changes:
* **BREAKING:** Require Python 3.6+
* Add `post --scheduled-in` option for easier scheduling
* Fix posting toots to Pleroma
* Improved testing
|
2022-12-06 13:52:01 by Paolo Vincenzo Olivo | Files touched by this commit (4) |
Log message:
chat/toot: import package from wip.
toot is a command line and TUI client for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.
|