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 f7cef0b..22c774a 100755
--- a/GapsWeb/src/main/resources/templates/index.html
+++ b/GapsWeb/src/main/resources/templates/index.html
@@ -77,7 +77,7 @@

-
v0.7.3
+
v0.7.4
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 2bebdb4..b42860c 100755
--- a/GapsWeb/src/main/resources/templates/updates.html
+++ b/GapsWeb/src/main/resources/templates/updates.html
@@ -78,6 +78,12 @@
Updates
+
v0.7.4
+
+ - Added auto restart to scheduler
+ - Updated x86 Docker version to adoptopenjdk/openjdk11-openj9:jre-11.0.8_10_openj9-0.21.0
+
+
v0.7.3
- Changing how properties are saved and loaded for better exception handling
diff --git a/GapsWeb/src/test/resources/application.yaml b/GapsWeb/src/test/resources/application.yaml
index 26cb880..a90ff2b 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.3
+ version: 0.7.4
loginEnabled: false
storageFolder: /usr/data
properties:
diff --git a/Plex/pom.xml b/Plex/pom.xml
index 8be4f35..e05e71f 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.7.3
+ 0.7.4
4.0.0
diff --git a/build b/build
index 1062d2c..77a1b34 100755
--- a/build
+++ b/build
@@ -1,5 +1,5 @@
#!/bin/bash
-VERSION=0.7.3
+VERSION=0.7.4
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 9c74b60..c0b4e55 100644
--- a/build.bat
+++ b/build.bat
@@ -18,7 +18,7 @@ call npm run uglifyjs-schedule-js
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
-copy GapsWeb\target\GapsWeb-0.7.3.jar GapsOnWindows\gaps.jar
+copy GapsWeb\target\GapsWeb-0.7.4.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
cd GapsOnWindows
makensis gaps.nsi
\ No newline at end of file
diff --git a/cypress/integration/about/about.js b/cypress/integration/about/about.js
index eb3cbb9..4567133 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.3');
+ .should('have.text', 'v0.7.4');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/package-lock.json b/package-lock.json
index d68d35c..b7811b9 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.7.3",
+ "version": "0.7.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fce90ce..1490434 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.7.3",
+ "version": "0.7.4",
"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 845781c..8529882 100755
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
com.jasonhhouse
Gaps
- 0.7.3
+ 0.7.4
Gaps
Demo project for Spring Boot