Releases: SleeplessOne1917/lemmy-bot
Releases · SleeplessOne1917/lemmy-bot
v0.3.3
Bug Fix
- Fix bug where bot would not try to reconnect on unexpected connection failures or closings.
v0.3.2
Make bot only respond to subscribed communities when all options in allow list specify specific communities.
v0.3.1
New Stuff
- Export types for PostFetureType, SortType, and ListingType
v0.3.0
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
Bug Fixes
- Fix bug where the same post is handled multiple times at the same time.
v0.2.6
Bug Fixes
- Fix allow list not picking up communities when run locally
Doc changes
- New bot example added: AI art bot.
v0.2.5
New Features
- Add
getParentOfComment
function to bot actions.
Fixes
- Fix typos in README
v0.2.2
Bug Fixes
- Fixed bug where
getComment
would throw error for comment that exists.
v0.2.0
New features:
getPost
andgetComment
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
- Prevent error for "user already exists" from showing when setting account to bot account.