release:1.1.1

This commit is contained in:
RememBerBer 2022-01-14 20:38:11 +08:00
parent 865f26d854
commit d6d46cb92d
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.luoboduner.moo.info</groupId> <groupId>com.luoboduner.moo.info</groupId>
<artifactId>MooInfo</artifactId> <artifactId>MooInfo</artifactId>
<version>1.1.0</version> <version>1.1.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MooInfo</name> <name>MooInfo</name>

View File

@ -11,7 +11,7 @@ import java.awt.*;
public class UiConsts { public class UiConsts {
public static final String APP_NAME = "MooInfo"; public static final String APP_NAME = "MooInfo";
public static final String APP_VERSION = "1.1.0"; public static final String APP_VERSION = "1.1.1";
public static final int TABLE_ROW_HEIGHT = 36; public static final int TABLE_ROW_HEIGHT = 36;

View File

@ -1,9 +1,10 @@
{ {
"currentVersion": "1.1.0", "currentVersion": "1.1.1",
"versionIndex": { "versionIndex": {
"0.0.0": "0", "0.0.0": "0",
"1.0.0": "1", "1.0.0": "1",
"1.1.0": "2" "1.1.0": "2",
"1.1.1": "3"
}, },
"versionDetailList": [ "versionDetailList": [
{ {
@ -20,6 +21,11 @@
"version": "1.1.0", "version": "1.1.0",
"title": "Some minor features and optimizations", "title": "Some minor features and optimizations",
"log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n● make System Boot Time and Uptime readable\n● add System Info Test function menu same as oshi-core\n" "log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n● make System Boot Time and Uptime readable\n● add System Info Test function menu same as oshi-core\n"
},
{
"version": "1.1.1",
"title": "update flatlaf to 2.0",
"log": "● update flatlaf to 2.0\n● update oshi-core to 6.0.0\n● add battery wastage indicator\n● optimization of light theme\n"
} }
] ]
} }