From d39407e32c5f8a4cabe33599076a7ea21f909062 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Tue, 29 Jun 2021 15:40:02 +0900 Subject: [PATCH] Release 1.7.0 This update changes the database schema. Remember to migrate and follow the upgrade procedures in the wiki! Changes since 1.6.16: - shipper now signs out the user if the password has been changed - Updated token invalidation message on the password change screen - Removed the redirect to dashboard button on sign-up screen - The admin panel now allows filtering of devices by status - The admin panel now allows filtering of mirror servers by enabled/downloadable status - Added a command to initialize a "full" user - i.e. user with access to all devices. This is useful if you want to create a build bot user that can upload to all devices. Note that _this user must already exist within the system!_ - Build objects can now be "enabled" and "disabled." When build objects are disabled, they are hidden from users and the API endpoints. - The build ID is now exposed to maintainers on a successful upload. - Added a maintainer endpoint to enable/disable builds on upload - Library dependency updates --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 9494224a..bd8bf882 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.16 +1.7.0