Skip to content

Commit 24f6af1

Browse files
committed
chore: update changelog & readme before release
1 parent 7e0c8e2 commit 24f6af1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# IntelliJ Idea Plugin for ANTLR v4 ![Java CI](https://github.com/antlr/intellij-plugin-v4/workflows/Java%20CI/badge.svg?branch=master) [![Latest version](https://img.shields.io/jetbrains/plugin/v/7358.svg?label=latest%20version)](https://plugins.jetbrains.com/plugin/7358) ![Downloads](https://img.shields.io/jetbrains/plugin/d/7358.svg)
22

3-
An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)). (Technically, the plugin will load in 2019.2+ but you might not have much luck earlier than 2020.3)
3+
An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)).
44

5-
[Plugin page at intellij](http://plugins.jetbrains.com/plugin/7358?pr=idea)
5+
[Plugin page at JetBrains Marketplace](http://plugins.jetbrains.com/plugin/7358?pr=idea)
66

7-
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. Works with
7+
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. Works with
88
IntelliJ IDEA and other IntelliJ-based IDEs.
99

1010
## Features:

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<description><![CDATA[
88
<p>
9-
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. It works with
9+
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. It works with
1010
2020.3 and above. It should work in other JetBrains IDEs.
1111
</p>
1212
@@ -73,11 +73,13 @@ For really big files and slow grammars, there is an appreciable delay when displ
7373

7474
<change-notes><![CDATA[
7575
<ul>
76-
<li>ANTLR bumped from 4.11.1 to 4.12.0 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/620">#620</a>)</li>
77-
<li>Fixed compatibility with IntelliJ Platform 2023.1 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/605">#605</a>)</li>
78-
<li>A number of other bug fixes</li>
76+
<li>Time column sorted as string when “Show expert columns" selected (<a href="https://github.com/antlr/intellij-plugin-v4/issues/655">#655</a>)</li>
77+
<li>Go To -> Declaration or Usages from declaration should not include the declaration (<a href="https://github.com/antlr/intellij-plugin-v4/issues/629">#629</a>)</li>
78+
<li>NullPointer in antlr.intellij.plugin (<a href="https://github.com/antlr/intellij-plugin-v4/issues/627">#627</a>)</li>
79+
<li>Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/650">#650</a>)</li>
80+
<li>Structure view shows "loading ..." but nothing comes up (<a href="https://github.com/antlr/intellij-plugin-v4/issues/659">#659</a>)</li>
7981
</ul>
80-
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.20+is%3Aclosed">fixed issues</a>.
82+
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.22+is%3Aclosed">fixed issues</a>.
8183
]]>
8284
</change-notes>
8385

0 commit comments

Comments
 (0)