Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ericswpark committed Jun 29, 2021
1 parent ce2403f commit d39407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.16
1.7.0

0 comments on commit d39407e

Please sign in to comment.