mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-15 00:19:28 +01:00
Merge branch 'krille/bumpversion' into 'main'
chore: Bump version See merge request famedly/fluffychat!838
This commit is contained in:
commit
fa47d92933
55
CHANGELOG.md
55
CHANGELOG.md
@ -1,3 +1,54 @@
|
||||
## v1.4.0 - 2022-04-23
|
||||
- design: Display icon for failed sent messages (Krille Fear)
|
||||
- design: Display own stories at first place and combine with new stories button (Krille Fear)
|
||||
- feat: Add "Show related DMs in spaces" settings (20kdc)
|
||||
- feat: Better image sending experience (Krille Fear)
|
||||
- feat: Display event timestamp if selected (Krille Fear)
|
||||
- feat: Faster image resizing (Krille Fear)
|
||||
- feat: Groups and Direct Chats virtual spaces option (20kdc)
|
||||
- feat: New onboarding design (Krille Fear)
|
||||
- feat: Onboarding with dynamic homeservers from joinmatrix.org (Krille Fear)
|
||||
- feat: Play audio messages in stories (Krille Fear)
|
||||
- feat: Use native imaging for much faster thumbnail calc on mobile (Krille Fear)
|
||||
- feat: add Dockerfile for nginx/web builds (TheOneWithTheBraid)
|
||||
- feat: allow to create widgets (TheOneWithTheBraid)
|
||||
- feat: remove diacritics (henri2h)
|
||||
- feat: irish language support (Graeme Power)
|
||||
- fix: Android theme is not auto updating when system theme changes (Krille Fear)
|
||||
- fix: Chat view becomes gray for a second on sending reaction (Krille Fear)
|
||||
- fix: Don't request new thumbnail resolution on every window resize (Samuel Mezger)
|
||||
- fix: Dont display own failed-to-send events in stories (Krille Fear)
|
||||
- fix: Hide markdown in chat list preview and local notifications (Krille Fear)
|
||||
- fix: Hide pinned events if event is not accessable or loading (Krille Fear)
|
||||
- fix: Image sending (Krille Fear)
|
||||
- fix: Make audioplayer waveforms thinner and better clickable (Krille Fear)
|
||||
- fix: Some story layout bugs (Krille Fear)
|
||||
- fix: Widgets dialog crashes (Krille Fear)
|
||||
- fix: login form supports switching fields via tab (Philip Molares)
|
||||
- Added translation using Weblate (Lithuanian) (Mind)
|
||||
- Translated using Weblate (Chinese (Simplified)) (Eric)
|
||||
- Translated using Weblate (Croatian) (Milo Ivir)
|
||||
- Translated using Weblate (Dutch) (Jelv)
|
||||
- Translated using Weblate (Estonian) (Priit Jõerüüt)
|
||||
- Translated using Weblate (Finnish) (Aminda Suomalainen)
|
||||
- Translated using Weblate (French) (Anne Onyme 017)
|
||||
- Translated using Weblate (Galician) (Xosé M)
|
||||
- Translated using Weblate (German) (Krille)
|
||||
- Translated using Weblate (German) (qwerty287)
|
||||
- Translated using Weblate (Indonesian) (Linerly)
|
||||
- Translated using Weblate (Japanese) (Krille)
|
||||
- Translated using Weblate (Lithuanian) (Mind)
|
||||
- Translated using Weblate (Portuguese (Brazil)) (Hermógenes Oliveira)
|
||||
- Translated using Weblate (Russian) (Arbo_Leet)
|
||||
- Translated using Weblate (Russian) (Nikita Epifanov)
|
||||
- Translated using Weblate (Russian) (alekseishaklov)
|
||||
- Translated using Weblate (Swedish) (Joaquim Homrighausen)
|
||||
- Translated using Weblate (Turkish) (Oğuz Ersen)
|
||||
- Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
|
||||
- Update TRANSLATORS_GUIDE.md to have improved punctuation, capitalization (Scott Anecito)
|
||||
- chore: Add initial integration tests (Krille Fear)
|
||||
- refactor: New push (Krille Fear)
|
||||
|
||||
## v1.3.1 - 2022-03-20
|
||||
- Allow app to be moved to external storage (Marcel)
|
||||
- Translated using Weblate (Arabic) (Mads Louis)
|
||||
@ -56,7 +107,7 @@ Thanks to all contributors and translators!! <3
|
||||
- Translated using Weblate (Estonian) (Priit Jõerüüt)
|
||||
- Translated using Weblate (French) (Anne Onyme 017)
|
||||
- Translated using Weblate (Galician) (Xosé M)
|
||||
- Translated using Weblate (German) (Christian)
|
||||
- Translated using Weblate (German) (Krille)
|
||||
- Translated using Weblate (Indonesian) (Linerly)
|
||||
- Translated using Weblate (Russian) (Nikita Epifanov)
|
||||
- Translated using Weblate (Swedish) (Joaquim Homrighausen)
|
||||
@ -131,7 +182,7 @@ voice messages.
|
||||
- Translated using Weblate (Finnish) (Aminda Suomalainen)
|
||||
- Translated using Weblate (French) (Anne Onyme 017)
|
||||
- Translated using Weblate (Galician) (Xosé M)
|
||||
- Translated using Weblate (German) (Christian)
|
||||
- Translated using Weblate (German) (Krille)
|
||||
- Translated using Weblate (German) (Jana)
|
||||
- Translated using Weblate (German) (TeemoCell)
|
||||
- Translated using Weblate (Hebrew) (MusiCode1)
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: fluffychat
|
||||
description: Chat with your friends.
|
||||
publish_to: none
|
||||
version: 1.3.1+2322
|
||||
version: 1.4.0+2323
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -5,8 +5,8 @@ flutter pub get
|
||||
cd ios
|
||||
rm -rf Pods
|
||||
rm Podfile.lock
|
||||
pod install
|
||||
pod update
|
||||
arch -x86_64 pod install
|
||||
arch -x86_64 pod update
|
||||
cd ..
|
||||
flutter build ios --release
|
||||
cd ios
|
||||
|
Loading…
Reference in New Issue
Block a user