Yarfox

Latest version: v2.0.0

Safety actively analyzes 621654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

New feature

You can run `yarfox search <pattern>` to display toots matching the given pattern.

Breaking change

The layout of the files stored on disk has changed to be more sensible.

JSON files used to be named `<tail>/<head>.json` where `tail` was the last 2 digits of the
toot ID, and head the reminder of the ID. (Don't ask ...)

Now they are named `<year>/<month>/<id>.json` which hopefully makes more sense.

Any way if you were running yarfox version 1.0.x you should run `rm -fr ~/.local/share/yarfox/` before re-running `yarfox fetch`.

Bug fixes

* Do not crash if the HTML returned by the Mastodon API is not a valid XML document
* Workaround `<br>` tags sometimes found in the HTML returned by the Mastodon API.

1.0.4

* Use pagination when fetching toots.

Among other things, `yarfox fetch` will fetch the entire history when ran
for the first time, which is probably what you want.

1.0.3

* Try to truncate long toots
* If publishing a tweet fails, prompt so that we have a change to edit the text
before it is published

1.0.2

* Add link to original toot at the end of the tweet.

1.0.1

*. Add long_description in metadata.

1.0.0

* First public release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.