Releases: SleeplessOne1917/lemmy-bot
Releases · SleeplessOne1917/lemmy-bot
v0.6.3
v0.6.2
Now supports Lemmy 0.19.4 API.
v0.6.1
What changed
- Bot now takes a
secure
option that controls whether or not it uses HTTPS - Fixed a bug with the federation options allowlist
- Added user agent to underlying client
v0.6.0
m# Breaking changes
BotActions
getCommunityId
removedgetCommunity
addedgetUserId
removedgetPersonDetails
addedgetPostLikes
addedgetCommentLikes
addeddistinguishComment
addedremoveBanFromSite
removedremoveBanFromCommunity
removedrejectRegistrationApplication
removed
There are more changes than are listed above. The bot action functions have less abstraction over the lemmy-js-client functions. Generally speaking, expect
v0.5.2
Adds dry run option.
Thank you to @doug-wade for adding the dry run option.
v0.5.1
The only change for this release is adding a requirement to use Node 18 and up for any projects that depend on this library.
v0.5.0
This version supports Lemmy's recent 0.19.0 release. In addition to this:
- You can now enable/disable logging
- You can use the underlying HTTP client directly for when the bot's functionality is not enough for your needs.
If there's an endpoint that I forgot to add or you think would be useful, please open an issue.
v0.4.6
v0.4.5
v0.4.4
Changes
- Add follow community to bot actions
- Add resolve object to bot actions