* 1.88.0

* v1.88.0
This commit is contained in:
Lars Hvam 2019-06-21 23:19:02 -07:00 committed by GitHub
parent 4aab0166ac
commit 500f469835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,21 @@ Legend
+ : added
- : removed
2019-06-22 v1.88.0
------------------
* parallel serialization, show errors
* fix diff filter
* downport
! allow abapGit to run in production/qa
* fix jump for VIEW and TOBJ
* fix author regex
! improved logging
+ odata v4 supported
* WEBI overwrite
+ ui themes support
! transport to zip, umutiple transport requests
* fixes for TADIR handling
2019-04-28 v1.87.0
------------------
+ HIDPI icon scaling, enable in settings

View File

@ -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.87.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.88.0' ##NO_TEXT.
ENDINTERFACE.