diff --git a/changelog.txt b/changelog.txt index c13a0428..b8ae781e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,17 @@ Legend - : removed +2025-01-26 v1.137.0 +------------------- + ++ Introduced App State feature ++ Added App State Persistence for Navigation +* Fixed long string bugs for older releases +* Resolved popup_get_value issues +* Ensured Launchpad compatibility with OpenUI5 2.x +* Multiple Bugfixes and new Properties added + + 2024-12-15 v1.136.0 ------------------- @@ -18,7 +29,7 @@ Legend + Navigation Container in Popover + New UI Controls: AvatarGroup, Viz Charts, and more + SetMaxWidth for Launchpads -* Multiple Bugfixes and new Properties added + 2024-10-27 v1.135.0 diff --git a/src/02/z2ui5_if_app.intf.abap b/src/02/z2ui5_if_app.intf.abap index 9911e345..c76bef3c 100644 --- a/src/02/z2ui5_if_app.intf.abap +++ b/src/02/z2ui5_if_app.intf.abap @@ -1,7 +1,7 @@ INTERFACE z2ui5_if_app PUBLIC. INTERFACES if_serializable_object. - CONSTANTS version TYPE string VALUE '1.137.0'. + CONSTANTS version TYPE string VALUE '1.138.0'. CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'. CONSTANTS author TYPE string VALUE 'https://github.com/oblomov-dev'. CONSTANTS license TYPE string VALUE 'MIT'.