build: Bump version to 2.1.1
This commit is contained in:
parent
dca037b676
commit
097f9f02a0
4 changed files with 23 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,3 +1,23 @@
|
|||
## v2.1.1
|
||||
Bugfix release to trigger flatpak arm64 release again.
|
||||
|
||||
- build: (deps): bump actions/checkout from 4 to 5 (dependabot[bot])
|
||||
- build: (deps): bump app_links from 6.4.0 to 6.4.1 (dependabot[bot])
|
||||
- build: (deps): bump file_picker from 10.2.3 to 10.3.1 (dependabot[bot])
|
||||
- build: (deps): bump msix from 3.16.10 to 3.16.12 (dependabot[bot])
|
||||
- build: (deps): bump package_info_plus from 8.3.0 to 8.3.1 (dependabot[bot])
|
||||
- build: (deps): bump share_plus from 11.0.0 to 11.1.0 (dependabot[bot])
|
||||
- build: Also build linux on github runners (Christian Kußowski)
|
||||
- build: Update macos podfile (Christian Kußowski)
|
||||
- chore: Follow up subtitle font style (Christian Kußowski)
|
||||
- chore: Slightly adjust font sizes and design (Christian Kußowski)
|
||||
- chore(translations): Translated using Weblate (Chinese (Traditional Han script)) (miullu)
|
||||
- chore(translations): Translated using Weblate (Norwegian Bokmål) (Frank Paul Silye)
|
||||
- chore(translations): Translated using Weblate (Polish) (Piotr Orzechowski)
|
||||
- feat: support xdp selector for linux (ShootingStarDragons)
|
||||
- fix: Follow up fix rectangle avatars (Christian Kußowski)
|
||||
- refactor: Remove broken push error reporter (Christian Kußowski)
|
||||
|
||||
## v2.1.0
|
||||
FluffyChat 2.1.0 brings support for room version 12 and a lot of bugfixes, updated translations and performance improvements. Also chat state events are now collapsed by default.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FluffyChat 2.1.0 brings support for room version 12 and a lot of bugfixes, updated translations and performance improvements. Also chat state events are now collapsed by default.
|
||||
Fixes broken error reporter for push notifications and wrong clipped avatars. Also updates dependencies and translations.
|
||||
|
|
@ -2,7 +2,7 @@ name: fluffychat
|
|||
description: Chat with your friends.
|
||||
publish_to: none
|
||||
# On version bump also increase the build number for F-Droid
|
||||
version: 2.1.0+3542
|
||||
version: 2.1.1+3543
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: fluffychat
|
||||
title: FluffyChat
|
||||
base: core24
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
license: AGPL-3.0
|
||||
summary: The cutest messenger in the Matrix network
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue