Skip to content

Releases: SleeplessOne1917/lemmy-bot

v0.3.3

24 Apr 16:51
Compare
Choose a tag to compare

Bug Fix

  • Fix bug where bot would not try to reconnect on unexpected connection failures or closings.

v0.3.2

23 Apr 07:14
Compare
Choose a tag to compare

Make bot only respond to subscribed communities when all options in allow list specify specific communities.

v0.3.1

23 Apr 05:17
Compare
Choose a tag to compare

New Stuff

  • Export types for PostFetureType, SortType, and ListingType

v0.3.0

22 Apr 00:01
Compare
Choose a tag to compare

Breaking Changes

  • getComment bot action now only accepts a comment ID instead of an object with a comment ID and post ID

v0.2.7

18 Apr 22:55
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug where the same post is handled multiple times at the same time.

v0.2.6

18 Apr 22:19
Compare
Choose a tag to compare

Bug Fixes

  • Fix allow list not picking up communities when run locally

Doc changes

  • New bot example added: AI art bot.

v0.2.5

17 Apr 21:33
Compare
Choose a tag to compare

New Features

  • Add getParentOfComment function to bot actions.

Fixes

  • Fix typos in README

v0.2.2

16 Apr 19:36
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug where getComment would throw error for comment that exists.

v0.2.0

15 Apr 17:14
Compare
Choose a tag to compare

New features:

  • getPost and getComment added to bot actions

Breaking changes:

  • Bot actions with more than one argument now accept an object with those arguments as properties instead.

v0.1.2

10 Apr 06:27
Compare
Choose a tag to compare
  • Prevent error for "user already exists" from showing when setting account to bot account.