mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 09:48:06 +01:00
Bump Catstodon revision to 1.0.3
This commit is contained in:
parent
30899e050e
commit
5b2f994ad4
2 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,14 @@ 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."
|
||||||
|
|
||||||
|
## [4.3.0-alpha.5+glitch+cat+1.0.3] - 2024-07-30
|
||||||
|
|
||||||
|
- Upstream changes
|
||||||
|
- Fixes for intermittent errors in grouped notifications
|
||||||
|
- Emoji reaction patch changes
|
||||||
|
- "Fix reactions bar alignment in ungrouped notifications" ([30899e050e](https://git.kescher.at/CatCatNya/catstodon/commit/30899e050e4de5952da14278e804ea23110f9204)) by Essem
|
||||||
|
- Other commit for i18n fixes was already applied in Catstodon.
|
||||||
|
|
||||||
## [v4.3.0-alpha.5+glitch+cat+1.0.2] - 2024-07-16
|
## [v4.3.0-alpha.5+glitch+cat+1.0.2] - 2024-07-16
|
||||||
|
|
||||||
- Upstream changes
|
- Upstream changes
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def catstodon_revision
|
def catstodon_revision
|
||||||
'1.0.2'
|
'1.0.3'
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
|
|
Loading…
Reference in a new issue