Skip to content

Commit

Permalink
1.1.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Feb 2, 2021
1 parent b51183c commit 5492495
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;
}
16 changes: 16 additions & 0 deletions app-ui/src/main/resources/notes/patch/patch-notes-new.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5492495

Please sign in to comment.