mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
1.110.0 (#4970)
This commit is contained in:
parent
d51643f026
commit
3f711a7fa5
|
@ -8,6 +8,24 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2021-09-24 v1.110.0
|
||||
-------------------
|
||||
! DOMA: Clear DOMNAME from fixed values
|
||||
! TABL: Clear DD05M-LENG
|
||||
! ENHO: split abap code into separate files
|
||||
! SUSH: Clear metadata
|
||||
+ add icon for changing remote repo in list
|
||||
+ add "last changed by" to repo page
|
||||
+ SPPF support
|
||||
* password popup: add comment regarding github tokens
|
||||
* javaGUI, workaround for trailing null values
|
||||
* fix "cannot switch origin twice" in repo settings
|
||||
* filter code inspector/syntax check, skip generated maintenance screens
|
||||
* DDLS: fix dump in lower releases
|
||||
* SRFC: improvements
|
||||
* Rename "Reset Local" to "Selective Pull"
|
||||
* user exit: Post processing option for custom class serializer
|
||||
|
||||
2021-08-16 v1.109.0
|
||||
-------------------
|
||||
! Default width 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.109.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.110.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user