Skip to content

Commit 361c2b6

Browse files
committed
Forgot to use the actionbot modified version of the changelog
1 parent 1de25ef commit 361c2b6

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# FilePermissionsPlugin Changelog
44

55
## [Unreleased]
6-
## [0.1.2]
7-
### Added
8-
nothing yet
6+
### Changes
7+
- Cleaner documentation and especially a much better description for the project
8+
- Probably understood how the automated change log works.
99

1010
## [0.1.2]
1111
### Added
@@ -23,3 +23,4 @@ nothing yet
2323
## [0.0.1]
2424
### Added
2525
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
26+

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@
88
![Screenshot](images/screenshot.png)
99

1010
<!-- Plugin description -->
11-
**File Permissions Plugin** is a repository that provides a simple plugin to change file permissions directly from IntelliJ.
11+
**File Permissions Plugin** is provides a simple plugin to change file permissions directly from IntelliJ.
1212

13-
It adds two actions, one to "Change Permissions" to change the permissions by showing a dialog, the other one "Make File Executable" by making the file executable by its owner (that's probably the one you want).
13+
It adds two actions:
14+
15+
- **Change Permissions** to change the permissions by showing a dialog
16+
- **Make File Executable** by making the file executable by its owner (that's probably the one you want)
1417

1518
<!-- Plugin description end -->
1619

1720
## Not published yet!
1821

19-
The plugin is not published yet, it is just a toy example.
22+
The plugin is not published yet, waiting for Jetbrains moderation. But you can build it yourself or use
23+
the released version from github.
2024

2125
## Installation
2226

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions Plugin
6-
pluginVersion = 0.1.2
6+
pluginVersion = 0.1.3
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)