1.1.0 notes
This commit is contained in:
parent
8c7aa993c4
commit
f78c95b47c
|
@ -11,7 +11,7 @@ import java.awt.*;
|
|||
public class UiConsts {
|
||||
|
||||
public static final String APP_NAME = "MooInfo";
|
||||
public static final String APP_VERSION = "1.0.0";
|
||||
public static final String APP_VERSION = "1.1.0";
|
||||
|
||||
public static final int TABLE_ROW_HEIGHT = 36;
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"currentVersion": "1.0.0",
|
||||
"currentVersion": "1.1.0",
|
||||
"versionIndex": {
|
||||
"0.0.0": "0",
|
||||
"1.0.0": "1"
|
||||
"1.0.0": "1",
|
||||
"1.1.0": "2"
|
||||
},
|
||||
"versionDetailList": [
|
||||
{
|
||||
|
@ -14,6 +15,11 @@
|
|||
"version": "1.0.0",
|
||||
"title": "The first version",
|
||||
"log": "The first version\n"
|
||||
},
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"title": "a little feature and optimization",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue