Skip to content

Releases: SleeplessOne1917/lemmy-bot

v0.6.2

13 Jun 02:43
Compare
Choose a tag to compare

Now supports Lemmy 0.19.4 API.

v0.6.1

13 Feb 02:19
Compare
Choose a tag to compare

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

11 Feb 03:11
Compare
Choose a tag to compare

m# Breaking changes

BotActions

  • getCommunityId removed
  • getCommunity added
  • getUserId removed
  • getPersonDetails added
  • getPostLikes added
  • getCommentLikes added
  • distinguishComment added
  • removeBanFromSite removed
  • removeBanFromCommunity removed
  • rejectRegistrationApplication 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

29 Jan 16:01
Compare
Choose a tag to compare

Adds dry run option.

Thank you to @doug-wade for adding the dry run option.

v0.5.1

19 Dec 14:16
Compare
Choose a tag to compare

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

16 Dec 02:59
Compare
Choose a tag to compare

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

17 Oct 20:06
Compare
Choose a tag to compare
  • Can now disable logging (Thanks @ornato-t )
  • Bot actions that used to return void now return the response they get from the API

I plan on giving this library more attention once a stable release of the Lemmy 0.19 API is out.

v0.4.5

12 Jul 23:05
Compare
Choose a tag to compare

Changes

  • Add bot actions for remove ban, edit post, and edit comment
  • Handle errors fetching remote instances gracefully

Thank you @Pdzly for your contributions.

v0.4.4

09 Jul 23:57
Compare
Choose a tag to compare

Changes

  • Add follow community to bot actions
  • Add resolve object to bot actions

v0.4.3

09 Jul 04:36
Compare
Choose a tag to compare

Add option to prevent bot from marking its account as a bot.