diff --git a/changelog.txt b/changelog.txt index 00e96c9d9..97f4ab294 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,37 @@ Legend + : added - : removed +2023-05-15 v1.124.0 +------------------- + ++ Improve "Advanced > Unit Tests" (#6213) ++ Improve copy&paste on diff page (#6218) ++ Add debug option to show href-links on hover (#6239) ++ FUGR,CLAS: Enhance "jump to" (#6250) ++ New UserExit at REPO TOOLBAR for adding custom repo settings (#6249) ++ Add warning banner if wrong browser control is used (#6260) ++ NSPC: Automatic creation of namespaces (#6210) ++ Add GUI and HTML control info to page footer (#6261) ++ FUGR, CLAS: Enhance "changed by" (#6274) +* Fix checksums on pull with new objects (#6211) +* Check repo package against namespace (#6212) +* SHI3 translation serialization fix (#6214, #6217) +* Avoid remote connection for uninstalling repo (#6219) +* run unit page: fix back button (#6223) +* Fix xstring conversion on non-Unicode systems (#6237) +* Improve deletion of OTR texts (#6228) +* ECATT: Avoid diffs between dialog and background (#6240) +* Fix unhandled exception in SRVB (#6246) +* DEVC: Clear TPCLASS (#6251) +* NROB: clear admin fields (#6255, #6280) +* INTF, WEBI: Hide objects generated by proxy (SPRX) (#6259) +* Fix for namespace check when there are multiple namespaces within a repo (#6263) +* Run unit tests: Fallback to code inspector (#6264) +* fix dump in `zcl_abapgit_data_utils` while getting key fields (#6269) +* Fix dump related to exit implementations (#6268) +* fix dump, IS_CUSTOMIZING_TABLE (#6272) +* Add fallback for ADT transport link (#6283) + 2023-04-06 v1.123.0 ------------------- diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 1114cc82a..203805f7a 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -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.123.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.124.0' ##NO_TEXT. ENDINTERFACE.