From d64c4fda6ea111d0b9add9586748aafb8b8ce98f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 31 Dec 2023 03:22:55 +0000 Subject: [PATCH] Changelog update - v0.2.8 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d021e4d..7bdf01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,29 +3,37 @@ # File Permissions Plugin Changelog ## Unreleased + +## 0.2.8 - 2023-12-31 + - Support for 2023.3 - Updating dependencies ## 0.2.6 - 2023-04-10 + - Support for 2023.1 ## 0.2.5 - 2022-11-29 + - Support for 2022.3 - Fix that nio.path error again ## 0.2.4 ### Changes + - Support for 2022.2 ## 0.2.3 ### Changes + - Fix error seen from time to time when the file path couldn't be converted with toNioPath ## 0.2.2 ### Changes + - Support for 2022.1 - Update versions of packages - Integrate latest platform plugin template @@ -34,6 +42,7 @@ ## 0.2.0 ### Changes + - Validate for IntelliJ Idea Beta (212.x) - Bump some versions of development dependencies - Rename the plugin to remove plugin from the name (follow verifier rules) @@ -41,6 +50,7 @@ ## 0.1.8 ### Changes + - Reduced the size of the screenshot ## 0.1.7 @@ -48,36 +58,43 @@ ## 0.1.6 ### Changes + - A better description to explain where to find the actions. ## 0.1.4 ### Changes + - A better description ## 0.1.3 ### Changes + - Cleaner documentation and especially a much better description for the project - Probably understood how the automated change log works. ## 0.1.2 ### Added + - Licensed under GPLv3 ## 0.1.1 ### Added + - Just to test the release process for next time ## 0.1.0 ### Added + - Support for changing all permissions - Support for making a file executable ## 0.0.1 ### Added + - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)