From: Johannes Zellner Date: Thu, 17 May 2018 14:26:31 +0000 (+0200) Subject: Bump version X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=645cb5c8b40d99355d83555d0c3a40afb1b4d754 Bump version --- diff --git a/CHANGELOG b/CHANGELOG index a0de9d4..175725f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -55,3 +55,7 @@ [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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4f5ee0b..0a0e351 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -10,7 +10,7 @@ "hosting", "server" ], - "version": "4.1.1", + "version": "5.0.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c5deefc..d0dcb3f 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Surfer 4.1.1 +This app packages Surfer 5.0.0 ### Overview diff --git a/screenshots/img01.png b/screenshots/img01.png index d3dd556..6d39a3d 100644 Binary files a/screenshots/img01.png and b/screenshots/img01.png differ diff --git a/screenshots/img02.png b/screenshots/img02.png index 3bd08be..b66daed 100644 Binary files a/screenshots/img02.png and b/screenshots/img02.png differ diff --git a/screenshots/img03.png b/screenshots/img03.png index 288bf1d..18b2b1f 100644 Binary files a/screenshots/img03.png and b/screenshots/img03.png differ