1.1.0 notes

This commit is contained in:
RememBerBer 2021-12-21 18:24:13 +08:00
parent 8c7aa993c4
commit f78c95b47c
2 changed files with 9 additions and 3 deletions

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.0.0"; public static final String APP_VERSION = "1.1.0";
public static final int TABLE_ROW_HEIGHT = 36; public static final int TABLE_ROW_HEIGHT = 36;

View File

@ -1,8 +1,9 @@
{ {
"currentVersion": "1.0.0", "currentVersion": "1.1.0",
"versionIndex": { "versionIndex": {
"0.0.0": "0", "0.0.0": "0",
"1.0.0": "1" "1.0.0": "1",
"1.1.0": "2"
}, },
"versionDetailList": [ "versionDetailList": [
{ {
@ -14,6 +15,11 @@
"version": "1.0.0", "version": "1.0.0",
"title": "The first version", "title": "The first version",
"log": "The first version\n" "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"
} }
] ]
} }