Next | Query returned 15 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-17 12:47:57 by Paolo Vincenzo Olivo | Files touched by this commit (2) | Package updated
Log message:
chat/toot: update to 0.42.0

# changes

 * TUI: Add `toot tui --always-show-sensitive` option (thanks Lexi
	Winter)
 * TUI: Document missing shortcuts (thanks Denis Laxalde)
 * TUI: Use rounded boxes for nicer visuals (thanks Dan Schwarz)
 * TUI: Don't break if edited_at status field does not exist
   2024-01-16 15:03:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
toot: add missing dependencies, convert to wheel.mk

Bump PKGREVISION.
   2024-01-16 14:46:25 by Paolo Vincenzo Olivo | Files touched by this commit (3) | Package updated
Log message:
chat/toot: update to 0.41.1

# CHANGES (since 0.39.0)

toot 0.41.1

 * Fix a crash in settings parsing code

toot 0.41.0

 * Honour user's default visibility set in Mastodon preferences instead
   of always defaulting to public visibility (thanks Lexi Winter)
 * TUI: Add editing toots (thanks Lexi Winter)
 * TUI: Fix a bug which made pallette config in settings not work
 * TUI: Show edit datetime in status detail (thanks Lexi Winter)

toot 0.40.0

This release includes a rather extensive change to use the Click library
(https://click.palletsprojects.com/) for creating the command line
interface. This allows for some new features like nested commands,
setting parameters via environment variables, and shell completion.
Backward compatibility should be mostly preserved, except for cases
noted below. Please report any issues.

 * BREAKING: Remove deprecated `--disable-https` option for `login` and
   `login_cli`, pass the base URL instead
 * BREAKING: Options `--debug` and `--color` must be specified after
   `toot` but before the command
 * BREAKING: Option `--quiet` has been removed. Redirect output instead.
 * Add passing parameters via environment variables, see:
   https://toot.bezdomni.net/environment_variables.html
 * Add shell completion, see:
   https://toot.bezdomni.net/shell_completion.html
 * Add `tags info`, `tags featured`, `tags feature`, and `tags unfeature`
   commands
 * Add `tags followed`, `tags follow`, and `tags unfollow` sub-commands,
   deprecate `tags_followed`, `tags_follow`, and `tags tags_unfollow`
 * Add `lists accounts`, `lists add`, `lists create`, `lists delete`,
   `lists list`, `lists remove` subcommands, deprecate `lists`,
   `lists_accounts`, `lists_add`, `lists_create`, `lists_delete`,
   `lists_remove` commands.
 * Add `--json` option to tags and lists commands
 * Add `toot --width` option for setting your prefered terminal width
 * Add `--media-viewer` and `--colors` options to `toot tui`. These were
   previously accessible only via settings.
 * TUI: Fix issue where UI did not render until first input (thanks Urwid
   devs)
   2023-09-11 13:32:44 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
toot: add missing dependency on py-tomlkit.
   2023-08-24 22:51:45 by Paolo Vincenzo Olivo | Files touched by this commit (3) | Package updated
Log message:
chat/toot: update to toot-0.38.1

# Changes
* Fix relative datetimes option in TUI
* Add `toot muted` and `toot blocked` commands
* 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
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-02 22:55:54 by Paolo Vincenzo Olivo | Files touched by this commit (3) | Package updated
Log message:
toot: update to 0.37.0

# CHANGES

 * **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)
   2023-04-08 13:17:59 by Paolo Vincenzo Olivo | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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)

Next | Query returned 15 messages, browsing 1 to 10 | Previous