Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.1.1

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 24 Jul 11:41
v0.1.1

Changelog for 0.1.1

The following sections list the changes for 0.1.1.

Summary

  • Fix #22: Build docker images with alpine:latest instead of alpine:edge
  • Chg #20: Change status not found on missing thumbnail

Details

  • Bugfix #22: Build docker images with alpine:latest instead of alpine:edge

    ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.

    #22

  • Change #20: Change status not found on missing thumbnail

    The service returned a bad request when no thumbnail was generated. It is now changed to not
    found.

    #20
    #21