From 68b4722668bab313f96f9f61f3978067249e4749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Mon, 25 Apr 2022 12:44:59 +0200 Subject: [PATCH] readme/changelog update --- README.md | 6 +++++- changelog.md | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d887c8..2d7f0f05 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,11 @@ If you move your VueFileManager application into another domain or subdomain, yo # Broadcasting ### About Broadcasting -Broadcasting is responsible for real time app experience. If broadcasting is set, you will be able to get just in time updates in your frontend. Remote upload works on the background while the files are downloading and showing in your view after they are ready. You will get immediately notifications about new events like team invitations, file requests and many more. +Broadcasting is responsible for real time app experience. If broadcasting is set, you will be able to get just in time updates in your app. + +For example, remote upload works on the background, while the files are downloading and showing in your view immediately after they are ready without refreshing the app. Or, you will get immediately notifications about new events like team invitations, file requests and many more. + +More real time features will be implemented in incoming updates. VueFileManager support 2 types of connections: 1. [Pusher](https://pusher.com/) - Suitable for all users and all hosting platforms diff --git a/changelog.md b/changelog.md index 3b4179bc..5ae85063 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## Version 2.1.0 +#### Release date: 25. April 2022 +- New remote upload function +- Broadcast server implementation, for more info check [Broadcasting Guide](https://gist.github.com/MakingCG/a702a112be63bc6f0032dd55522327cf#broadcasting) + ## Version 2.0.19 #### Release date: 21. April 2022 - Fixed issue with Backblaze credentials set up