Skip to content

Commit

Permalink
Add update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
samvtran committed Apr 7, 2020
1 parent 5f2937c commit ccccc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configure<JavaPluginConvention> {
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
changeNotes("""
<ul>
<li>Fixes an issue where IDEs wouldn't find the keymap on startup by aligning keymap filename case to the plugin name ("macOS For All" with an uppercase F)</li>
<li>Increasing supported IDE range from 2019.* to 2017 to 2020+</li>
</ul>""")
sinceBuild("173.*")
untilBuild("202.*")
Expand Down

0 comments on commit ccccc04

Please sign in to comment.