Skip to content

Commit 467325e

Browse files
author
seal
committed
add plugin update info
add plugin version info into report log
1 parent b60a8c2 commit 467325e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
]]></description>
1212

1313
<change-notes><![CDATA[
14+
1.3:<br>
15+
* add property init with default value option in property tab.<br>
16+
* add property could be nullable option in property tab.<br>
17+
* fix a bug when the property name is 'list' and it's type is array then the plugin will broken.<br>
18+
* beautify dialog layout.<br>
1419
1.2.1:<br>
1520
* Fix insert improt class code upon package declare<br>
1621
* Format property name and class name to camelcase name<br>

src/wu/seal/jsontokotlin/statistics/ExceptionHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import java.util.*
1616
*/
1717
fun handlerException(jsonString: String, callBack: () -> Unit): Thread.UncaughtExceptionHandler = Thread.UncaughtExceptionHandler { t, e ->
1818
val logBuilder = StringBuilder()
19+
logBuilder.append("PluginVersion:1.3\n")
1920
logBuilder.append("user: $UUID").append("\n")
2021
val time = SimpleDateFormat("yyyy-MM-dd HH:mm:ss E", Locale.CHINA).format(Date())
2122
logBuilder.append("createTime: $time").append("\n")

0 commit comments

Comments
 (0)