Skip to content

Commit 3d7f6b6

Browse files
committed
Version bump and release notes v0.3.2
1 parent 255a301 commit 3d7f6b6

File tree

3 files changed

+44
-20
lines changed

3 files changed

+44
-20
lines changed

CHANGELOG.md

Lines changed: 43 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,43 @@
22

33
# File Permissions Plugin Changelog
44

5-
## Unreleased
5+
## [Unreleased]
66

7-
- Support for 2025.1 (thanks SubOptimal)
7+
## [0.3.2] - 2025-04-27
88

9-
## 0.2.8 - 2023-12-31
9+
- Support for 2025.1, fix menus (thanks [SubOptimal](https://github.com/SubOptimal))
10+
11+
## [0.3.1] - 2024-02-02
12+
13+
- Support for 2025.1
14+
15+
## [0.2.8] - 2023-12-31
1016

1117
- Support for 2023.3
1218
- Updating dependencies
1319

14-
## 0.2.6 - 2023-04-10
20+
## [0.2.6] - 2023-04-10
1521

1622
- Support for 2023.1
1723

18-
## 0.2.5 - 2022-11-29
24+
## [0.2.5] - 2022-11-29
1925

2026
- Support for 2022.3
2127
- Fix that nio.path error again
2228

23-
## 0.2.4
29+
## [0.2.4]
2430

2531
### Changes
2632

2733
- Support for 2022.2
2834

29-
## 0.2.3
35+
## [0.2.3]
3036

3137
### Changes
3238

3339
- Fix error seen from time to time when the file path couldn't be converted with toNioPath
3440

35-
## 0.2.2
41+
## [0.2.2]
3642

3743
### Changes
3844

@@ -41,62 +47,81 @@
4147
- Integrate latest platform plugin template
4248
- Verify for latest version of IntelliJ platform
4349

44-
## 0.2.0
50+
## [0.2.0]
4551

4652
### Changes
4753

4854
- Validate for IntelliJ Idea Beta (212.x)
4955
- Bump some versions of development dependencies
5056
- Rename the plugin to remove plugin from the name (follow verifier rules)
5157

52-
## 0.1.8
58+
## [0.1.8]
5359

5460
### Changes
5561

5662
- Reduced the size of the screenshot
5763

58-
## 0.1.7
64+
## [0.1.7]
5965

60-
## 0.1.6
66+
## [0.1.6]
6167

6268
### Changes
6369

6470
- A better description to explain where to find the actions.
6571

66-
## 0.1.4
72+
## [0.1.4]
6773

6874
### Changes
6975

7076
- A better description
7177

72-
## 0.1.3
78+
## [0.1.3]
7379

7480
### Changes
7581

7682
- Cleaner documentation and especially a much better description for the project
7783
- Probably understood how the automated change log works.
7884

79-
## 0.1.2
85+
## [0.1.2]
8086

8187
### Added
8288

8389
- Licensed under GPLv3
8490

85-
## 0.1.1
91+
## [0.1.1]
8692

8793
### Added
8894

8995
- Just to test the release process for next time
9096

91-
## 0.1.0
97+
## [0.1.0]
9298

9399
### Added
94100

95101
- Support for changing all permissions
96102
- Support for making a file executable
97103

98-
## 0.0.1
104+
## [0.0.1]
99105

100106
### Added
101107

102108
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
109+
110+
[Unreleased]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.3.2...HEAD
111+
[0.3.2]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.8...v0.3.2
112+
[0.2.8]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.6...v0.2.8
113+
[0.2.6]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.5...v0.2.6
114+
[0.2.5]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.4...v0.2.5
115+
[0.2.4]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.3...v0.2.4
116+
[0.2.3]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.2...v0.2.3
117+
[0.2.2]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.2.0...v0.2.2
118+
[0.2.0]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.8...v0.2.0
119+
[0.1.8]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.7...v0.1.8
120+
[0.1.7]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.6...v0.1.7
121+
[0.1.6]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.4...v0.1.6
122+
[0.1.4]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.3...v0.1.4
123+
[0.1.3]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.2...v0.1.3
124+
[0.1.2]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.1...v0.1.2
125+
[0.1.1]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.1.0...v0.1.1
126+
[0.1.0]: https://github.com/bjonnh/FilePermissionsPlugin/compare/v0.0.1...v0.1.0
127+
[0.0.1]: https://github.com/bjonnh/FilePermissionsPlugin/commits/v0.0.1

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies {
4545
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4646
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
4747

48-
instrumentationTools()
4948
pluginVerifier()
5049
zipSigner()
5150
testFramework(TestFrameworkType.Platform)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions
66
pluginRepositoryUrl = https://github.com/bjonnh/FilePermissionsPlugin
7-
pluginVersion = 0.3.1
7+
pluginVersion = 0.3.2
88
pluginSinceBuild = 242
99
pluginUntilBuild = 252.*
1010

0 commit comments

Comments
 (0)