Skip to content

Commit aae39e9

Browse files
committed
[ doc ] Change log
1 parent e626ccd commit aae39e9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val commitHash = kotlin.run {
2121
output.trim()
2222
}
2323

24-
val pluginComingVersion = "0.2.7"
24+
val pluginComingVersion = "0.3.0"
2525
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
2626
val packageName = "rs.pest"
2727
val asmble = "asmble"

res/META-INF/change-notes.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.8<br/>
2+
<ul>
3+
<li>Support exporting live-preview files into HTML
4+
(right-click in live-preview!).
5+
The inner-most rule information will be preserved,
6+
syntax error information will be exported as well.
7+
</li>
8+
</ul>
19
0.2.7<br/>
210
<ul>
311
<li>Catch an exception (#27)</li>
@@ -7,7 +15,9 @@
715
0.2.6<br/>
816
<ul>
917
<li>Regex-based rule highlight (#22)</li>
10-
<li>Something that hopefully fixes the index out of bound exception (#20, #24)</li>
18+
<li>Something that hopefully fixes the index out of bound exception (#20,
19+
#24)
20+
</li>
1121
<li>Fix comment lexer (#25)</li>
1222
</ul>
1323
0.2.5<br/>

res/META-INF/description.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<li>File icon, different for dark and bright themes</li>
1818
<li>Rich completion for rules</li>
1919
<li><strong>Live Preview</strong> -- syntax highlight with pest on-the-fly!</li>
20+
<li><strong>Live Preview to HTML</strong> -- export your live-previewed file as HTML!</li>
2021
<li>Separated highlighting for different rule types</li>
2122
<li>Keyword highlight built-in rules</li>
2223
<li>Rename for rules (and validate your rename!)</li>

0 commit comments

Comments
 (0)