From 9f0c94bce118e5a904602aae390dfa398cbf7cc1 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 22 Dec 2023 09:44:13 +0100 Subject: [PATCH] Update readme --- CHANGELOG.md | 17 ++++++++--------- changelog.yaml | 19 ++++++++++--------- docs/changelog.md | 17 ++++++++--------- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032d844..5b260e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,17 @@ Changelog **0.40.0 (TBA)** -This release includes a major rewrite to use -[Click](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. See docs for -details. Backward compatibility should be mostly preserved, except for cases -noted below please report any issues. +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`, `--color`, `--quiet` must be specified after `toot` but before the command -* Enable passing params via environment variables, see: +* 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` @@ -26,11 +25,11 @@ noted below please report any issues. * 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 commands -* Add `--json` option to lists 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) **0.39.0 (2023-11-23)** diff --git a/changelog.yaml b/changelog.yaml index 2d48e53..0cc21a4 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,23 +1,24 @@ 0.40.0: - date: TBA + date: SOON description: | - This release includes a major rewrite to use [Click](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. See docs for details. - Backward compatibility should be mostly preserved, except for cases noted below please report - any issues. + 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. changes: - "BREAKING: Remove deprecated `--disable-https` option for `login` and `login_cli`, pass the base URL instead" - "BREAKING: Options `--debug`, `--color`, `--quiet` must be specified after `toot` but before the command" - - "Enable passing params via environment variables, see: https://toot.bezdomni.net/environment_variables.html" + - "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 commands" - - "Add `--json` option to lists 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)" 0.39.0: date: 2023-11-23 diff --git a/docs/changelog.md b/docs/changelog.md index 032d844..5b260e9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,18 +5,17 @@ Changelog **0.40.0 (TBA)** -This release includes a major rewrite to use -[Click](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. See docs for -details. Backward compatibility should be mostly preserved, except for cases -noted below please report any issues. +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`, `--color`, `--quiet` must be specified after `toot` but before the command -* Enable passing params via environment variables, see: +* 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` @@ -26,11 +25,11 @@ noted below please report any issues. * 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 commands -* Add `--json` option to lists 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) **0.39.0 (2023-11-23)**