From d68f6ad2fc3e5508301c9e9a4678408361de032b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 22 Sep 2020 09:06:20 +0200 Subject: [PATCH] v1.99.2 (#3925) * 1.99.2 * v1.99.2 --- changelog.txt | 14 ++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1ca959ddc..993ea0d58 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,20 @@ Legend + : added - : removed +2020-09-22 v1.99.2 +------------------ +- Start removing GitHub 2FA implementation +* fixes and harmonizes during startup +* fix deletion of branches +* Enhance result view of Code Inspector/Syntax Check +* PROG, program class added to deserialization +* SHI3 serialization and deserialization fixes +* Performance improved during deserialize +* Fix sort by created in repo overview +* Split up global settings button +* Refactoring, XML interfaces, HTML interfaces, event abstraction +* Downport + 2020-09-03 v1.99.1 ------------------ ! exception class updated, might require update via ZABAPGIT_STANDALONE diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index cb8eae7b8..7123cc084 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version PUBLIC . CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS gc_abap_version TYPE string VALUE '1.99.1' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.99.2' ##NO_TEXT. ENDINTERFACE.