mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
e4fd14ee73
commit
051c9c6569
|
@ -8,6 +8,23 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-06-29 v1.97.0
|
||||
------------------
|
||||
+ repository overview as main page
|
||||
+ Generic possibility for changelog news
|
||||
+ handling import of cyclic DDIC objects
|
||||
! removed default for commit comment
|
||||
! raise exception when no .abapgit.xml is found
|
||||
* fix incorrect status of ignored files in repo view
|
||||
* url validation fixes
|
||||
* WDYN UI sort
|
||||
* DSYS downport and changes
|
||||
* SCP1 import order
|
||||
* downport
|
||||
* clear ICFSERVICE-ICFBITMAP
|
||||
* W3MI record to transport
|
||||
* general refactoring
|
||||
|
||||
2020-06-10 v1.96.0
|
||||
------------------
|
||||
* "last changed by" will show unknown instead of blank
|
||||
|
|
|
@ -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.96.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.97.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user