Skip to content

Version 2.5

Latest
Compare
Choose a tag to compare
@deingithub deingithub released this 13 Nov 13:20
· 5 commits to main since this release
a7fbf1a
  1. BLIMP moves to discord.py 2.0. This allows the bot to (finally!) look inside of and respond to messages in threads and prepares the ground for using newer Discord API features like Buttons!
  2. Error IDs are shorter now.
  3. Board embeds will no longer include spoilered media.
  4. BLIMP moves away from Poetry because it's broken for me and I could not be assed to investigate it properly. This does not cause any changes visible to bot users. If you however want to develop BLIMP, you now must use Nix for dependency management. This means you need WSL on Windows.

BREAKING, Important Note for instance operators:
If your bot has Boards that have a post age limit enabled, you will need to run this migration manually:

UPDATE board_configuration SET post_age_limit = post_age_limit || "+00:00" WHERE post_age_limit IS NOT NULL;
UPDATE slowmode_entries SET timestamp = timestamp || "+00:00" WHERE timestamp IS NOT NULL;

The next patch will ship with this migration (modified to ignore cases where it's already been applied) - sorry for the oversight!

The Nix SHA256 for this release is 1fby0llk2aya8ld6zkqazilacklzkb5dvpc4mnh8crsadw4g6ifa.