mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
1.121.0 (#6005)
This commit is contained in:
parent
6485ec50c1
commit
c3872e3751
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user