mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Bump Catstodon version to 1.0.9
This commit is contained in:
parent
6aa17a7c1b
commit
9a1c5188a8
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
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.0.9] - 2024-03-03
|
||||||
|
|
||||||
|
- Glitch-soc changes again (this time, among other stuff, the search bar icon position is fixed)
|
||||||
|
|
||||||
## [v4.3.0-alpha.3+glitch+cat+1.0.8] - 2024-02-29
|
## [v4.3.0-alpha.3+glitch+cat+1.0.8] - 2024-02-29
|
||||||
|
|
||||||
- Update translations from glitch-soc
|
- Update translations from glitch-soc
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def catstodon_revision
|
def catstodon_revision
|
||||||
'1.0.8'
|
'1.0.9'
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
|
|
Loading…
Reference in a new issue