mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
parent
c4f75fc5a8
commit
8690ed02c5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user