Skip to content

Commit

Permalink
Add change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitja Leino committed May 2, 2024
1 parent 285549e commit 9c497a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.mituuz"
version = "0.21.0"
version = "0.22.0"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
## Earlier Versions
- Prior to version 0.19.0, numerous features and improvements were made, laying the foundation for the current version. This includes initial development, various enhancements, and bug fixes. For detailed history, please refer to commit logs or release notes.

## Version 0.22.0
- Add setting to prioritize shorter file paths for file mover
- Handle root path "/" separately for file mover
- Upgrade to gradle 8.7

## Version 0.21.0
- Add tolerance setting for string matching
Expand Down
9 changes: 4 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
</extensions>

<change-notes><![CDATA[
<h2>Version 0.21.0</h2>
<p>Add tolerance setting for string matching</p>
<p>Fix settings modification comparison using set</p>
<p>Set default preview text for files that cannot be previewed</p>
<p>Use application manager instead of swing utilities for invoke later</p>
<h2>Version 0.22.0</h2>
- Add setting to prioritize shorter file paths for file mover<br>
- Handle root path "/" separately for file mover<br>
- Upgrade to gradle 8.7<br>
]]>
</change-notes>

Expand Down

0 comments on commit 9c497a0

Please sign in to comment.