Skip to content

Commit

Permalink
Release 1.13.4
Browse files Browse the repository at this point in the history
- Fixed an incorrect database query searching for unmirrored builds preventing the mirroring of builds
- Fixed an incorrect database query searching for unmirrored builds preventing the manual mirroring of builds through admin commands
- shipper now updates the login timestamps on all authenticated API actions
- Fixed admin page to show all possible variants given by the configuration
- The `deinit_full_user` command now includes disabled devices for removal
- General code cleanup
  • Loading branch information
ericswpark committed Feb 5, 2022
1 parent 89dd505 commit 602c794
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


# [1.13.4] - 2022-02-05

## Changed
- Fixed an incorrect database query searching for unmirrored builds preventing the mirroring of builds
- Fixed an incorrect database query searching for unmirrored builds preventing the manual mirroring of builds through admin commands
- shipper now updates the login timestamps on all authenticated API actions
- Fixed admin page to show all possible variants given by the configuration
- The `deinit_full_user` command now includes disabled devices for removal
- General code cleanup


# [1.13.3] - 2022-02-04

## Changed
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.3
1.13.4

0 comments on commit 602c794

Please sign in to comment.