Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Tags: azwyane/toot

Tags

0.27.0

Toggle 0.27.0's commit message
toot 0.27.0

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

0.26.0

Toggle 0.26.0's commit message
toot 0.26.0

 * Fix datetime parsing on Python 3.5 (ihabunek#162)
 * TUI: Display status links and open them (ihabunek#154, thanks @dlax)
 * TUI: Fix visibility descriptions (ihabunek#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).

0.25.2

Toggle 0.25.2's commit message
toot 0.25.2

 * Revert adding changelog and readme to sourceballs (ihabunek#149)
 * TUI: Fall back to username when display_name is unset (thanks @dlax)
 * Note: 0.25.1 was skipped due to error when releasing

0.25.0

Toggle 0.25.0's commit message
toot 0.25.0

 * Show character count when composing (ihabunek#121)
 * Include changelog and license in sourceballs (ihabunek#133)
 * Fix searching by hashtag which include the '#' (ihabunek#134)
 * Upgrade search to v2 (ihabunek#135)
 * Fix compatibility with Python < 3.6 (don't use fstrings)

0.24.0

Toggle 0.24.0's commit message
toot 0.24.0

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

0.23.1

Toggle 0.23.1's commit message
toot 0.23.1

 * Fix a date parsing bug in Python versions <3.7 (ihabunek#114)

0.23.0

Toggle 0.23.0's commit message
toot 0.23.0

 * Add `toot tui`, new and improved TUI implemented written with the help
   of the [urwid](http://urwid.org/) 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 (ihabunek#90)
 * Fix config file permissions, set them to 0600 when creating the
   initial config file (ihabunek#109)
 * Add user agent string to all requests, fixes interaction with
   instances protected by Cloudflare (ihabunek#106)

0.22.0

Toggle 0.22.0's commit message
toot 0.22.0

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

Toggle 0.21.0's commit message
0.21.0

* Add `toot reblogged_by` to show who reblogged a status (ihabunek#88)
* Add `toot thread` to show a status with its replies (ihabunek#87)
* Better handling of wide characters (eastern scripts, emojis) (ihabunek#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` (ihabunek#88,
  ihabunek#93)

0.20.0

Toggle 0.20.0's commit message
toot 0.20.0

* Enable interaction with instances using http instead of https (ihabunek#56)
* Enable proxy usage via environment variables (ihabunek#47)
* Make `toot post` prompt for input if no text is given (ihabunek#82)
* Add post-related commands: `favourite`, `unfavourite`, `reblog`, `unreblog`,
  `pin` & `unpin` (ihabunek#75)