chore: Bump version

This commit is contained in:
Krille Fear 2021-10-14 17:10:35 +02:00
parent 9396d29917
commit 0a22621ce2
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
## v0.42.0 - 2021-10-14
This release fixes several bugs and makes E2EE enabled by default.
- feat: Enable E2EE by default for new rooms
- feat: Display all private rooms without encryption as red
- feat: New design for bootstrap
- feat: New design for emoji verification
- feat: Display own MXID in the settings
- feat: More finetuning for font sizes
- chore: Updated translations (Thanks to all translators!)
- fix: App crash on logout
- fix: Temporary disable sign-up for matrix.org (Currently gives "500: Internal Server Error" while FluffyChat **should** send the same requests like Element)
- fix: Implement Roboto font to fix font issues on Linux Desktop and mobile
- fix: QR Code scanning
## v0.41.3 - 2021-10-08
Minor bugfix release.

View File

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 0.41.4+1456
version: 0.42.0+1456
environment:
sdk: ">=2.6.0 <3.0.0"