Skip to content

Releases: atomheartother/QTweet

Maomao

27 Sep 13:44
42b1734
Compare
Choose a tag to compare
  • Huge rewrite of the bot as it now supports sharding
  • Upgraded packages, postgres in particular, which means previous versions will have to migrate their DB
  • node version bumped to 14 in an attempt to fix the docker+nodejs stream bug (it didn't)
  • New !!tweet flags: --noretweet, --notext and --reverse.
  • !!qtprefix allows you to customize your prefix per-server
  • Various bug fixes, in particular DM subscriptions being sanitized (woops) and the --ping flag.
  • Allow people to request tweet counts of over 200 (and actually post more than 200 this time)
  • Docker hub integration
  • Fixed the !!tweetid command when used on quoted tweets
  • User sanity check, can be configured in the .env but in short this should make it so deleted and banned accounts are automatically deleted at boot now and don't take up subscriptions.

Homu

24 Jan 20:52
Compare
Choose a tag to compare

I guess I have to pick a starting point for releases, it might as well be this one - this release has cascading deletes from guild -> channel -> subs and from users -> subs, so db integrity is pretty much clean at all times.
We also transpile .ftl files to contain ENV cariables, and overall make it so you can run multiple QTweet instances with different ENVs.