From d73825c22204cb025bbdd44e404797335c3c920d Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 26 Nov 2021 08:21:42 +0100 Subject: [PATCH] 1.113.0 (#5166) * 1.113.0 * v1.113.0 --- changelog.txt | 18 ++++++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 0be026816..39b41e77a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,24 @@ Legend + : added - : removed +2021-11-26 v1.113.0 +------------------- +! SRVB serialization changes +! Commit page: limit comment input length +! Repo View: remove file pathin folder view +! TABL: Expand before PUT +! FUGR: check the serialized include belongs to the same FUGR ++ Patch/Diff page, new view options ++ Patch/diff: add "filter by object type" ++ Create new branch for commit +* Add DRUL and DTDC to mass activation +* add form actions to command palette +* fix icon hover in repo bar +* Zip import, show error log +* SHI3, deserialization set buffer mode field +* Performance optimization with namespaced objects +* WEBI: fix changed_by, is_active, exists + 2021-11-03 v1.112.0 ------------------- ! Only show favorites on startup diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 48067e697..04360adff 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 c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS c_abap_version TYPE string VALUE '1.112.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT. ENDINTERFACE.