mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
1.109.0 (#4896)
This commit is contained in:
parent
41c9e0880b
commit
7556bf6951
|
@ -8,6 +8,30 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
2021-08-16 v1.109.0
|
||||||
|
-------------------
|
||||||
|
! Default width changed
|
||||||
|
! Enhance "Force Pull" to become "Selective Pull"
|
||||||
|
+ "only my changes" option added to diff page
|
||||||
|
+ Add user exit for event handlers
|
||||||
|
+ Offline Repo: Compare via RFC feature
|
||||||
|
* Avoid duplicates in data serialize
|
||||||
|
* Enhanced error handling for git transport protocol
|
||||||
|
* Release serialization resources, less memory usage
|
||||||
|
* Regenerate profile SAP_ALL after import of SUSO
|
||||||
|
* DEVC: application component for local interfaces
|
||||||
|
* Create branch: add existence check
|
||||||
|
* Git transport: fix status report for GitLab and Bitbucket
|
||||||
|
* FTGL: update transport when deleting
|
||||||
|
* Focus HTML control on abapGit startup
|
||||||
|
* WDCA: clear parameter descriptions
|
||||||
|
* TABL: Clear DB indexname
|
||||||
|
* EVCO: fix empty XML error
|
||||||
|
* More keyboard shortcusts for main page
|
||||||
|
* WEBI: Improve error handling
|
||||||
|
* SMTG: Implement changed_by
|
||||||
|
* Auto creation of package during new online
|
||||||
|
|
||||||
2021-05-09 v1.108.0
|
2021-05-09 v1.108.0
|
||||||
-------------------
|
-------------------
|
||||||
! INTF deserialization changed
|
! INTF deserialization changed
|
||||||
|
|
|
@ -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.108.0' ##NO_TEXT.
|
CONSTANTS gc_abap_version TYPE string VALUE '1.109.0' ##NO_TEXT.
|
||||||
|
|
||||||
ENDINTERFACE.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user