From b14c4f732460a7768116112c45834abf18ef671c Mon Sep 17 00:00:00 2001 From: Jason House Date: Fri, 11 Mar 2022 16:04:29 -0500 Subject: [PATCH] 0.10.2 Updating cypress, spring boot, and fixing toolbar resizing bug --- Core/pom.xml | 2 +- Dockerfile | 2 +- Dockerfile.riscv64 | 2 +- GapsAsJar/gaps.nsi | 2 +- GapsWeb/pom.xml | 2 +- GapsWeb/src/main/resources/application.yaml | 2 +- .../src/main/resources/templates/about.html | 2 +- .../resources/templates/fragments/header.html | 2 +- .../src/main/resources/templates/index.html | 2 +- .../src/main/resources/templates/updates.html | 7 ++ Plex/pom.xml | 2 +- RadarrV3/pom.xml | 2 +- application-custom.yml | 2 +- build | 2 +- cypress/integration/about/about.spec.js | 2 +- package-lock.json | 96 +++++++------------ package.json | 4 +- pom.xml | 6 +- 18 files changed, 61 insertions(+), 80 deletions(-) diff --git a/Core/pom.xml b/Core/pom.xml index 7e0472d0..d2a49d37 100755 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.10.1 + 0.10.2 4.0.0 diff --git a/Dockerfile b/Dockerfile index 9c7bdede..db537b99 100755 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.10.1.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.10.2.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.riscv64 b/Dockerfile.riscv64 index 0006d52c..a7288fac 100755 --- a/Dockerfile.riscv64 +++ b/Dockerfile.riscv64 @@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.10.1.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.10.2.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/GapsAsJar/gaps.nsi b/GapsAsJar/gaps.nsi index 1391818f..2e26eacf 100644 --- a/GapsAsJar/gaps.nsi +++ b/GapsAsJar/gaps.nsi @@ -48,4 +48,4 @@ RMDIR /r $INSTDIR SectionEnd # name the installer -OutFile "gaps-0.10.1-installer.exe" \ No newline at end of file +OutFile "gaps-0.10.2-installer.exe" \ No newline at end of file diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml index 63d2c77f..91a66719 100755 --- a/GapsWeb/pom.xml +++ b/GapsWeb/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.10.1 + 0.10.2 4.0.0 diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml index dc310aef..53849672 100755 --- a/GapsWeb/src/main/resources/application.yaml +++ b/GapsWeb/src/main/resources/application.yaml @@ -42,7 +42,7 @@ info: app: name: Gaps description: Gaps searches through your Plex Server for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course. - version: 0.10.1 + version: 0.10.2 storageFolder: /usr/data properties: rssFeed: rssFeed.json diff --git a/GapsWeb/src/main/resources/templates/about.html b/GapsWeb/src/main/resources/templates/about.html index d69e312a..33035de3 100755 --- a/GapsWeb/src/main/resources/templates/about.html +++ b/GapsWeb/src/main/resources/templates/about.html @@ -29,7 +29,7 @@ Gaps Logo

About

-

v0.10.1

+

v0.10.2

Gaps searches through your Plex Server. It then queries for known diff --git a/GapsWeb/src/main/resources/templates/fragments/header.html b/GapsWeb/src/main/resources/templates/fragments/header.html index c63c41bc..56e0db98 100644 --- a/GapsWeb/src/main/resources/templates/fragments/header.html +++ b/GapsWeb/src/main/resources/templates/fragments/header.html @@ -15,7 +15,7 @@

-