mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Bump version to v4.3.0-alpha.3+glitch+cat+1.2.7
This commit is contained in:
parent
6d448d46ff
commit
3aa76c7383
2 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,12 +2,21 @@
|
||||||
|
|
||||||
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.3+glitch+cat+1.2.7] - 2024-05-29
|
||||||
|
|
||||||
|
- Upstream changes
|
||||||
|
- Add ability to disable the suspicious sign-in detector
|
||||||
|
- The CatCatNya~ production config has an IP retention period of one day. That will cause suspicious login emails to
|
||||||
|
be sent out simply because we don't have any known IP data. Therefore, this fix is being applied.
|
||||||
|
|
||||||
## [v4.3.0-alpha.3+glitch+cat+1.2.6] - 2024-05-23
|
## [v4.3.0-alpha.3+glitch+cat+1.2.6] - 2024-05-23
|
||||||
|
|
||||||
- Upstream changes
|
- Upstream changes
|
||||||
|
|
||||||
## [v4.3.0-alpha.3+glitch+cat+1.2.5] - 2024-05-21
|
## [v4.3.0-alpha.3+glitch+cat+1.2.5] - 2024-05-21
|
||||||
|
|
||||||
- Apply a fix from the emoji reactions patch branch for an issue introduced in the 1.2.3 release for this Mastodon version.
|
- Apply a fix from the emoji reactions patch branch for an issue introduced in the 1.2.3 release for this Mastodon
|
||||||
|
version.
|
||||||
- Thanks, Essem!
|
- Thanks, Essem!
|
||||||
|
|
||||||
## [v4.3.0-alpha.3+glitch+cat+1.2.4] - 2024-05-21
|
## [v4.3.0-alpha.3+glitch+cat+1.2.4] - 2024-05-21
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def catstodon_revision
|
def catstodon_revision
|
||||||
'1.2.6'
|
'1.2.7'
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
|
|
Loading…
Reference in a new issue