Merge branch 'krille/fix-limited-timeline' into 'main'

Krille/fix limited timeline

Closes #253

See merge request famedly/company/frontend/famedlysdk!914
This commit is contained in:
Krille Fear 2021-11-25 12:25:07 +00:00
commit bdb4ad4594
2 changed files with 16 additions and 12 deletions

View File

@ -1,16 +1,20 @@
## [0.7.0-nullsafety.8] - 23nd Nov 2021
## [0.7.0-nullsafety.9] - 25nd Nov 2021
- fix: Limited timeline clean up on web
- fix: Remove account avatar
## [0.7.0-nullsafety.8] - 24nd Nov 2021
- chore: Update FluffyBox
## [0.7.0-nullsafety.7] - 23nd Nov 2021
feat: Add commands to create chats
feat: Add clear cache command
feat: Implement new FluffyBox database API implementation
fix: Workaround for a null exception for a non nullable boolean while user device key updating
fix: Limited timeline clears too many events
fix: Ability to remove avatar from room and account
fix: Request history in archived rooms
fix: Decrypt last event of a room
refactor: Remove Sembast database implementation
- feat: Add commands to create chats
- feat: Add clear cache command
- feat: Implement new FluffyBox database API implementation
- fix: Workaround for a null exception for a non nullable boolean while user device key updating
- fix: Limited timeline clears too many events
- fix: Ability to remove avatar from room and account
- fix: Request history in archived rooms
- fix: Decrypt last event of a room
- refactor: Remove Sembast database implementation
## [0.7.0-nullsafety.6] - 16nd Nov 2021
- feat: Implement sembast store

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.7.0-nullsafety.8
version: 0.7.0-nullsafety.9
homepage: https://famedly.com
environment:
@ -23,7 +23,7 @@ dependencies:
slugify: ^2.0.0
html: ^0.15.0
collection: ^1.15.0
fluffybox: ^0.3.4
fluffybox: ^0.3.5
dev_dependencies:
dart_code_metrics: ^4.4.0