diff --git a/GapsWeb/src/main/resources/templates/fragments/notifications.html b/GapsWeb/src/main/resources/templates/fragments/notifications.html index d9b9155..a67293f 100644 --- a/GapsWeb/src/main/resources/templates/fragments/notifications.html +++ b/GapsWeb/src/main/resources/templates/fragments/notifications.html @@ -12,8 +12,13 @@
-

Telegram Notifications

-
+
+

Telegram Notifications

+ +
+
-

Slack Notifications

- +
+

Slack Notifications

+ +
+
-

PushBullet Notifications

- +
+

PushBullet Notifications

+ +
+
-

Gotify Notifications

- +
+

Gotify Notifications

+ +
+
-

Email Notifications

- +
+

Email Notifications

+ +
+
-

PushOver Notifications

- +
+

PushOver Notifications

+ +
+
-

Discord Notifications New

- +
+

Discord Notifications

+ +
+
Added Swagger UI for viewing API at {base.url}/swagger-ui.html
  • Created debug docker and start script
  • Fixed images not loading on /libraries and /recommended
  • +
  • Added rel="noopener" to _blink for safer openings. You can read more here.
  • +
  • Added Show/Hide collapse to notifications
  • v0.8.0

    diff --git a/build b/build index 7792701..c8fd1cd 100755 --- a/build +++ b/build @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=0.8.0 +VERSION=0.8.1 JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar" ZIP_VERSION="GapsAsJar-$VERSION.zip" npm ci @@ -11,13 +11,15 @@ docker buildx build --platform linux/ppc64le -t housewrecker/gaps:ppc64le-latest docker buildx build --platform linux/arm64 -t housewrecker/gaps:arm-latest -f Dockerfile.arm64 --push . docker buildx build --platform linux/arm/v7,linux/arm/v6 -t housewrecker/gaps:raspbian-latest -f Dockerfile.raspbian --push . -### Making Windows/Linux?mac Zip +### Making Windows/Linux/Mac Zip mkdir -p GapsOnWindows rm $ZIP_VERSION rm GapsAsJar/*.jar -rm GapsAsJar/README.md +rm GapsAsJar/*.md +rm GapsAsJar/*.sh +rm GapsAsJar/*.bat cp $JAR_VERSION GapsAsJar/gaps.jar cp README.md GapsAsJar/ -cp start.bat GapsAsJar/ +cp startOnWindows.bat GapsAsJar/ cp startOnLinuxAndMac.sh GapsAsJar/ zip -r $ZIP_VERSION GapsAsJar/ \ No newline at end of file