* 1.101.0

* v1.101.0
This commit is contained in:
Lars Hvam 2020-11-02 15:03:13 +01:00 committed by GitHub
parent bda8280ba0
commit 307177bcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View File

@ -8,6 +8,31 @@ Legend
+ : added
- : removed
2020-11-02 v1.101.0
-------------------
+ add user exit for commit display URL
+ Checkout specific commit
+ add offline repo refactored to HTML form
! Remove remaining 2FA objects
! Include inactive objects in show changes only
! Set validity of default transport to one day
! Change escape key to work like back
* SFPF, clear CACHE_INFO
* use HEAD symres as default branch
* SHMA: auto generate
* XSLT, fix activation sequence
* Remove dynamic instantiation of ZCL_ABAPGIT_MESSAGE_HELPER
* Refactoring, remove additional ALIASes
* HTML event refactoring
* Downports
* ABAP syntax highligting additional keywords
* DEVC, clear obsolete fields
* TABL, skip data check for GTT
* SOTR, remove system id
* TABL, fix exists check
* UI: unify rendering of branch, package, transport, user names
* Fix DDIC activation issues
2020-10-01 v1.100.0
-------------------
+ CMOD support

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