mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
fd401956b8
commit
7a9ba93337
|
@ -8,6 +8,25 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2022-01-03 v1.114.0
|
||||
-------------------
|
||||
+ AIFC object support
|
||||
+ Add user exit for adjusting display of filenames
|
||||
+ Add user exit for serialize postprocess
|
||||
! Refactoring: Prioritization/sequence of deserialization
|
||||
! Performance optimiziation, parallel mode
|
||||
* Commit page, option to hide author fields
|
||||
* Fix vimium links
|
||||
* Fix "remove" button for data tables
|
||||
* Webgui fixes
|
||||
* Downport clipboard_export
|
||||
* DDLX/SMTG: Raise exception
|
||||
* Always use active version for DOCU CL
|
||||
* Requirements dependency check
|
||||
* W3xx avoid diffs of parameters
|
||||
* Repo View, improive view with folders
|
||||
* Adjust usage of transport in object classes
|
||||
|
||||
2021-11-26 v1.113.0
|
||||
-------------------
|
||||
! SRVB serialization changes
|
||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
|||
PUBLIC .
|
||||
|
||||
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.114.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user