mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Bump Catstodon revision to 1.1.0
This commit is contained in:
parent
3fa67cbe7a
commit
d220eaab0a
2 changed files with 7 additions and 1 deletions
|
@ -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."
|
||||
|
||||
## [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
|
||||
|
||||
- Upstream changes
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def catstodon_revision
|
||||
'1.0.3'
|
||||
'1.1.0'
|
||||
end
|
||||
|
||||
def build_metadata
|
||||
|
|
Loading…
Reference in a new issue