@@ -3,13 +3,14 @@ Changelog
33
44<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
55
6- ** 0.48.0 (TBA)**
6+ ** 0.48.0 (2025-03-06)**
7+
8+ This release adds a new set of commands for working with timelines under
9+ ` toot timelines ` (note the plural). These will replace ` toot timeline `
10+ which is now marked as deprecated. The reason for this change is that
11+ various timelines require different options and having separate commands
12+ makes them easier to implement and use.
713
8- This release adds a new set of commands for working with timelines under `toot
9- timelines` (note the plural). These will replace ` toot timeline` which is now
10- marked as deprecated. The reason for this change is that various timelines
11- require different options and having separate commands makes them easier to
12- implement and use.
1314
1415* BREAKING: Remove deprecated commands: ` tags_followed ` , ` tags_follow ` , and
1516 ` tags tags_unfollow ` . Use ` tags followed ` , ` tags follow ` , and `tags tags
@@ -102,10 +103,12 @@ implement and use.
102103** 0.40.0 (2023-12-27)**
103104
104105This release includes a rather extensive change to use the Click library
105- (https://click.palletsprojects.com/ ) for creating the command line interface.
106- This allows for some new features like nested commands, setting parameters via
107- environment variables, and shell completion. Backward compatibility should be
108- mostly preserved, except for cases noted below. Please report any issues.
106+ (https://click.palletsprojects.com/ ) for creating the command line
107+ interface. This allows for some new features like nested commands, setting
108+ parameters via environment variables, and shell completion. Backward
109+ compatibility should be mostly preserved, except for cases noted below.
110+ Please report any issues.
111+
109112
110113* BREAKING: Remove deprecated ` --disable-https ` option for ` login ` and
111114 ` login_cli ` , pass the base URL instead
0 commit comments