forked from MightyPork/group-actor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
Changelog
v0.2.8
- fix error processing statuses when a misskey poll has infinite run time
v0.2.7
- Fix some wrong responses to admin commands
- Remove automatic announcements from some admin commands
- Send no reply to unauthorized admin commands
- Fix swapped
/opengroup
and/closegroup
descriptions in help - Add
/optout
and/optin
- Add
#nobot
checking when using the/boost
command
v0.2.6
- Allow boosting group hashtags when they are in a reply, except when it is private/DM or contains actionable commands
/follow
and/unfollow
are now aliases to/add
and/remove
(for users and tags)- Add workaround for pleroma markdown processor eating trailing hashtags
- Command replies are now always DM again so we don't spam timelines
v0.2.5
- Add
/undo
command - Fix users joining via follow not marked as members
v0.2.4
- make account lookup try harder
v0.2.3
/add user
will now try to follow even if already a member
v0.2.2
- All hashtags, server names and handles are now lowercased = case-insensitive
- Prevent the
-a
flag overwriting existing group in the config - Update the help text
/i
now works in hashtag posts/add user
and/remove user
now correctly follow/unfollow
v0.2.1
- More reliable websocket reconnect, workaround for pleroma socket going silent
v0.2.0
- Add hashtag boosting and back-follow/unfollow
- Add hashtag commands
- Code reorganization
- Improve greeting messages
- Do not crash on unknown notification types (elefren patch)
v0.1
This is the initial test release
.