mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
144e53608d
commit
b78dab85db
|
@ -8,6 +8,26 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-07-21 v1.98.0
|
||||
------------------
|
||||
+ repository creation form as HTML
|
||||
+ add action column to repo overview
|
||||
! general support for changelogs
|
||||
* fixes faulty handling of post data
|
||||
* fix user setting containing invalid repo key
|
||||
* fix after removing/uninstall repo
|
||||
* fixes for dark theme
|
||||
* missing objects in overwrite confirmation popup
|
||||
* TRAN add variant tranaction
|
||||
* dark theme fixes
|
||||
* improved error message when uninstalling DDIC objects
|
||||
* HTML GUI fixes
|
||||
* fixes for special characters in file names
|
||||
* IOBJ remove number ranges during delete
|
||||
* Uninstall resolve DDIC dependencies of VIEW
|
||||
* PARA dequeue after deletion
|
||||
* TOBJ format changes, package cleared
|
||||
|
||||
2020-06-29 v1.97.0
|
||||
------------------
|
||||
+ repository overview as main page
|
||||
|
|
|
@ -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.97.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.98.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user