Skip to content

Commit 997c646

Browse files
committed
Prepare update to 4.0.1
1 parent 2ba2bcd commit 997c646

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,25 @@
1010

1111
### Fixed
1212

13-
## [4.0.0] - Oct 07, 2024
13+
## [4.0.1] - Dec 01, 2024
14+
15+
### Added
16+
17+
- Localization support
18+
19+
### Changed
20+
21+
- Upgrade to gradle 8.10
22+
- Improve check for CsvFile
23+
- Code cleanup
24+
25+
### Fixed
26+
27+
- Read access is allowed from inside read-action only #878
28+
- Failsafe acceptCsvFile check #882
29+
- Use ProjectActivity instead of StartupActivity
30+
31+
## 4.0.0 - Oct 07, 2024
1432

1533
### Added
1634
- Tabularize formatting is back!

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pluginName=CSV Editor
66
pluginId=net.seesharpsoft.intellij.plugins.csv
7-
pluginVersion=4.0.0
7+
pluginVersion=4.0.1
88

99
pluginSinceBuild=242
1010

@@ -19,4 +19,3 @@ org.gradle.parallel=true
1919
# Opt-out flag for bundling Kotlin standard library.
2020
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
2121
kotlin.stdlib.default.dependency=false
22-

0 commit comments

Comments
 (0)