Bump Catstodon revision to 1.1.0

This commit is contained in:
Jeremy Kescher 2024-06-18 01:17:19 +02:00
parent 3fa67cbe7a
commit d220eaab0a
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@ All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes wil
All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time." All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time."
## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17
- Set environment variable `MASTODON_USE_LIBVIPS` to true by default.
- You need to install libvips for this.
- If you don't want to, you'll _have to_ set this environment variable to `false`, for any commands you run.
## [v4.3.0-alpha.4+glitch+cat+1.0.3] - 2024-06-17 ## [v4.3.0-alpha.4+glitch+cat+1.0.3] - 2024-06-17
- Upstream changes - Upstream changes

View file

@ -25,7 +25,7 @@ module Mastodon
end end
def catstodon_revision def catstodon_revision
'1.0.3' '1.1.0'
end end
def build_metadata def build_metadata