This commit is contained in:
Marc Bernard 2023-03-03 14:14:41 +01:00 committed by GitHub
parent a1f5f4d02e
commit 77d7a81738
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
2023-03-03 v1.122.0
-------------------
+ Better pull dialog, Screen status (#6093)
+ Improve visualization of tags (#6098)
+ Visualize when experimental features are enabled (#6050)
+ Enhance login popup (#6022)
+ New user-exit for validating before pushing into remote (#6013)
* Fix ITAB_DUPLICATE_KEY dump during deserialize (#6121)
* PROG: assign authorization group during report creation (#6117)
* CLAS: Fix error when changing redefinitions (#6102)
* Fix tag deletion (#6095)
* Fix zip diff command visibility (#6087)
* CUS0/CUS0 add SORT to avoid diffs (#6088)
* SHIx: Fix application component hierarchy issues (#6065)
* Prevent dump if too many requests are selected (#6064)
* Fix hotkeys repo list (#6062)
* Fix error handling in "Stage by Transport" (#6060)
* Fix highlighting in case of back quotes (#6059)
* Escape output for plain text highlighter (#6058)
* TABL: Fix activation of secondary indexes (#6055)
* Fix hotkeys in repo view (#6054)
* CLAS: Fix recording of changes in transport (#6047)
* SFBF, SFBS, SFSW: Major bug fixes (#6020)
* Data: clear in case of errors (#6014)
* Delete, fix dump (#6011)
2023-01-25 v1.121.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.121.0' ##NO_TEXT.
CONSTANTS c_abap_version TYPE string VALUE '1.122.0' ##NO_TEXT.
ENDINTERFACE.