mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 16:41:36 +01:00
Fix sign-in issues, bump version
This commit is contained in:
parent
f322057609
commit
3157f2d48a
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes will be documented here.
|
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.1] - 2024-05-31
|
||||||
|
|
||||||
|
- Remove Oatstodon.
|
||||||
|
- Fix sign-in issues when the suspicious sign-in detector would trigger.
|
||||||
|
|
||||||
## [v4.3.0-alpha.4+glitch+cat+1.0.0] - 2024-05-29
|
## [v4.3.0-alpha.4+glitch+cat+1.0.0] - 2024-05-29
|
||||||
|
|
||||||
- Upstream changes
|
- Upstream changes
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def catstodon_revision
|
def catstodon_revision
|
||||||
'1.0.0'
|
'1.0.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
|
|
Loading…
Reference in a new issue