From c35287143bc40d6c5619bf05ef9078ac4dec4493 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 18 Jun 2021 15:27:13 +0900 Subject: [PATCH] Release 1.6.15 Changes since 1.6.14: - The `hasBuilds` field has been removed from the v2 all builds API endpoint since it is redundant. Only devices with builds are shown in the endpoint. - Fixed a bug with the codename detection where invalid file names could result in an invalid codename being detected. - The internal statistics command now shows more information to the administrator. - Fixed a bug with the template order being processed incorrectly. - The navbar in the maintainer section has been cleaned up. - The shippy notice in the upload menu has been removed, since we're planning to add chunked upload support to the web UI. - Many miscellaneous improvements and fixes - Code cleanup - Added more test cases --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 5577648b..7e84a788 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.14 +1.6.15