release:1.1.1
This commit is contained in:
parent
865f26d854
commit
d6d46cb92d
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.luoboduner.moo.info</groupId>
|
||||
<artifactId>MooInfo</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MooInfo</name>
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.awt.*;
|
|||
public class UiConsts {
|
||||
|
||||
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;
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"currentVersion": "1.1.0",
|
||||
"currentVersion": "1.1.1",
|
||||
"versionIndex": {
|
||||
"0.0.0": "0",
|
||||
"1.0.0": "1",
|
||||
"1.1.0": "2"
|
||||
"1.1.0": "2",
|
||||
"1.1.1": "3"
|
||||
},
|
||||
"versionDetailList": [
|
||||
{
|
||||
|
@ -20,6 +21,11 @@
|
|||
"version": "1.1.0",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue