v4.6.0
Changed
- #2424 Make simple console commands invokable.
Added
-
#2327 Allow filtering short URL lists by those not including certain tags.
Now, the
GET /short-urlsendpoint accepts two new params:excludeTags, which is an array of strings with the tags that should not be included, andexcludeTagsMode, which accepts the valuesanyandall, and determines if short URLs should be filtered out if they contain any of the excluded tags, or all the excluded tags.Additionally, the
short-url:listcommand also supports the same feature via option, which requires a value and can be provided multiple times, and , which does not expect a value and determines if the mode should be , or .