From c155531b11fe4117c4d17470bc9a1f59ed505fdf Mon Sep 17 00:00:00 2001 From: Joey Boerwinkel Date: Tue, 11 Mar 2025 11:22:57 +0100 Subject: [PATCH] chore: update version and changelog for version 6.0.0 --- CHANGELOG.md | 8 ++++++++ packages/chat_repository_interface/pubspec.yaml | 2 +- packages/firebase_chat_repository/pubspec.yaml | 4 ++-- packages/flutter_chat/pubspec.yaml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d825993..5884721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.0.0 +- Added pending message repository to temporarily store messages that are not yet received by the backend +- Added pending message icons next to time on default messages +- Added pending image uploading by base64encoding the data and putting it in the image url +- Added image pre-loading to handle error and loading states +- Added reload button in case of an image loading error +- Added messageStatus field to MessageModel to differentiate between sent and pending messages + ## 5.1.2 - Added correct padding inbetween time indicators and names - Show names if a new day occurs and an indicator is shown diff --git a/packages/chat_repository_interface/pubspec.yaml b/packages/chat_repository_interface/pubspec.yaml index c4aa64a..46ad994 100644 --- a/packages/chat_repository_interface/pubspec.yaml +++ b/packages/chat_repository_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: chat_repository_interface description: "The interface for a chat repository" -version: 5.1.2 +version: 6.0.0 homepage: "https://github.com/Iconica-Development" publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ diff --git a/packages/firebase_chat_repository/pubspec.yaml b/packages/firebase_chat_repository/pubspec.yaml index e267c2e..191b26f 100644 --- a/packages/firebase_chat_repository/pubspec.yaml +++ b/packages/firebase_chat_repository/pubspec.yaml @@ -1,6 +1,6 @@ name: firebase_chat_repository description: "Firebase repository implementation for the chat domain repository interface" -version: 5.1.2 +version: 6.0.0 homepage: "https://github.com/Iconica-Development" publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ @@ -15,7 +15,7 @@ dependencies: chat_repository_interface: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: ^5.1.0 + version: ^6.0.0 firebase_storage: any cloud_firestore: any diff --git a/packages/flutter_chat/pubspec.yaml b/packages/flutter_chat/pubspec.yaml index 91d94a1..e73e79a 100644 --- a/packages/flutter_chat/pubspec.yaml +++ b/packages/flutter_chat/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_chat description: "User story of the chat domain for quick integration into flutter apps" -version: 5.1.2 +version: 6.0.0 publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ environment: @@ -26,7 +26,7 @@ dependencies: version: ^1.6.0 chat_repository_interface: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: ^5.1.0 + version: ^6.0.0 dev_dependencies: flutter_test: