diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49147cd..38b0057 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,4 +13,6 @@ assignees: '' **Are you using Docker or as a service?** +**Which debrid provider are you using?** + **Please attach a log file here with the log setting set to debug** diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 48e262f..dde5ce5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,7 +11,7 @@ permissions: env: APP_NAME: rdtclient DOCKER_FILE: ./Dockerfile - DOCKER_PLATFORMS: "linux/arm/v7,linux/arm64/v8,linux/amd64" + DOCKER_PLATFORMS: "linux/arm64/v8,linux/amd64" ENABLE_DOCKERHUB: 1 ENABLE_GHCR: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b95ad77..a99e350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.35] - 2023-08-02 +### Removed +- Docker arm32/v7 images because the base image does not support it anymore: https://www.linuxserver.io/blog/a-farewell-to-arm-hf + ## [2.0.34] - 2023-08-01 ### Changed - Update docker image to alpine 3.14. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 9a2620e..573c77e 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout