From 8cfc4e78cb696dbefa95d182d6499dd2ea69909d Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:53:03 +0000 Subject: [PATCH] Bump version to 2.1.1. --- BappManifest.bmf | 4 ++-- README.md | 5 ++++- build.gradle | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BappManifest.bmf b/BappManifest.bmf index 9135ee9..2386ee3 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,12 +2,12 @@ Uuid: 26aaa5ded2f74beea19e2ed8345a93dd ExtensionType: 1 Name: JWT Editor RepoName: jwt-editor -ScreenVersion: 2.1 +ScreenVersion: 2.1.1 SerialVersion: 6 MinPlatformVersion: 8 ProOnly: False Author: Fraser Winterborn and Dolph Flynn. ShortDescription: Edit, sign, verify, encrypt and decrypt JSON Web Tokens (JWTs). -EntryPoint: build/libs/jwt-editor-2.1.jar +EntryPoint: build/libs/jwt-editor-2.1.1.jar BuildCommand: ./gradlew jar SupportedProducts: Pro, Community diff --git a/README.md b/README.md index b04efce..9d77ccc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Additionally it facilitates several well-known attacks against JWT implementatio ## Changelog +**2.1.1 2024-01-22** +- Use split panes to improve JWT editor with small screens or large font sizes (Thanks to @eldstal). + **2.1 2024-01-01** - Allow key IDs to be set before keys generated. - Make symmetric and asymmetric key dialogs consistent. @@ -146,7 +149,7 @@ This option is automatically enabled if it is detected that the original JWT did *JWT Editor* can be built from source. * Ensure that Java JDK 17 or newer is installed * From root of project, run the command `./gradlew jar` -* This should place the JAR file `jwt-editor-2.1.jar` within the `build/libs` directory +* This should place the JAR file `jwt-editor-2.1.1.jar` within the `build/libs` directory * This can be loaded into Burp Suite by navigating to the `Extensions` tab, `Installed` sub-tab, clicking `Add` and loading the JAR file * This BApp is using the newer Montoya API so it's best to use the latest version of Burp Suite (try the earlier adopter channel if there are issues with the latest stable release) diff --git a/build.gradle b/build.gradle index d39fb12..1a27f7a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'com.blackberry' -version = '2.1' +version = '2.1.1' description = 'jwt-editor' repositories {