Skip to content

Releases: ihabunek/toot

toot 0.28.0

28 Aug 19:24
dad08d5
Compare
Choose a tag to compare
 * **BREAKING**: Removed `toot curses`, deprecated since 2019-09-03
 * Add `--scheduled-at` option to `toot post`, allows scheduling toots
 * Add `--description` option to `toot post`, for adding descriptions to
   media attachments (thanks @ansuz)
 * Add `--mentions` option to `toot notifications` to show only mentions
   (thanks @alexwennerberg)
 * Add `--content-type` option to `toot post` to allow specifying mime
   type, used on Pleroma (thanks Sandra Snan)
 * Allow post IDs to be strings as used on Pleroma (thanks Sandra Snan)
 * TUI: Allow posts longer than 500 characters if so configured on the
   server (thanks Sandra Snan)
 * Allow piping the password to login_cli for testing purposes (thanks
   @NinjaTrappeur)
 * Disable paging timeline when output is piped (thanks @stacyharper)

toot 0.27.0

15 Jun 19:11
957eec6
Compare
Choose a tag to compare
 * TUI: Fix access to public and tag timelines when on private mastodon
   instances (#168)
 * Add `--reverse` option to `toot notifications` (#151)
 * Fix `toot timeline` to respect `--instance` option
 * TUI: Add opton to pin/save tag timelines (#163, thanks @dlax)
 * TUI: Fixed crash on empty timeline (#138, thanks ecs)

toot 0.26.0

15 Apr 12:33
bc96cf7
Compare
Choose a tag to compare
 * Fix datetime parsing on Python 3.5 (#162)
 * TUI: Display status links and open them (#154, thanks @dlax)
 * TUI: Fix visibility descriptions (#153, thanks @finnoleary)
 * **IMPORTANT:** Starting from this release, new releases will not be
   uploaded to the APT package repository at `bezdomni.net`. Please use
   the official Debian or Ubuntu repos or choose another [installation
   option](https://toot.readthedocs.io/en/latest/install.html).

toot 0.25.2

23 Jan 12:28
a958573
Compare
Choose a tag to compare
  • Revert adding changelog and readme to sourceballs (#149)
  • TUI: Fall back to username when display_name is unset (thanks @dlax)
  • Note: 0.25.1 was skipped due to error when releasing

toot 0.25.0

21 Jan 08:55
fdbed57
Compare
Choose a tag to compare
  • Show character count when composing (#121)
  • Include changelog and license in sourceballs (#133)
  • Fix searching by hashtag which include the '#' (#134)
  • Upgrade search to v2 (#135)
  • Fix compatibility with Python < 3.6 (don't use fstrings)

toot 0.24.0

18 Sep 20:00
bc6e433
Compare
Choose a tag to compare
  • On Windows store config files under %APPDATA%
  • CLI: Don't use ANSI colors if not supported by terminal or when not in a tty
  • TUI: Implement deleting own status messages
  • TUI: Improve rendering of reblogged statuses (thanks @dlax)
  • TUI: Set urwid encoding to UTF-8 (thanks @bearzk)

toot 0.23.1

04 Sep 06:41
7309e5b
Compare
Choose a tag to compare
  • Fix a date parsing bug in Python versions <3.7 (#114)

toot 0.23.0

03 Sep 14:49
7986d3a
Compare
Choose a tag to compare
  • Add toot tui, new and improved TUI implemented written with the help of the urwid library
  • Deprecate toot curses. It will show a deprecation notice when started. To be removed in a future release
  • Add --editor option to toot post to allow composing toots in an editor (#90)
  • Fix config file permissions, set them to 0600 when creating the initial config file (#109)
  • Add user agent string to all requests, fixes interaction with instances protected by Cloudflare (#106)

toot 0.22.0

01 Aug 11:32
e108f37
Compare
Choose a tag to compare
  • BRAEAKING: Dropped support for Python 3.3
  • Add toot notifications to show notifications (thanks @dlax)
  • Add posting and replying to curses interface (thanks @Skehmatics)
  • Add --language option to toot post
  • Enable attaching upto 4 files via --media option on toot post

0.21.0

15 Feb 13:28
8abb6a0
Compare
Choose a tag to compare
  • Add toot reblogged_by to show who reblogged a status (#88)
  • Add toot thread to show a status with its replies (#87)
  • Better handling of wide characters (eastern scripts, emojis) (#84)
  • Improved timeline, nicer visuals, and it will now ask to show next batch of toots, unless given the --once option
  • Add public/local/tag timelines to timeline and curses
  • Support for boosting and favouriting in toot curses, press f/b (#88, #93)