* 1.98.0

* v1.98.0

* Update changelog.txt
This commit is contained in:
Lars Hvam 2020-07-21 08:11:39 +02:00 committed by GitHub
parent 144e53608d
commit b78dab85db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -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

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