File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 2025.0.11] - 2025-03-08
8+
9+ - fix: accessing field by not obfuscated name
10+
711## [ 2025.0.10] - 2025-03-07
812
913- feat: add documentation builder (comments folder)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup = com.github.xepozz.gitattributes
33pluginName = .gitattributes support
44pluginRepositoryUrl = https://github.com/xepozz/gitattributes-plugin
55# SemVer format -> https://semver.org
6- pluginVersion =2025.0.10
6+ pluginVersion =2025.0.11
77
88# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99pluginSinceBuild =213
Original file line number Diff line number Diff line change 1212 <fileType
1313 name =" Git Attributes File"
1414 implementationClass =" com.github.xepozz.gitattributes.language.AttributesFileType"
15- fieldName =" INSTANCE"
1615 language =" Gitattributes"
1716 extensions =" gitattributes"
1817 fileNamesCaseInsensitive =" .gitattributes" />
You can’t perform that action at this time.
0 commit comments