mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
76b48e63a7
commit
e36b907d03
|
@ -8,6 +8,19 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2019-04-28 v1.87.0
|
||||
------------------
|
||||
+ HIDPI icon scaling, enable in settings
|
||||
+ Add exit for CLAS CLIF source deserialization
|
||||
! Floating save buttons
|
||||
* SFPI deserialization fix
|
||||
* Ignore XTI includes in FUGR
|
||||
* Downports
|
||||
* Hotkeys now works in single file distribution
|
||||
* Leading spaces
|
||||
* XINX remove UI call
|
||||
* RS_CUA_INTERNAL_WRITE fix
|
||||
|
||||
2019-03-31 v1.86.2
|
||||
------------------
|
||||
! CLAS field VSEOCLASS-VERSION
|
||||
|
|
|
@ -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.86.2' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.87.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user