Releases: ihabunek/toot
Releases · ihabunek/toot
0.20.0
Enable interaction with instances using http instead of https (#56 )
Enable proxy usage via environment variables (#47 )
Make toot post
prompt for input if no text is given (#82 )
Add post-related commands: favourite
, unfavourite
, reblog
, unreblog
, pin
& unpin
(#75 )
0.19.0
Add support for replying to a toot (#6 )
Add toot delete
command for deleting a toot (#54 )
Add global --quiet
flag to silence output (#46 )
Make toot login
provide browser login, and toot login_cli
log in via
console. This makes it clear what's the preferred option.
Use Idempotency-Key header to prevent multiple toots being posted if request
is retried
Fix a bug where all media would be marked as sensitive
0.18.0
Add support for public, tag and list timelines in toot timeline
(#52 )
Add --sensitive
and --spoiler-text
options to toot post
(#63 )
Curses app improvements:
Respect sensitive content, require keypress to show
Add help modal (press h)
Misc rendering improvements
0.17.1
Create config folder if it does not exist (#40 )
Fix packaging to include toot.ui
package (#41 )
0.17.0
Changed configuration file format to allow switching between multiple logged in accounts (#32 )
Respect XDG_CONFIG_HOME environment variable to locate config home (#12 )
Many improvements to the curses app:
Dynamically calculate left window width, supports narrower windows (#27 )
Redraw windows when terminal size changes (#25 )
Support scrolling the status list
Fetch next batch of statuses when bottom is reached
Support up/down arrows (#30 )
Misc visual improvements
0.16.1
Fix bug with app registration
0.16.2
No changes, pushed to fix a packaging issue
0.16.0
Drop support for Python 2 because it's a pain to support and caused bugs with handling unicode.
Remove hacky login_2fa
command, use login_browser
instead
Add instance
command
Allow post
ing media without text (#24 )
0.15.1
Fix crash when toot's URL is None (#33 ), thanks @veer66
0.15.0
Fix Windows compatibility (#18 )
You can’t perform that action at this time.