kopia lustrzana https://github.com/ihabunek/toot
Update changelog
rodzic
ad134d6971
commit
233cbaae4c
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue