From 12fc3ff7fa09ee7cfa006020851d11e913cdf40d Mon Sep 17 00:00:00 2001 From: Jason House Date: Fri, 4 Sep 2020 20:50:34 +0900 Subject: [PATCH] 0.7.3 --- Core/pom.xml | 4 ++-- Dockerfile | 2 +- Dockerfile.arm64 | 2 +- Dockerfile.armhf | 2 +- GapsOnWindows/gaps.nsi | 2 +- GapsWeb/pom.xml | 6 +++--- GapsWeb/src/main/resources/application.yaml | 2 +- GapsWeb/src/main/resources/templates/about.html | 2 +- GapsWeb/src/main/resources/templates/index.html | 2 +- GapsWeb/src/main/resources/templates/updates.html | 6 ++++++ GapsWeb/src/test/resources/application.yaml | 2 +- Plex/pom.xml | 2 +- build | 2 +- build.bat | 2 +- cypress/integration/about/about.js | 2 +- package-lock.json | 2 +- package.json | 2 +- pom.xml | 2 +- 18 files changed, 26 insertions(+), 20 deletions(-) diff --git a/Core/pom.xml b/Core/pom.xml index 4578f40..de3022b 100755 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.7.2 + 0.7.3 4.0.0 @@ -15,7 +15,7 @@ com.jasonhhouse Plex - 0.7.2 + 0.7.3 diff --git a/Dockerfile b/Dockerfile index e993956..09eaf54 100755 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.7.2.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.7.3.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index a2a2857..b8992b1 100755 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -22,7 +22,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.7.2.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.7.3.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 801b988..2e6da6f 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -22,7 +22,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.7.2.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.7.3.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/GapsOnWindows/gaps.nsi b/GapsOnWindows/gaps.nsi index b07783e..dcee983 100644 --- a/GapsOnWindows/gaps.nsi +++ b/GapsOnWindows/gaps.nsi @@ -48,4 +48,4 @@ RMDIR /r $INSTDIR SectionEnd # name the installer -OutFile "gaps-0.7.2-installer.exe" \ No newline at end of file +OutFile "gaps-0.7.3-installer.exe" \ No newline at end of file diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml index ba010b4..d9346ac 100755 --- a/GapsWeb/pom.xml +++ b/GapsWeb/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.7.2 + 0.7.3 4.0.0 @@ -21,13 +21,13 @@ com.jasonhhouse Core - 0.7.2 + 0.7.3 com.jasonhhouse Plex - 0.7.2 + 0.7.3 diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml index cd98192..321cd56 100755 --- a/GapsWeb/src/main/resources/application.yaml +++ b/GapsWeb/src/main/resources/application.yaml @@ -47,7 +47,7 @@ info: app: name: Gaps description: Gaps searches through your Plex Server or local folders 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.7.2 + version: 0.7.3 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 91dfb62..e3af8e9 100755 --- a/GapsWeb/src/main/resources/templates/about.html +++ b/GapsWeb/src/main/resources/templates/about.html @@ -78,7 +78,7 @@ Gaps Logo

About

-

v0.7.2

+

v0.7.3

Gaps searches through your Plex Server. It then queries for known diff --git a/GapsWeb/src/main/resources/templates/index.html b/GapsWeb/src/main/resources/templates/index.html index 6c2d8d1..f7cef0b 100755 --- a/GapsWeb/src/main/resources/templates/index.html +++ b/GapsWeb/src/main/resources/templates/index.html @@ -77,7 +77,7 @@

Gaps Logo -

v0.7.2

+

v0.7.3

Gaps searches through your Plex Server. It then queries for known diff --git a/GapsWeb/src/main/resources/templates/updates.html b/GapsWeb/src/main/resources/templates/updates.html index bb44d93..2bebdb4 100755 --- a/GapsWeb/src/main/resources/templates/updates.html +++ b/GapsWeb/src/main/resources/templates/updates.html @@ -78,6 +78,12 @@ Gaps Logo

Updates

+

v0.7.3

+
    +
  • Changing how properties are saved and loaded for better exception handling
  • +
  • More unit tests in notifications
  • +
+

v0.7.2

  • Fixed overwritten bug with Jackson
  • diff --git a/GapsWeb/src/test/resources/application.yaml b/GapsWeb/src/test/resources/application.yaml index 1ef4061..26cb880 100755 --- a/GapsWeb/src/test/resources/application.yaml +++ b/GapsWeb/src/test/resources/application.yaml @@ -13,7 +13,7 @@ info: app: name: Gaps description: Gaps searches through your Plex Server or local folders 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.7.2 + version: 0.7.3 loginEnabled: false storageFolder: /usr/data properties: diff --git a/Plex/pom.xml b/Plex/pom.xml index b47d5e6..8be4f35 100755 --- a/Plex/pom.xml +++ b/Plex/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.7.2 + 0.7.3 4.0.0 diff --git a/build b/build index 0814647..1062d2c 100755 --- a/build +++ b/build @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=0.7.2 +VERSION=0.7.3 JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar" ZIP_VERSION="Gaps-$VERSION.zip" npm run minify-input-css diff --git a/build.bat b/build.bat index aca3dbb..ecd72d5 100644 --- a/build.bat +++ b/build.bat @@ -18,5 +18,5 @@ call npm run uglifyjs-schedule-js call mvn clean install del GapsOnWindows\*.jar del GapsOnWindows\README.md -copy GapsWeb\target\GapsWeb-0.7.2.jar GapsOnWindows\gaps.jar +copy GapsWeb\target\GapsWeb-0.7.3.jar GapsOnWindows\gaps.jar copy README.md GapsOnWindows\ \ No newline at end of file diff --git a/cypress/integration/about/about.js b/cypress/integration/about/about.js index 95c1165..eb3cbb9 100644 --- a/cypress/integration/about/about.js +++ b/cypress/integration/about/about.js @@ -9,7 +9,7 @@ describe('Verify About Page', function () { .should('have.text', 'About'); cy.get('.container > :nth-child(3)') - .should('have.text', 'v0.7.2'); + .should('have.text', 'v0.7.3'); cy.get('.container > :nth-child(6)') .should('have.text', 'Software'); diff --git a/package-lock.json b/package-lock.json index 74e8f32..674726a 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gaps", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64cd512..5e72cff 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gaps", - "version": "0.7.2", + "version": "0.7.3", "description": "Gaps searches through your Plex Server or local folders 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.", "main": "/", "dependencies": { diff --git a/pom.xml b/pom.xml index ecf2a3e..845781c 100755 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ com.jasonhhouse Gaps - 0.7.2 + 0.7.3 Gaps Demo project for Spring Boot