Releases: interchatapp/InterChat
Releases · interchatapp/InterChat
v3.27.0
Features
- use cloudflare workers instead of vercel #77 (dev-737)
- hub: delete message log (dev-737)
- global ban command (beta) (#79) #79 (dev-737)
- blacklist: allow interchat mods to blacklist people from other hubs (dev-737)
- blacklist: interchat mods can now unblacklist other hubs (dev-737)
Bug Fixes
- support img url for deleteMsg (dev-737)
- hub: selecting new log channels (dev-737)
- deletemsg: log image url for embeds properly (dev-737)
- onboarding: fix reply/defer check (dev-737)
- sync cache immediately when deleting multiple connections (dev-737)
- blacklist: display all options to interchat staff (dev-737)
- hub: fix 'no' button in leave command (dev-737)
Code Refactoring
- remove unwanted assignments in import and export (#78) #78 (deepsource-autofix[bot])
- deletemsg: change the info message for the command (dev-737)
Chores
- reduce
/hub create
cooldown (dev-737) - deps: update dependencies (dev-737)
- profanity: add new words (dev-737)
- update credits (dev-737)
- sentry: enable integrations for prisma and uncaughtExceptions (dev-737)
- release: 3.27.0 (dev-737)
Reverts
- network: revery the cloudflare thing (dev-737)
v3.26.0
Features
- global ban/unban command (dev-737)
Bug Fixes
- fix purge command errors (#74) #74 (dev-737)
- fix stats command server count (dev-737)
- blacklist: fix bug with
/blacklist list
(dev-737)
Code Refactoring
- make
/connection
commands prettier and refactor/blacklist
commands (#75) #75 (dev-737) - seperate goals and invite logs... (dev-737)
- rename
logServerLeave
tologGuildLeaveToHub
(dev-737)
Continuous Integration
- update .deepsource.toml (deepsource-io[bot])