From 6a1c2a1f0fd5f4a7a130cdc830054c586f0cf8f4 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Thu, 22 Apr 2021 09:31:42 -0600 Subject: [PATCH] Version bump to 1.7.4 to generate new docker containers. --- CHANGELOG.md | 4 ++++ client/src/app/navbar/navbar.component.html | 2 +- docker-publish.bat | 1 - package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 docker-publish.bat diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b3cf4..86d5d65 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). +## [1.7.4] - 2021-04-22 +### Changed +- Changed how the docker is built. + ## [1.7.3] - 2021-04-19 ### Changed - Fixed issue (hopefully) where sometimes the name of the torrent would change. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 783ea16..664ea12 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -49,7 +49,7 @@ Profile Logout - + diff --git a/docker-publish.bat b/docker-publish.bat deleted file mode 100644 index cea421d..0000000 --- a/docker-publish.bat +++ /dev/null @@ -1 +0,0 @@ -docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag rogerfar/rdtclient . \ No newline at end of file diff --git a/package.json b/package.json index 7b3239d..d954677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.7.3", + "version": "1.7.4", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 7e48c44..e0786ab 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net5.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 1.7.3 + 1.7.4