From 7556bf695112ff0d69bc991399c854b70f7a0430 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 16 Aug 2021 08:32:43 +0200 Subject: [PATCH] 1.109.0 (#4896) --- changelog.txt | 24 ++++++++++++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 0fd36b7de..bce415f17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,30 @@ Legend + : added - : removed +2021-08-16 v1.109.0 +------------------- +! Default width changed +! Enhance "Force Pull" to become "Selective Pull" ++ "only my changes" option added to diff page ++ Add user exit for event handlers ++ Offline Repo: Compare via RFC feature +* Avoid duplicates in data serialize +* Enhanced error handling for git transport protocol +* Release serialization resources, less memory usage +* Regenerate profile SAP_ALL after import of SUSO +* DEVC: application component for local interfaces +* Create branch: add existence check +* Git transport: fix status report for GitLab and Bitbucket +* FTGL: update transport when deleting +* Focus HTML control on abapGit startup +* WDCA: clear parameter descriptions +* TABL: Clear DB indexname +* EVCO: fix empty XML error +* More keyboard shortcusts for main page +* WEBI: Improve error handling +* SMTG: Implement changed_by +* Auto creation of package during new online + 2021-05-09 v1.108.0 ------------------- ! INTF deserialization changed diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 4fd8c46c7..f06462af2 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.108.0' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.109.0' ##NO_TEXT. ENDINTERFACE.