mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
1.123.0 (#6197)
This commit is contained in:
parent
23c1a9b09a
commit
d6f9237726
|
@ -8,6 +8,33 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
2023-04-06 v1.123.0
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
+ New user exit: change allowed object types (#6173)
|
||||||
|
+ LXE: Support more objects (#6144)
|
||||||
|
+ Show performance metrics for long-running ops (#6148)
|
||||||
|
+ AQBG support - ABAP Query: User group (#6155)
|
||||||
|
+ GSMP Object Handler (#6159)
|
||||||
|
+ AQSG support - ABAP Query: InfoSet (#6161)
|
||||||
|
+ AQQU support - ABAP Query (#6165)
|
||||||
|
+ SICF: Add missing error pages (#6145)
|
||||||
|
+ Pull enabled for customizing tables (#6138)
|
||||||
|
+ AQSG, AQQU: Add jump to object (#6184)
|
||||||
|
+ CLAS: Serialize long texts for exception classes (#6186)
|
||||||
|
+ TABU: Add customizing request to local settings (#6191)
|
||||||
|
+ Add runtime measurement to Unit Test page (#6196)
|
||||||
|
* CLAS: Fix variable name (#6127)
|
||||||
|
* Fix check for unsaved data in local settings (#6139)
|
||||||
|
* DEVC: Fix error handling (#6141)
|
||||||
|
* Improve pull dialog: Usability (#6137)
|
||||||
|
* Fix namespace check for AFF (#6146)
|
||||||
|
* data: throw error if hitting max (#6157)
|
||||||
|
* Improve error handling for password_dialog (#6163)
|
||||||
|
* Fix detection of inactive objects (#6167)
|
||||||
|
* Improve pull dialog button logic (#6169)
|
||||||
|
* USE_LXE settings and serialization of selected languages (in old format) (#6168)
|
||||||
|
|
||||||
2023-03-03 v1.122.0
|
2023-03-03 v1.122.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
||||||
PUBLIC .
|
PUBLIC .
|
||||||
|
|
||||||
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||||
CONSTANTS c_abap_version TYPE string VALUE '1.122.0' ##NO_TEXT.
|
CONSTANTS c_abap_version TYPE string VALUE '1.123.0' ##NO_TEXT.
|
||||||
|
|
||||||
ENDINTERFACE.
|
ENDINTERFACE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user