Skip to content

Commit

Permalink
build: Bump version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-with-a-bushido committed Apr 16, 2024
1 parent cb03e77 commit 56fc211
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [0.27.0] 16th April 2024

- chore: add api lite readme
- chore: downgrade sqflite_common_ffi to support dart sdk v3.2.0
- chore: check message size before fake sync
- chore: emit handleCallEnded on ice fail
- chore: merge api_lite and dart sdk
- chore: Pass reason parameter when invite user to a room
- chore: Sort archive by last activity
- chore: update local v3 gh actions to v4
- docs: Add documentation
- feat: add sendAudioEvent and isVoiceMessage method to msc extensions
- feat: add Web build test
- fix: dart:io import in matrix_sdk_database
- fix: Do not use invitor avatar_url for room
- fix: Make database deleteable without the need to init the boxcollection
- fix: Typo in upload key json object creates invalid objects
- fix: userMediaConstraints
- refactor: BREAKING Migrate database to new lastEvent storage method
- refactor: Make via fields not nullable
- refactor: Move file storage to mixin to not import dart:io
- refactor: Store lastEvent in room object instead of room state
- refactor: Switch to MatrixSdkDatabase as suggested database and deprecate other ones
- refactor: Use dart records for checkHomeserver method

## [0.26.1] 15th March 2024
- chore: add noice/echo cancelling flags to getUserMedia (td)
- feat: Add commands /ignore and /unignore (Krille)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.26.1
version: 0.27.0
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
Expand Down

0 comments on commit 56fc211

Please sign in to comment.