mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 10:38:07 +01:00
Bump version to v4.3.0-alpha.3+glitch+cat+1.2.3
This commit is contained in:
parent
fae98d1deb
commit
ec9b8d058a
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.3+glitch+cat+1.2.3] - 2024-05-21
|
||||
|
||||
- Upstream changes, once again (including, but not limited to:)
|
||||
- Only uses a maximum of 1 megabyte of response body for link previews
|
||||
- Allow multiple `redirect_uri`s for OAuth 2.0 Applications
|
||||
|
||||
## [v4.3.0-alpha.3+glitch+cat+1.2.2] - 2024-05-17
|
||||
|
||||
- Upstream changes :3
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def catstodon_revision
|
||||
'1.2.2'
|
||||
'1.2.3'
|
||||
end
|
||||
|
||||
def build_metadata
|
||||
|
|
Loading…
Reference in a new issue