File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change 44
55pluginName =CSV Editor
66pluginId =net.seesharpsoft.intellij.plugins.csv
7- pluginVersion =4.0.0
7+ pluginVersion =4.0.1
88
99pluginSinceBuild =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.
2121kotlin.stdlib.default.dependency =false
22-
You can’t perform that action at this time.
0 commit comments