Skip to content

Commit 78f3d01

Browse files
committed
update change log and rename button Text: JSON Format -> Format
1 parent 3e7d23c commit 78f3d01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/kotlin/wu/seal/jsontokotlin/ui/JsonInputDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class JsonInputDialog(classsName: String, private val project: Project) : Messag
6363
label("JSON Text: ", 14f)()
6464
label("Tips: you can use JSON string、http urls or local file just right click on text area", 12f)()
6565
fillSpace()
66-
button("JSON Format") {
66+
button("Format") {
6767
handleFormatJSONString()
6868
}()
6969
}()

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848

4949
<change-notes><![CDATA[
5050
<br>Bugs fix </br>
51+
<br>1. fix option :Keep Annotation and property in single line</br>
5152
<br>New Features </br>
53+
<br>1. AndroidX @Keep Annotation support</br>
54+
<br>2. Support Init with default JSON value</br>
55+
<br>3. Make dot to be word separate character</br>
5256
<br>Note:</br>
5357
<a href="https://github.com/wuseal/JsonToKotlinClass/milestone/11"> detail update</a></br>
5458
]]>

0 commit comments

Comments
 (0)