mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
1.74.0 (#1750)
- 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:
parent
a72edf9725
commit
2c3b80a2a5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user