* 1.113.0

* v1.113.0
This commit is contained in:
Lars Hvam 2021-11-26 08:21:42 +01:00 committed by GitHub
parent 9aa0dd154e
commit d73825c222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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.