mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
9f94f339aa
commit
10a89c160b
|
@ -8,6 +8,33 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2021-05-09 v1.108.0
|
||||
-------------------
|
||||
! INTF deserialization changed
|
||||
! SRVD file format changed
|
||||
! limit size of branch overview
|
||||
+ write protected icon in repository overview added
|
||||
+ enable switching from stage screen
|
||||
+ hover highlight in toolbar
|
||||
+ new remote tab in repo settings
|
||||
* Fix for Java GUI so new repo can be defined
|
||||
* bugfix, saving proxy bypass
|
||||
* PDTS refactoring
|
||||
* Background mode refactored to HTML form
|
||||
* git transport: error on empty git reply
|
||||
* DCLS changed_by implemented
|
||||
* accept remote without HEAD
|
||||
* fix dump in case of package name conflicts
|
||||
* Fix processing for files with
|
||||
* ENHx change order for deserialize
|
||||
* show table data in overview(experimental)
|
||||
* catch send errors in HTTP client
|
||||
* SOTS uninstall with usage reference
|
||||
* TLOCK performance fixes, when finding transport numbers
|
||||
* warning added if namespace is not modifiable
|
||||
* ENHC fix error when updating object
|
||||
* PROG deserialization refactored and inactive code fixed
|
||||
|
||||
2021-03-22 v1.107.0
|
||||
-------------------
|
||||
! Change DDIC activation mode
|
||||
|
|
|
@ -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.107.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.108.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user