Merge pull request #1 from rogerfar/master

Merge with main fork
This commit is contained in:
Shawn 2021-04-25 20:47:39 -04:00 committed by GitHub
commit e6a261dfd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -49,7 +49,7 @@
<a class="navbar-item"> Profile </a>
<a class="navbar-item" (click)="logout()"> Logout </a>
<hr class="navbar-divider" />
<div class="navbar-item">Version 1.7.3</div>
<div class="navbar-item">Version 1.7.4</div>
</div>
</div>
</div>

View file

@ -1 +0,0 @@
docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag rogerfar/rdtclient .

View file

@ -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": {

View file

@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
<Version>1.7.3</Version>
<Version>1.7.4</Version>
</PropertyGroup>
<ItemGroup>