mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
bda8280ba0
commit
307177bcbf
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user