X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG;h=efdf276fbd51c43b0e9e691d0a8645474dda495f;hb=38932f15c25f28296b53ee2d7ce738a20c9f7b15;hp=e035ac41c6a54d04842d0305ee624ca272de2684;hpb=b6065ae6c35490d48336963e66d8541fe8d61706;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CHANGELOG b/CHANGELOG index e035ac4..efdf276 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -49,3 +49,46 @@ * Use new base image v0.10.0 * Synchronize cli and server versions +[4.1.0] +* Add ability to download files from the UI + +[4.1.1] +* Add directory listing sorting +* Replace github links with our own gitlab + +[5.0.0] +* Allow directory listing to be configurable +* Refactor the UI + +[5.1.0] +* Add directory upload support +* Improve drag'n'drop of files + +[5.2.0] +* Disable folder listing by default +* Do not render welcome screen if folder listing is enabled + +[5.3.0] +* Replacing redis token store with local json file +* Add upload progress reporting +* Minor interface improvements + +[5.4.0] +* Use new Cloudron base image +* Send 404 status code correctly + +[5.5.0] +* Add webdav endpoint support +* Use inline edit for rename +* Various interface layout fixes + +[5.6.0] +* Add SFTP support + +[5.7.0] +* Update to latest app package manifest + +[5.8.0] +* Add access token support for better CI/CD integration +* Various UI fixes for preview thumbnails +