Bump Catstodon revision to 1.0.3

This commit is contained in:
Jeremy Kescher 2024-07-30 08:46:23 +02:00
parent 30899e050e
commit 5b2f994ad4
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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