|
2 | 2 |
|
3 | 3 | # File Permissions Plugin Changelog
|
4 | 4 |
|
5 |
| -## Unreleased |
| 5 | +## [Unreleased] |
6 | 6 |
|
7 |
| -- Support for 2025.1 (thanks SubOptimal) |
| 7 | +## [0.3.2] - 2025-04-27 |
8 | 8 |
|
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 |
10 | 16 |
|
11 | 17 | - Support for 2023.3
|
12 | 18 | - Updating dependencies
|
13 | 19 |
|
14 |
| -## 0.2.6 - 2023-04-10 |
| 20 | +## [0.2.6] - 2023-04-10 |
15 | 21 |
|
16 | 22 | - Support for 2023.1
|
17 | 23 |
|
18 |
| -## 0.2.5 - 2022-11-29 |
| 24 | +## [0.2.5] - 2022-11-29 |
19 | 25 |
|
20 | 26 | - Support for 2022.3
|
21 | 27 | - Fix that nio.path error again
|
22 | 28 |
|
23 |
| -## 0.2.4 |
| 29 | +## [0.2.4] |
24 | 30 |
|
25 | 31 | ### Changes
|
26 | 32 |
|
27 | 33 | - Support for 2022.2
|
28 | 34 |
|
29 |
| -## 0.2.3 |
| 35 | +## [0.2.3] |
30 | 36 |
|
31 | 37 | ### Changes
|
32 | 38 |
|
33 | 39 | - Fix error seen from time to time when the file path couldn't be converted with toNioPath
|
34 | 40 |
|
35 |
| -## 0.2.2 |
| 41 | +## [0.2.2] |
36 | 42 |
|
37 | 43 | ### Changes
|
38 | 44 |
|
|
41 | 47 | - Integrate latest platform plugin template
|
42 | 48 | - Verify for latest version of IntelliJ platform
|
43 | 49 |
|
44 |
| -## 0.2.0 |
| 50 | +## [0.2.0] |
45 | 51 |
|
46 | 52 | ### Changes
|
47 | 53 |
|
48 | 54 | - Validate for IntelliJ Idea Beta (212.x)
|
49 | 55 | - Bump some versions of development dependencies
|
50 | 56 | - Rename the plugin to remove plugin from the name (follow verifier rules)
|
51 | 57 |
|
52 |
| -## 0.1.8 |
| 58 | +## [0.1.8] |
53 | 59 |
|
54 | 60 | ### Changes
|
55 | 61 |
|
56 | 62 | - Reduced the size of the screenshot
|
57 | 63 |
|
58 |
| -## 0.1.7 |
| 64 | +## [0.1.7] |
59 | 65 |
|
60 |
| -## 0.1.6 |
| 66 | +## [0.1.6] |
61 | 67 |
|
62 | 68 | ### Changes
|
63 | 69 |
|
64 | 70 | - A better description to explain where to find the actions.
|
65 | 71 |
|
66 |
| -## 0.1.4 |
| 72 | +## [0.1.4] |
67 | 73 |
|
68 | 74 | ### Changes
|
69 | 75 |
|
70 | 76 | - A better description
|
71 | 77 |
|
72 |
| -## 0.1.3 |
| 78 | +## [0.1.3] |
73 | 79 |
|
74 | 80 | ### Changes
|
75 | 81 |
|
76 | 82 | - Cleaner documentation and especially a much better description for the project
|
77 | 83 | - Probably understood how the automated change log works.
|
78 | 84 |
|
79 |
| -## 0.1.2 |
| 85 | +## [0.1.2] |
80 | 86 |
|
81 | 87 | ### Added
|
82 | 88 |
|
83 | 89 | - Licensed under GPLv3
|
84 | 90 |
|
85 |
| -## 0.1.1 |
| 91 | +## [0.1.1] |
86 | 92 |
|
87 | 93 | ### Added
|
88 | 94 |
|
89 | 95 | - Just to test the release process for next time
|
90 | 96 |
|
91 |
| -## 0.1.0 |
| 97 | +## [0.1.0] |
92 | 98 |
|
93 | 99 | ### Added
|
94 | 100 |
|
95 | 101 | - Support for changing all permissions
|
96 | 102 | - Support for making a file executable
|
97 | 103 |
|
98 |
| -## 0.0.1 |
| 104 | +## [0.0.1] |
99 | 105 |
|
100 | 106 | ### Added
|
101 | 107 |
|
102 | 108 | - 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 |
0 commit comments