From e779fc43d4dbb10779d9fe054f55da076dced1bb Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Mon, 29 Jul 2024 19:20:44 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e8505..a1ff655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +- Added assigning keyboard shortcuts to `bld` commands. +- Fixed commandline not displayed when executing before or after compile commands. +- Improved `bld` icon used for run configurations. + ## [0.5.0] - 2024-07-28 - Initial release for `bld` 2.0.1. diff --git a/README.md b/README.md index 6ddfc42..6fbcda7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Support for the `bld` pure Java build tool: https://rife2.com/bld * convenient `bld` one-click cache invalidation * set `bld` commands to run before or after IDEA compilation * create custom `bld` command run configuration with options, JVM arguments, and before launch tasks -* assign keyboard shortcuts for `bld` commands +* assign keyboard shortcuts to `bld` commands Projects need to use `bld` `v2.0` or later.