- Stage button in diff screen removed
+ Vimium like link hint navigation, enable in settings
* ecatt downport
* Performance optimizations
* SSFO fix jump to text module
This commit is contained in:
Lars Hvam 2018-08-04 10:14:49 +02:00 committed by GitHub
parent a72edf9725
commit 2c3b80a2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,14 @@ Legend
+ : added
- : removed
2018-08-04 v1.74.0
------------------
- Stage button in diff screen removed
+ Vimium like link hint navigation, enable in settings
* ecatt downport
* Performance optimizations
* SSFO fix jump to text module
2018-07-29 v1.73.0
------------------
! Background mode must be reconfigured after installing this 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.73.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.74.0' ##NO_TEXT.
ENDINTERFACE.