Skip to content

Commit

Permalink
[ doc ] Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Sep 26, 2019
1 parent e626ccd commit aae39e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
output.trim()
}

val pluginComingVersion = "0.2.7"
val pluginComingVersion = "0.3.0"
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
val packageName = "rs.pest"
val asmble = "asmble"
Expand Down
12 changes: 11 additions & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.2.8<br/>
<ul>
<li>Support exporting live-preview files into HTML
(right-click in live-preview!).
The inner-most rule information will be preserved,
syntax error information will be exported as well.
</li>
</ul>
0.2.7<br/>
<ul>
<li>Catch an exception (#27)</li>
Expand All @@ -7,7 +15,9 @@
0.2.6<br/>
<ul>
<li>Regex-based rule highlight (#22)</li>
<li>Something that hopefully fixes the index out of bound exception (#20, #24)</li>
<li>Something that hopefully fixes the index out of bound exception (#20,
#24)
</li>
<li>Fix comment lexer (#25)</li>
</ul>
0.2.5<br/>
Expand Down
1 change: 1 addition & 0 deletions res/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li>File icon, different for dark and bright themes</li>
<li>Rich completion for rules</li>
<li><strong>Live Preview</strong> -- syntax highlight with pest on-the-fly!</li>
<li><strong>Live Preview to HTML</strong> -- export your live-previewed file as HTML!</li>
<li>Separated highlighting for different rule types</li>
<li>Keyword highlight built-in rules</li>
<li>Rename for rules (and validate your rename!)</li>
Expand Down

0 comments on commit aae39e9

Please sign in to comment.