From 5492495102b569a8e30fbdbc41b5e25456bcd9a6 Mon Sep 17 00:00:00 2001 From: Morph21 Date: Tue, 2 Feb 2021 23:49:43 +0100 Subject: [PATCH] 1.1.6 Release --- .../mercury/platform/core/MercuryConstants.java | 2 +- .../resources/notes/patch/patch-notes-new.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java b/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java index f3aec4e7..9b185ed6 100644 --- a/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java +++ b/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java @@ -1,7 +1,7 @@ package com.mercury.platform.core; public class MercuryConstants { - public static final String APP_VERSION = "1.1.5.2"; + public static final String APP_VERSION = "1.1.6"; public static final String SERVER_HOST = "exslims.ddns.net"; public static final int PORT = 5555; } diff --git a/app-ui/src/main/resources/notes/patch/patch-notes-new.json b/app-ui/src/main/resources/notes/patch/patch-notes-new.json index 2b6b9a4b..d27cec0a 100644 --- a/app-ui/src/main/resources/notes/patch/patch-notes-new.json +++ b/app-ui/src/main/resources/notes/patch/patch-notes-new.json @@ -1,4 +1,20 @@ [ + { + "version": "1.1.6", + "features": [ + { + "changed": "Added support for pushbullet notifications. Check 'General' section in Settings for API key." + } + ], + "fix": [ + { + "changed": "Fixed persistent tooltips error" + }, + { + "changed": "Fixed notifications not showing in specific circumstances (works only for downward direction of notifications" + } + ] + }, { "version": "1.1.5.2", "fix": [