From f6cdd447b6f12d26a8009a98c3ec95066c4ca090 Mon Sep 17 00:00:00 2001 From: mikaelpopowicz Date: Thu, 31 Aug 2023 10:27:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a2e754..417b0081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to `nova-file-manager` will be documented in this file +## v1.0.0 - 2023-08-31 + +### What's Changed + +- Fix: The interface becomes unresponsive when closing the dialog box w… by @ngochangtf in https://github.com/oneduo/nova-file-manager/pull/287 +- Workbench Integration by @crynobone in https://github.com/oneduo/nova-file-manager/pull/286 +- Fix: Chunk sending failed and retrying continuously. by @ngochangtf in https://github.com/oneduo/nova-file-manager/pull/289 + +**Full Changelog**: https://github.com/oneduo/nova-file-manager/compare/v0.10.1...v1.0.0 + ## v0.10.1 - 2023-08-10 ### What's Changed @@ -338,6 +348,7 @@ rm -rf vendor/ + ``` @@ -363,6 +374,7 @@ composer install oneduo/nova-file-manager + ``` @@ -388,6 +400,7 @@ composer rm bbs-lab/nova-file-manager + ```