group-actor/CHANGELOG.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2021-08-26 20:15:41 +00:00
# Changelog
## 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
2021-08-30 18:23:58 +00:00
- Add `/optout` and `/optin`
- Add `#nobot` checking when using the `/boost` command
2021-08-28 08:24:35 +00:00
## 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
2021-08-26 22:43:06 +00:00
## v0.2.4
- make account lookup try harder
2021-08-26 22:30:49 +00:00
## v0.2.3
- `/add user` will now try to follow even if already a member
2021-08-26 22:19:43 +00:00
## 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
2021-08-26 20:15:41 +00:00
2021-08-26 22:19:43 +00:00
## v0.2.1
- More reliable websocket reconnect, workaround for pleroma socket going silent
## v0.2.0
2021-08-26 20:15:41 +00:00
- 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
.