This commit is contained in:
Jason House
2021-04-09 18:49:29 -04:00
parent a83e0f54e2
commit a077172d64
21 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.10</version>
<version>0.8.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -26,7 +26,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -20,7 +20,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -20,7 +20,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd
# name the installer
OutFile "gaps-0.8.10-installer.exe"
OutFile "gaps-0.8.11-installer.exe"
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.10</version>
<version>0.8.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -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.8.10
version: 0.8.11
storageFolder: /usr/data
properties:
rssFeed: rssFeed.json
@@ -78,7 +78,7 @@
<img src="/images/final-2.svg" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">About</h3>
<h4 class="top-margin text-primary">v0.8.10</h4>
<h4 class="top-margin text-primary">v0.8.11</h4>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known
@@ -77,7 +77,7 @@
<div class="container bottom-margin">
<img src="/images/final-2.svg" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">v0.8.10</h3>
<h3 class="top-margin">v0.8.11</h3>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known
@@ -78,6 +78,11 @@
<img src="/images/final-2.svg" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">Updates</h3>
<h4 class="top-margin text-primary">v0.8.11</h4>
<ul class="text-muted">
<li>Updated SpringBoot to 2.4.4</li>
</ul>
<h4 class="top-margin text-primary">v0.8.10</h4>
<ul class="text-muted">
<li>Fixing exception that prevented multi plex server automatic scans</li>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.10</version>
<version>0.8.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.10</version>
<version>0.8.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -44,7 +44,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.8.10
version: 0.8.11
storageFolder: /{CUSTOM_FOLDER} #Change to folder that gaps has permission to read, write, and delete in.
properties:
rssFeed: rssFeed.json
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
VERSION=0.8.10
VERSION=0.8.11
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci
+1 -1
View File
@@ -7,7 +7,7 @@ call npm run uglifyjs-pages
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
copy GapsWeb\target\GapsWeb-0.8.10.jar GapsOnWindows\gaps.jar
copy GapsWeb\target\GapsWeb-0.8.11.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
cd GapsOnWindows
makensis gaps.nsi
+1 -1
View File
@@ -21,7 +21,7 @@ describe('Verify About Page', () => {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
.should('have.text', 'v0.8.10');
.should('have.text', 'v0.8.11');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "gaps",
"version": "0.8.10",
"version": "0.8.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.8.10",
"version": "0.8.11",
"license": "ISC",
"dependencies": {
"cssnano": "^4.1.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gaps",
"version": "0.8.10",
"version": "0.8.11",
"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": {
+2 -2
View File
@@ -17,7 +17,7 @@
</parent>
<groupId>com.jasonhhouse</groupId>
<artifactId>Gaps</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<name>Gaps</name>
<description>Demo project for Spring Boot</description>
@@ -26,7 +26,7 @@
<apache.commons.lang3>3.9</apache.commons.lang3>
<apache.commons.text>1.9</apache.commons.text>
<commons.io>2.8.0</commons.io>
<gaps.version>0.8.10</gaps.version>
<gaps.version>0.8.11</gaps.version>
<google.findbugs>3.0.0</google.findbugs>
<guava>30.1-jre</guava>
<hibernate.core>5.2.12.Final</hibernate.core>