mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 16:28:08 +01:00
Bump Catstodon revision to 1.1.1
This commit is contained in:
parent
5e5f19b50e
commit
f883c171fb
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."
|
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.1] - 2024-06-19
|
||||||
|
|
||||||
|
- Upstream changes (18d9601464524dabc4a451524a535d0f9a3cb65e -> 0c2b1f56ef6f0c48330076498741849b79d8b18c)
|
||||||
|
- Emoji reaction patch changes
|
||||||
|
- "Turn custom emoji regexps into class level constants" by Essem
|
||||||
|
|
||||||
## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17
|
## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17
|
||||||
|
|
||||||
- Set environment variable `MASTODON_USE_LIBVIPS` to true by default.
|
- Set environment variable `MASTODON_USE_LIBVIPS` to true by default.
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def catstodon_revision
|
def catstodon_revision
|
||||||
'1.1.0'
|
'1.1.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
|
|
Loading…
Reference in a new issue