Skip to content

Releases: SleeplessOne1917/lemmy-bot

v0.6.5

01 Mar 17:05
Compare
Choose a tag to compare

Make sqlite3 an optional dependency in case users don't plan on using that functionality.

v0.6.4

14 Dec 18:42
Compare
Choose a tag to compare

Make compatible with Lemmy versions 0.19.6 and up.

v0.6.3

02 Aug 03:46
Compare
Choose a tag to compare

Make lemmy-bot compatible with lemmy v0.19.5's API.

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.