* 1.99.0

* v1.99.0
This commit is contained in:
Lars Hvam 2020-08-27 08:15:28 +02:00 committed by GitHub
parent 84c80a761c
commit 8e51b8782f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -8,6 +8,27 @@ Legend
+ : added
- : removed
2020-08-27 v1.99.0
------------------
+ New functionality for switching between PRs for github
+ WDCC support
+ OTGR support
! PROG,FUGR,ENHO workaround for leading spaces removed
* Improved staging robustness
* TABL add authorization group handling
* TABL add translations
* Improved branch messaging
* DSYS serialization fixes
* SHMA fix last changed by
* Remember repo list filter
* DOMA fix translations
* Downport
* Various performance optimizations
* DCLS/DDLS fix uninstall sequence
* Improve display when there are no changes in repo view
* Add success messages for repo removal/uninstall
* background pull: always overwrite all objects
2020-07-21 v1.98.0
------------------
+ repository creation form as HTML

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.98.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.99.0' ##NO_TEXT.
ENDINTERFACE.