Skip to content

Commit d674ec3

Browse files
committed
Chore: Version update
1 parent 24ebb46 commit d674ec3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
### Fixed
1212

13+
## [4.1.0] - Sep 07, 2025
14+
15+
### Fixed
16+
17+
- Access is allowed with explicit read lock #898 #901
18+
- Rework CSV file detection for FileEditorProvider #904
19+
- Legacy configurable id calculation mode from localizable name will be used for configurable class CsvCodeStyleSettingsProvider. Please override getConfigurableId or getLanguage. #909
20+
21+
### Changed
22+
23+
- Project structure refactoring to avoid circular dependencies
24+
1325
## [4.0.2] - Dec 29, 2024
1426

1527
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
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.2
7+
pluginVersion=4.1.0
88

99
pluginSinceBuild=242
1010

0 commit comments

Comments
 (0)