mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Bump Catstodon revision to 1.0.3
This commit is contained in:
parent
895b479c23
commit
463585fc3c
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes will be documented here.
|
||||
|
||||
## [v4.3.0-alpha.4+glitch+cat+1.0.3] - 2024-06-17
|
||||
|
||||
- Upstream changes
|
||||
- Emoji reaction PR changes
|
||||
- "Disable reactions in detailed status view when visibleReactions is 0" by Essem
|
||||
|
||||
## [v4.3.0-alpha.4+glitch+cat+1.0.2] - 2024-06-16
|
||||
|
||||
- Upstream changes
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def catstodon_revision
|
||||
'1.0.2'
|
||||
'1.0.3'
|
||||
end
|
||||
|
||||
def build_metadata
|
||||
|
|
Loading…
Reference in a new issue