From 6f2baf97d965e0555d4008c400ce9cabd75a13e9 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:42:12 +0200 Subject: [PATCH] 1.4.3 (#14) * 1.4.3 * 1.4.3 * 1.4.3 --- .abapgit.xml | 2 +- CHANGELOG.md | 11 ++++++++++- src/#mbtools#cl_tool_bc_cl.clas.abap | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.abapgit.xml b/.abapgit.xml index 1d1eea1..ec36475 100644 --- a/.abapgit.xml +++ b/.abapgit.xml @@ -15,7 +15,7 @@ /MBTOOLS/CL_TOOL_BC_CL=>C_TOOL-VERSION mbt-command-field - 1.4.2 + 1.4.3 The world's first enhancement for the SAP GUI command field /MBTOOLS/BC-CL /MBTOOLS/MBT_COMMAND_FIELD_TN diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b79e56..39085ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html). ## [Unreleased] +## Version [1.4.3] - 2024-04-17 + +### Added + +- Add support for displaying users and requests +- Show corresponding object for transactions +- Support for more types of parameter t-codes + ## Version [1.4.2] - 2024-04-07 ### Fixed @@ -80,7 +88,8 @@ Launch Release Initial Release. For details, seeĀ [Features](https://marcbernardtools.com/docs/mbt-command-field/features). -[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...main +[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.3...main +[1.4.3]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.3.1...1.4.0 diff --git a/src/#mbtools#cl_tool_bc_cl.clas.abap b/src/#mbtools#cl_tool_bc_cl.clas.abap index 0925563..b1336e6 100644 --- a/src/#mbtools#cl_tool_bc_cl.clas.abap +++ b/src/#mbtools#cl_tool_bc_cl.clas.abap @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bc_cl DEFINITION CONSTANTS: BEGIN OF c_tool, - version TYPE string VALUE '1.4.2' ##NO_TEXT, + version TYPE string VALUE '1.4.3' ##NO_TEXT, title TYPE string VALUE 'MBT Command Field' ##NO_TEXT, description TYPE string VALUE `The world's first enhancement for the SAP GUI command field` ##NO_TEXT,