Skip to content

Commit

Permalink
Release v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Feb 13, 2020
1 parent 212c0a2 commit 95e6637
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.novotnyr'
version '0.10-SNAPSHOT'
version '0.10'

sourceCompatibility = 1.8

Expand All @@ -30,8 +30,10 @@ patchPluginXml {
sinceBuild '144'
changeNotes """
<ul>
<li>Declare project-wise RS256 keypair files for JWT signatures. In <i>Preferences</i> (Tools / JWT), set path to a public key and a RSA private key. These will be used as default keypair in JWT validation.</li>
<li>Set minimum level to IntelliJ IDEA 16 or newer.</li>
<li>Support one-line private and public keys, separated with explicit '\n'.
This allows to import keys from various APIs that are collapsed to single lines.'</li>
<li>Improve error handling in private and public keys.
Both explicit keys and file-based keys are lead to better common error messages.</li>
</ul>
"""
}
Expand Down

0 comments on commit 95e6637

Please sign in to comment.