mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
84c80a761c
commit
8e51b8782f
|
@ -8,6 +8,27 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-08-27 v1.99.0
|
||||
------------------
|
||||
+ New functionality for switching between PRs for github
|
||||
+ WDCC support
|
||||
+ OTGR support
|
||||
! PROG,FUGR,ENHO workaround for leading spaces removed
|
||||
* Improved staging robustness
|
||||
* TABL add authorization group handling
|
||||
* TABL add translations
|
||||
* Improved branch messaging
|
||||
* DSYS serialization fixes
|
||||
* SHMA fix last changed by
|
||||
* Remember repo list filter
|
||||
* DOMA fix translations
|
||||
* Downport
|
||||
* Various performance optimizations
|
||||
* DCLS/DDLS fix uninstall sequence
|
||||
* Improve display when there are no changes in repo view
|
||||
* Add success messages for repo removal/uninstall
|
||||
* background pull: always overwrite all objects
|
||||
|
||||
2020-07-21 v1.98.0
|
||||
------------------
|
||||
+ repository creation form as HTML
|
||||
|
|
|
@ -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.98.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.99.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user