This commit is contained in:
Marc Bernard 2023-01-25 10:37:54 +01:00 committed by GitHub
parent 6485ec50c1
commit c3872e3751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 1 deletions

View File

@ -8,6 +8,36 @@ Legend
+ : added
- : removed
2023-01-25 v1.121.0
-------------------
+ Repo View: Activate objects (#5994)
+ Repo View: Selectively add objects on pull (#5985)
+ Pull log: Include object counts (#5982)
+ Debug Info: Display of Deserialization Step (#5988)
+ TABU: add option to skip initial values/columns (#5922)
+ Repo View: Consolidate "Pull" and "Selective Pull" (#5951)
* TOBJ: Improve error messages (#6007)
* PDTS: Fix recording in transport (#6000)
* SAPC: Fix uninstall errors (#6001)
* SHLP: Avoid double activation (#5999)
* DOMA: Fix domains with custom conversion exit (#5998)
* XSLT: Avoid double activation (#5995)
* Uninstall log: Show only if there are errors (#5996)
* DRUL: Fix compatibility with lower releases (#5991)
* TABL,VIEW: Simplify deserialize (#5989)
* Fix Diff: Ignore comment edge cases (#5984)
* Pull log: Show deletion of unnecessary objects (#5974)
* SMIM: Record deletion of objects in transport (#5975)
* Page diff/patch: Follow-up for small files (#5976)
* Fix syntax highlight for XML, CSS, JS (#5971)
* Fix menus with many items (#5972)
* Fix "duplicate file error" during pull (#5968)
* TABU: No error when table not yet exists (#5964)
* Prevent pull in case of duplicate files (#5952)
* Page diff/patch: Fix dump for small files/diffs (#5956)
* Table comparison: add guard clause to prevent long runtimes (#5954)
2022-12-15 v1.120.0
-------------------

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.120.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.121.0' ##NO_TEXT.
ENDINTERFACE.