* 1.104.0

* v1.104.0
This commit is contained in:
Lars Hvam 2020-12-28 13:18:41 +01:00 committed by GitHub
parent 4bfc56b79e
commit 79f810b349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 1 deletions

View File

@ -8,6 +8,33 @@ Legend
+ : added
- : removed
2020-12-28 v1.104.0
-------------------
+ ui, new pages for global and personal settings
+ ENHO: Implement missing deserialize for WDYC
+ Check objects when installing into main package
+ Checkout commit: additional user interface
! log object refactoring
* better abapGit package structure
* CLIF, improve error message
* PINF, missing transport entry
* TRAN, improve error messages
* DOMA, fix serialize for missing translations
* Fix dump when using abapGit for more than 50 navigation steps
* PROG: Fix transport and work area
* SOTS: Get changed by
* SMIM, improve error message
* DSYS, get changed by
* Fix master language only, duplicate entries for shi3 objects
* WDYN, improve error message
* VIEW: Fix deserialize of maintenance views
* Serialise only main language for ENHS and ENHO objects
* fix creation of TR entries for uninstalled PROGs
* Fix sorting of objects in repo view
* TABL: No structure comparison for global temp tables
* Implement jump for CUS1
* Implement jump for CUS0
2020-11-22 v1.103.0
-------------------
! DDLS file format changes, newline

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