* v1.102.0

* v1.102.0
This commit is contained in:
Lars Hvam 2020-11-12 09:17:34 +01:00 committed by GitHub
parent c4f75fc5a8
commit 8690ed02c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,21 @@ Legend
+ : added
- : removed
2020-11-12 v1.102.0
-------------------
+ Backup and restore for abapGit persistency
+ Retreive transport and changed by for deletions
! Trigger main command when pressing enter in form
! DDLS, uninstall even if references exists
! DEVC, remove obsolete TADIR during uninstall
* Sort "switch origin" by PR number
* Workaround for special characters in password dialog
* adjust rendering of transport, usernames
* PROG: remove inactive sources during uninstall
+ Diff page, option to toggle hidden characters
* Optimize order of uninstalling objects
* Terminology, inclusive language changes
2020-11-02 v1.101.0
-------------------
+ add user exit for commit display URL

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.101.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.102.0' ##NO_TEXT.
ENDINTERFACE.