* 1.87.0

* v1.87.0
This commit is contained in:
Lars Hvam 2019-04-28 01:44:41 -07:00 committed by GitHub
parent 76b48e63a7
commit e36b907d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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.