File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33# FilePermissionsPlugin Changelog
44
55## [ Unreleased]
6+ ### Changes
7+ - A better description
8+
69## [ 0.1.3]
710### Changes
811- Cleaner documentation and especially a much better description for the project
Original file line number Diff line number Diff line change 88![ Screenshot] ( images/screenshot.png )
99
1010<!-- Plugin description -->
11- ** File Permissions Plugin** is provides a simple plugin to change file permissions directly from IntelliJ.
11+ ** File Permissions Plugin** is a simple plugin to change file permissions directly from IntelliJ.
1212
1313It adds two actions:
1414
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)
15+ - ** Change Permissions** to change the permissions by showing you a dialog
16+ - ** Make File Executable** to make the file executable by its owner
1717
1818<!-- Plugin description end -->
1919
Original file line number Diff line number Diff line change 33
44pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55pluginName = File Permissions Plugin
6- pluginVersion = 0.1.3
6+ pluginVersion = 0.1.4
77pluginSinceBuild = 202
88pluginUntilBuild = 203.*
99# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
You can’t perform that action at this time.
0 commit comments