build: Bump version and add changelog

This commit is contained in:
Krille 2024-01-29 14:57:51 +01:00
parent 0f50119932
commit 50096bfdf8
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
2 changed files with 9 additions and 5 deletions

View File

@ -1,18 +1,22 @@
## [0.25.6] - 22nd January 2023 ## [0.25.7] 29th January 2024
- feat: add SQfLite encryption helper (The one with the braid)
- fix: Skip invalid keys which got corrupted in database (Krille)
## [0.25.6] - 22nd January 2024
- feat: Add missing localizations for key verification messages (Krille) - feat: Add missing localizations for key verification messages (Krille)
- fix: Correctly null cache in transactions for indexeddb (Krille) - fix: Correctly null cache in transactions for indexeddb (Krille)
- fix: Transactions on web by doing them in the same way as on io (krille-chan) - fix: Transactions on web by doing them in the same way as on io (krille-chan)
- refactor: Improve getTimeline senders (krille-chan) - refactor: Improve getTimeline senders (krille-chan)
- refactor: Use maxnumberofotk from olm instead hardcode 100 (Krille) - refactor: Use maxnumberofotk from olm instead hardcode 100 (Krille)
## [0.25.5] - 13th January 2023 ## [0.25.5] - 13th January 2024
- fix: Another type error when combining lists (Krille) - fix: Another type error when combining lists (Krille)
## [0.25.4] - 5th January 2023 ## [0.25.4] - 5th January 2024
- fix: Type error when combining dynamic lists (Krille) - fix: Type error when combining dynamic lists (Krille)
- refactor: Throw client init exception on client init fail (krille-chan) - refactor: Throw client init exception on client init fail (krille-chan)
## [0.25.3] - 2nd January 2023 ## [0.25.3] - 2nd January 2024
- fix: Delete in transaction on new store does not clear cache correctly (Krille) - fix: Delete in transaction on new store does not clear cache correctly (Krille)
## [0.25.2] - 27th December 2023 ## [0.25.2] - 27th December 2023

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.25.6 version: 0.25.7
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues