mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
f8076e9ca2
commit
99b3168666
|
@ -8,6 +8,26 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2021-02-28 v1.106.0
|
||||
-------------------
|
||||
! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared
|
||||
+ Overview page, performance optimizations
|
||||
- Install abapgit option removed from debug page
|
||||
* Parsing git branch list, throw errors
|
||||
* ACID, avoid "no changes found" popup
|
||||
* W3xx, remove TADIR entry on uninstall
|
||||
* DEVC, fix check if package is emtpy
|
||||
* SICF, fix regression
|
||||
* fix sapevents for chromium based browser control
|
||||
* SICF, regression fix
|
||||
* SHI3, serialize only main language
|
||||
* Fix display of log after uninstall
|
||||
* XSLT, unlock in case of errors
|
||||
* SUSH, raise error if not supported
|
||||
* PARA, unlock in case of errors
|
||||
* Background logic, continue in case of errors
|
||||
* WDCC, fix dump during serialization
|
||||
|
||||
2021-01-27 v1.105.0
|
||||
-------------------
|
||||
! handling of namespaces changed
|
||||
|
|
|
@ -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.105.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.106.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user