Skip to content

Commit 853cacb

Browse files
committed
1.0.3.0.0 release commit
1 parent 915748d commit 853cacb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mercury.platform.core;
22

33
public class MercuryConstants {
4-
public static final String APP_VERSION = "1.0.2.0.1";
4+
public static final String APP_VERSION = "1.0.3.0.0";
55
public static final String SERVER_HOST = "exslims.ddns.net";
66
public static final int PORT = 5555;
77
}

app-ui/src/main/java/com/mercury/platform/ui/frame/titled/SettingsFrame.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private JPanel getBottomPanel() {
8484
donateDescriptor.setSize(new Dimension(100, 20));
8585
donateDescriptor.setType(AdrComponentType.PROGRESS_BAR);
8686
donateDescriptor.setCustomTextEnable(true);
87-
donateDescriptor.setCustomText("77$");
87+
donateDescriptor.setCustomText("0$");
8888
donateDescriptor.setFontSize(21);
8989
donateDescriptor.setLowValueTextColor(AppThemeColor.TEXT_DEFAULT);
9090
donateDescriptor.setMediumValueTextColor(AppThemeColor.TEXT_DEFAULT);
@@ -93,7 +93,7 @@ private JPanel getBottomPanel() {
9393
donateDescriptor.setBackgroundColor(AppThemeColor.FRAME);
9494
donateDescriptor.setForegroundColor(AppThemeColor.BUTTON);
9595
MercuryTracker tracker = new MercuryTracker(donateDescriptor);
96-
tracker.setValue(87 * 1000);
96+
tracker.setValue(1000);
9797
tracker.setPreferredSize(donateDescriptor.getSize());
9898
root.add(this.componentsFactory.getTextLabel("Monthly donations:", FontStyle.BOLD, 16), BorderLayout.LINE_START);
9999
root.add(this.componentsFactory.wrapToSlide(tracker, AppThemeColor.ADR_FOOTER_BG, 2, 2, 2, 1), BorderLayout.CENTER);

app-ui/src/main/resources/notes/patch/patch-notes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "1.0.2.0.1",
2+
"version": "1.0.3.0.0",
33
"notes":[
44
{
55
"title": "Update",
6-
"text": "More than 20k unique users, thank you a lot for support!\n\n- New feature - Whisper helper! Now you can send a trade message directly to the chat from browser. More info in notification's settings.\n- Added sound alerts to overseer.\n- Added invite button to scanner panel.\n- Added new currency icons to notification panels.\n- Auto-close notification now as option in settings.\n- Fixed a bug when settings (like DND or max/min opacity) not saved properly.",
6+
"text": "- Fixed a bug when the amount of currency is not displayed correctly in the notification panel.\n- Fixed a bug when notification panel sometimes did not work.\n- Whisper helper now have own hotkey button.\n- And minor backend improvements.\n\nThank you for staying with us.",
77
"image" : "",
88
"layout" : "VERTICAL"
99
}

0 commit comments

Comments
 (0)