* 1.108.0

* update changelog
This commit is contained in:
Lars Hvam 2021-05-09 10:52:04 +02:00 committed by GitHub
parent 9f94f339aa
commit 10a89c160b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 4 deletions

View File

@ -8,6 +8,33 @@ Legend
+ : added + : added
- : removed - : 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 2021-03-22 v1.107.0
------------------- -------------------
! Change DDIC activation mode ! Change DDIC activation mode

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC . PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. 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. ENDINTERFACE.