mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-29 19:26:29 +08:00
Version 1.74.1 (#1812)
Refactoring Downport Descriptions in new online popup Optimized git object handling SSST package popup fixed PARA popup fixed Package validations Diff still shows after pushing TABL field ROWORCOLST cleared Staging page optimizations Correct CUA if needed during pull
This commit is contained in:
parent
57d28d124b
commit
a83c5cb878
|
@ -8,6 +8,20 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
2018-08-12 v1.74.1
|
||||||
|
------------------
|
||||||
|
* Refactoring
|
||||||
|
* Downport
|
||||||
|
* Descriptions in new online popup
|
||||||
|
* Optimized git object handling
|
||||||
|
* SSST package popup fixed
|
||||||
|
* PARA popup fixed
|
||||||
|
* Package validations
|
||||||
|
* Diff still shows after pushing
|
||||||
|
* TABL field ROWORCOLST cleared
|
||||||
|
* Staging page optimizations
|
||||||
|
* Correct CUA if needed during pull
|
||||||
|
|
||||||
2018-08-04 v1.74.0
|
2018-08-04 v1.74.0
|
||||||
------------------
|
------------------
|
||||||
- Stage button in diff screen removed
|
- Stage button in diff screen removed
|
||||||
|
|
|
@ -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.74.0' ##NO_TEXT.
|
CONSTANTS gc_abap_version TYPE string VALUE '1.74.1' ##NO_TEXT.
|
||||||
|
|
||||||
ENDINTERFACE.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user