mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
cacf02d285
commit
c3229f65d4
|
@ -8,6 +8,18 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2019-08-05 v1.89.0
|
||||
------------------
|
||||
+ belize and dark themes
|
||||
* ADT jump for package link and transports
|
||||
+ additional gateway support
|
||||
* consistent sort ordering of files
|
||||
* misc fixes for dynpros
|
||||
* show error when pushing to protected branch
|
||||
* show log for offline install
|
||||
+ FUGR serialization of text pool
|
||||
+ new error GUI
|
||||
|
||||
2019-06-22 v1.88.0
|
||||
------------------
|
||||
* parallel serialization, show errors
|
||||
|
|
|
@ -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.88.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.89.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user