diff --git a/v7.7/_variables.json b/v7.7/_variables.json index 0ce306b..4ac514a 100644 --- a/v7.7/_variables.json +++ b/v7.7/_variables.json @@ -1,5 +1,5 @@ { "qooxdoo": { - "version": "7.7.0" + "version": "7.7.1" } } \ No newline at end of file diff --git a/v7.7/release-notes.7.0.md b/v7.7/release-notes.7.0.md index ea4c9fe..72a63b2 100644 --- a/v7.7/release-notes.7.0.md +++ b/v7.7/release-notes.7.0.md @@ -1,5 +1,8 @@ # Qooxdoo Release Notes +## Fixes for v7.7.1 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2024-04-13&until=2024-05-02 + ## New features in v7.7 - Better Typescript generation: Previously, the compiler only output typescript definitions as it compiled, but this caused problems because not all targets support all javascript files (eg browser vs node code) @@ -16,17 +19,17 @@ - add stack trace to $$createdAt, see https://github.com/qooxdoo/qooxdoo/pull/10683 -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-12-07&until==2024-04-12 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-12-07&until=2024-04-12 ## Fixes for v7.6.3 -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-10-05&until==2023-12-06 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-10-05&until=2023-12-06 ## Fixes for v7.6.2 -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-07-29&until==2023-10-04 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-07-29&until=2023-10-04 ## Fixes for v7.6.1 -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-04-13&until==2023-07-28 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-04-13&until=2023-07-28 ## New features in v7.6 improved support for webfonts: @@ -40,15 +43,15 @@ improved support for webfonts: The benefits of all this is faster compiles, with smaller build targets - and no space consumed by the `materialicon` fonts if they are not used (as this was the case in the earlier 7.x releases). -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-02-21&until==2023-04-13 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-02-21&until=2023-04-13 ## Fixes for v7.5.1 -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-01-17&until==2023-02-20 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-01-17&until=2023-02-20 ## New features in v7.5 - add Indigo dark theme to qooxdoo -For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2022-11-27&until==2023-01-16 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2022-11-27&until=2023-01-16 ## New features in v7.4 - compile.json: localModules can now be used in the root of the file. So you can address the modules for all applications.