Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@MarcusOtter MarcusOtter released this 23 Mar 21:42
· 5 commits to main since this release

v3.4.0 mainly focuses on stability primarily by limiting the RAM usage, hopefully significantly. I also had some time to add two small features.

Full Changelog: v3.3.0...v3.4.0

New features

  • ✨ Thread title will no longer show numbers for channel/role/user mentions even when they are inside embeds (#347) - by @MarcusOtter in #467
  • ✨ Thread title will now update when the message updates (unless the title had been set manually), allowing for titles based on link embeds like YouTube and Twitter (#424) - by @MarcusOtter in #468
  • ✨ Display names are now respected, not just nicknames or usernames - by @dependabot in #461

Package upgrades

  • ⬆️ typescript 4.9.4 -> 5.4.3
  • ⬆️ prettier 2.8.1 -> 3.2.5
  • ⬆️ @typescript-eslint/eslint-plugin 5.47.1 -> 5.62.0
  • ⬆️ discord.js 14.8.0 -> 14.14.1
  • ⬆️ @discordjs/rest 1.6.0 -> 2.2.0

Other