Skip to content

Commit d380961

Browse files
author
Sommer
committed
[INTERNAL] prepare release 2.5.0
1 parent bd97374 commit d380961

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.5.0
2+
May 16, 2019
3+
4+
NEW: PSV file support
5+
FIX: NullPointerException in StorageHelper class
6+
17
2.4.0
28
May 11, 2019
39

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This enables default editor features like syntax validation, highlighting and in
1414

1515
## Features
1616

17-
- CSV/TSV file detection
17+
- CSV/TSV/PSV file detection
1818
- table editor
1919
- customizable text editor
2020
- syntax validation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=2.4.0
6+
pluginVersion=2.5.0
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Lightweight CSV plugin that supports editing files in CSV/TSV format.<br><br>
1414
<b>Features:</b><br>
1515
<ul>
16-
<li>CSV/TSV file detection</li>
16+
<li>CSV/TSV/PSV file detection</li>
1717
<li>table editor</li>
1818
<li>customizable text editor</li>
1919
<li>syntax validation</li>
@@ -46,9 +46,8 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
NEW: option to keep/ignore a linebreak at the end of a file (table editor)
50-
NEW: improved change detection of table editor to avoid overwriting original text representation without editing any values
51-
NEW: file based value separator (e.g. ',' or ';')
49+
NEW: PSV file support
50+
FIX: NullPointerException in StorageHelper class
5251
</pre>
5352
]]>
5453
</change-notes>

0 commit comments

Comments
 (0)