diff --git a/src/modules/ROOT/pages/changelog/202309/04.gen.adoc b/src/modules/ROOT/pages/changelog/202309/04.gen.adoc new file mode 100644 index 00000000..f495eb83 --- /dev/null +++ b/src/modules/ROOT/pages/changelog/202309/04.gen.adoc @@ -0,0 +1,27 @@ +include::ROOT:partial$variables.adoc[] + += `2023.9.4` + +*Released on*: `2024.02.26` + +.[#2023_09_04-changed]#<<2023_09_04-changed,Changed:>># +* Changed asterisk color of record field from blue to red. +The change was made to make required fields stand out +({CORTEZA_COMMIT_BASE}65832b4[`65832b4`]). + +.[#2023_09_04-fixed]#<<2023_09_04-fixed,Fixed:>># +* Fixed incorrect value applying to date and time record field when trying to remove an already set value +({CORTEZA_COMMIT_BASE}6fe0b8a[`6fe0b8a`]). +* Fixed unnecessary showing of stale data warning in {APP_NAME_COMPOSE} while editing and loading a record +({CORTEZA_COMMIT_BASE}070e751[`070e751`]). +* Fixed {PRODUCT_NAME} refusing to start when upgrading with alterations to the default {APP_NAME_COMPOSE} records schema. +The fix was made by allowing alterations to be logged for the default schema but continue blocking them from being applied +({CORTEZA_COMMIT_BASE}b389d50[`b389d50`]). +* Fixed warning message for no matching layout after saving a record that conflicts with visibility condition of that layout +In some cases, the user wasn't able to access any layout or was redirected to the list of namespaces +({CORTEZA_COMMIT_BASE}57a307e[`57a307e`]). + +.[#2023_09_04-security]#<<2023_09_04-security,Security:>># +* Addressed security vulnerabilities caused by dependencies across all web applications. +This was done by upgrading packages to a more stable versions and removing unused dependencies causing vulnerabilities +({CORTEZA_COMMIT_BASE}5f890d9[`5f890d9`]). diff --git a/src/modules/ROOT/pages/changelog/202309/04.json b/src/modules/ROOT/pages/changelog/202309/04.json new file mode 100644 index 00000000..8e192c0c --- /dev/null +++ b/src/modules/ROOT/pages/changelog/202309/04.json @@ -0,0 +1,72 @@ +{ + "meta": { + "releasedOn": "2024.02.26" + }, + + "changed": [ + { + "what": [ + "asterisk color of record field from blue to red." + ], + "why": [ + "to make required fields stand out." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/65832b461c7bb88df4648242f102b4a45ad512ca" + ] + } + ], + + "fixed": [ + { + "what": [ + "incorrect value applying to date and time record field when trying to remove an already set value." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/6fe0b8ae83121d5e4d93ddb6a5b7b1778b8730d9" + ] + }, + { + "what": [ + "unnecessary showing of stale data warning in {APP_NAME_COMPOSE} while editing and loading a record." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/070e7516bd72b3f1e340dfeb9890ffb8808e84f4" + ] + }, + { + "what": [ + "{PRODUCT_NAME} refusing to start when upgrading with alterations to the default {APP_NAME_COMPOSE} records schema." + ], + "how": [ + "by allowing alterations to be logged for the default schema but continue blocking them from being applied." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/b389d5039d868be4573af012a813e7ef8bc90f81" + ] + }, + { + "what": [ + "warning message for no matching layout after saving a record that conflicts with visibility condition of that layout.", + "In some cases, the user wasn't able to access any layout or was redirected to the list of namespaces." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/57a307ef076e4d372e27313beccd8c2ff69857c7" + ] + } + ], + + "security": [ + { + "what": [ + "Addressed security vulnerabilities caused by dependencies across all web applications." + ], + "how": [ + "This was done by upgrading packages to a more stable versions and removing unused dependencies causing vulnerabilities." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/commit/5f890d90d709fe4ea33b013455d0d08713cb80e4" + ] + } + ] +} diff --git a/src/modules/ROOT/pages/changelog/202309/index.adoc b/src/modules/ROOT/pages/changelog/202309/index.adoc index 4f963426..023f592f 100644 --- a/src/modules/ROOT/pages/changelog/202309/index.adoc +++ b/src/modules/ROOT/pages/changelog/202309/index.adoc @@ -26,6 +26,8 @@ User interfaces were a big focus for the `2023.9` release; improving user experi :leveloffset: +1 +include::04.gen.adoc[] + include::03.gen.adoc[] include::02.gen.adoc[]