Update changelog

pull/530/head
Ivan Habunek 2025-03-06 10:19:14 +01:00
rodzic ad134d6971
commit 233cbaae4c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 01DB3DD0D824504C
3 zmienionych plików z 27 dodań i 21 usunięć

Wyświetl plik

@ -3,13 +3,14 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.48.0 (TBA)**
**0.48.0 (2025-03-06)**
This release adds a new set of commands for working with timelines under
`toot timelines` (note the plural). These will replace `toot timeline`
which is now marked as deprecated. The reason for this change is that
various timelines require different options and having separate commands
makes them easier to implement and use.
This release adds a new set of commands for working with timelines under `toot
timelines` (note the plural). These will replace `toot timeline` which is now
marked as deprecated. The reason for this change is that various timelines
require different options and having separate commands makes them easier to
implement and use.
* BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`, and
`tags tags_unfollow`. Use `tags followed`, `tags follow`, and `tags tags
@ -102,10 +103,12 @@ implement and use.
**0.40.0 (2023-12-27)**
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.
(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

Wyświetl plik

@ -1,5 +1,5 @@
0.48.0:
date: TBA
date: 2025-03-06
description: |
This release adds a new set of commands for working with timelines under
`toot timelines` (note the plural). These will replace `toot timeline`

Wyświetl plik

@ -3,13 +3,14 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.48.0 (TBA)**
**0.48.0 (2025-03-06)**
This release adds a new set of commands for working with timelines under
`toot timelines` (note the plural). These will replace `toot timeline`
which is now marked as deprecated. The reason for this change is that
various timelines require different options and having separate commands
makes them easier to implement and use.
This release adds a new set of commands for working with timelines under `toot
timelines` (note the plural). These will replace `toot timeline` which is now
marked as deprecated. The reason for this change is that various timelines
require different options and having separate commands makes them easier to
implement and use.
* BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`, and
`tags tags_unfollow`. Use `tags followed`, `tags follow`, and `tags tags
@ -102,10 +103,12 @@ implement and use.
**0.40.0 (2023-12-27)**
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.
(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