Skip to content

Releases: CircuitSacul/Starboard-4

4.8.6

29 Sep 16:48
4c3b142
Compare
Choose a tag to compare

Fix flags in emoji parser

Full Changelog: 4.8.5...4.8.6

4.8.5

18 Sep 19:31
07ca82b
Compare
Choose a tag to compare

Debugging stuff

Full Changelog: 4.8.4...4.8.5

4.8.4

15 Sep 17:24
6f64510
Compare
Choose a tag to compare

What's Changed

  • Use native tls for gateway, hopefully fix issues with shards going offline

Deps

Full Changelog: 4.8.3...4.8.4

4.8.3

30 Jun 18:05
c3c60c7
Compare
Choose a tag to compare

Full Changelog: 4.8.2...4.8.3

4.8.2

30 Jun 17:41
a7434e5
Compare
Choose a tag to compare

Full Changelog: 4.8.1...4.8.2

4.8.1

30 Jun 02:14
a367739
Compare
Choose a tag to compare

Full Changelog: 4.8.0...4.8.1

4.8.0

28 Jun 02:45
066b50b
Compare
Choose a tag to compare

Bug Fixes/Minor Improvements

  • Fixed list formatting
  • Webhooks are now created as soon as you enable the use-webhook setting
  • Improve the embedder
    • FixTweet embeds are now supported better
    • Videos inside embeds are now treated as attachments. In premium servers, these videos will be uploaded alongside the embed, if they're smaller than 25mb
    • If the original message content was a URL to an image, then the content won't be shown (like discord does)
  • Switched documentation to GitBook

What's Changed

Full Changelog: 4.7.0...4.8.0

4.7.0

03 Jun 17:25
4aacff4
Compare
Choose a tag to compare

Change Log

Bug Fixes/Minor Improvements

  • Uploaded files (excluding embeddable files, such as images) are always listed in the attachments list
  • For premium servers, starboard will now upload files up to 25mb in size (up from 8mb)
  • Added a new style of "go to message" links, "Mention", which takes advantage of discord's new message link embedding. When the go-to-message setting is set to Mention, the link will be put where the channel mention used to be.
  • The initial message for forum threads is now considered to belong to the forum channel (not the thread) for the sake of filters. This means that if you have a filter with "not-in-channel: #some-forum-channel", then the starter messages will not be allowed, but other messages within the forum threads will be.

What's Changed

Full Changelog: 4.6.1...4.7.0

4.6.1

06 Apr 00:52
30d8a44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...4.6.1

4.6.0

05 Apr 16:30
8e9c4c9
Compare
Choose a tag to compare

Changelog

Filters
Filters are a new way to create conditions for starboard and autostar channels. Filters are very flexible, and also rather complex to use. I won't document them here, but please give the documentation a read if you're interested.

Some things you can do with filters:

  • Require that messages sent by users with a certain role have a certain length
  • Require that either the author or the voter have a certain role (a way to keep starboard spam down perhaps. Could even be combined with award roles, so that after a user receives enough stars they have permission to vote on messages)

A lot of stuff that you can do with the "requirements" category for starboards, and with the settings for autostar-channels, can now also be done with filters. I don't think filters will ever replace these settings though, just so that the old settings can still be used for simplicity.

In the future, filters may be allowed as a condition for overrides, so you can actually change starboard settings based on the content of the message, roles of the author, etc.. This would allow things like, "If the message has the word 'hello' it can't be sent to the starboard".

Filters are very much a beta feature right now and are subject to change. If you have any suggestions/problems with filters, I would appreciate it if you opened a thread in #support or #feedback.

Bug Fixes

  • The "Go To Message" button now shows up for /random and /moststarred
  • Fixed a bug with /permroles edit-starboard if you hadn't created the permrole yet
  • Added some missing message types (stage start, stage title, stage speaker, stage end)
  • Fixed bug with the use-server-profile setting always being treated as enabled, even if it wasn't
  • Fixed bug that prevented use of custom emojis with numbers in their name
  • Fixed some bugs with emojis (e.g. ❤️) that would cause it to show up as a plain character and not a colorful emoji

What's Changed

Full Changelog: 4.5.3...4.6.0