mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
v1.86.0 (#2531)
This commit is contained in:
parent
fe29562843
commit
a3b3399a8e
|
@ -8,6 +8,20 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
2019-03-15 v1.86.0
|
||||||
|
------------------
|
||||||
|
+ IWPR support
|
||||||
|
* SPRX downport
|
||||||
|
+ Offline icons
|
||||||
|
* Deserialize steps refactored
|
||||||
|
* Tutorial, show correct installed package
|
||||||
|
* Fix for "undecided" error
|
||||||
|
+ Possibility for repo creation authorization check
|
||||||
|
* Branch overview, horizontal scrollbar
|
||||||
|
* DTEL, TPARA removed from XML
|
||||||
|
+ Allow injection of progress indicator
|
||||||
|
* GUI refactorings
|
||||||
|
|
||||||
2019-02-26 v1.85.0
|
2019-02-26 v1.85.0
|
||||||
------------------
|
------------------
|
||||||
* ENHO, check esistence before deletion
|
* ENHO, check esistence before deletion
|
||||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
||||||
PUBLIC .
|
PUBLIC .
|
||||||
|
|
||||||
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||||
CONSTANTS gc_abap_version TYPE string VALUE '1.85.0' ##NO_TEXT.
|
CONSTANTS gc_abap_version TYPE string VALUE '1.86.0' ##NO_TEXT.
|
||||||
|
|
||||||
ENDINTERFACE.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user