From 11da9961ba7191a2dba63339c5837bb9119347e5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Tue, 12 Nov 2024 21:24:19 +0000 Subject: [PATCH] Release v7.1.1 --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++---- apps/app/package.json | 2 +- package.json | 2 +- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index debfcf1a1b2..ee371142103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,54 @@ # Changelog -## [Unreleased](https://github.com/weseek/growi/compare/v7.1.0...HEAD) +## [Unreleased](https://github.com/weseek/growi/compare/v7.1.1...HEAD) *Please do not manually update this file. We've automated the process.* +## [v7.1.1](https://github.com/weseek/growi/compare/v7.1.0...v7.1.1) - 2024-11-12 + +### 💎 Features + +* feat(ai): Swtch summary mode (#9377) @yuki-takei +* feat: Return sources when generating responses (Knowledge assistant) (#9362) @miya +* feat: Set the maximum number of minutes until the request in an environment variable (#9347) @miya + +### 🚀 Improvement + +* imprv: GitHub Alert with directive syntax (#9392) @yuki-takei +* imprv: Sidebar button displays tooltip (#9371) @reiji-h +* imprv: Open the link of PageTreeItem in a new tab when the user middle click (#9365) @yuki-takei +* support: Avoid using req.t() (#9149) @shironegi39 +* imprv: Tidy up /Sandbox (#9355) @yuki-takei +* imprv: Reduce sanitizing (#9350) @yuki-takei + +### 🐛 Bug Fixes + +* fix: Output TextDirective and LeafDirective HTML (#9388) @yuki-takei +* fix: NextLink isCreatablePage always returns false (#9356) @yuki-takei +* fix: Duplicate page names alert should not occur on a single page (#9348) @reiji-h +* fix: i18n for security settings (#9379) @yuki-takei +* fix: Output TextDirective and LeafDirective HTML (#9388) @yuki-takei +* fix(i18n): i18n for server side (#9372) @yuki-takei +* fix: Duplicate page names alert should not occur on a single page (#9348) @reiji-h +* fix: NextLink isCreatablePage always returns false (#9356) @yuki-takei + +### 🧰 Maintenance + +* support: Welcome back new Christmas theme (#9374) @satof3 +* support: Type checking (#9393) @yuki-takei +* support: Welcome back new Christmas theme (#9374) @satof3 +* support: Omit remark-toc (#9383) @yuki-takei +* support: Stop managing font files with Git LFS (#9351) @yuki-takei +* support: Avoid using req.t() (#9149) @shironegi39 +* support: Improve playwright report (#9363) @yuki-takei +* support: Avoid using req.t() (#9149) @shironegi39 +* support: Stop managing font files with Git LFS (#9351) @yuki-takei + ## [v7.1.0](https://github.com/weseek/growi/compare/v7.0.23...v7.1.0) - 2024-10-31 ### BREAKING CHANGES -* imprv: Update default value for S3\_OBJECT\_ACL (#9332) @yuki-takei +* imprv: Update default value for S3_OBJECT_ACL (#9332) @yuki-takei ### 💎 Features @@ -19,11 +59,10 @@ * imprv: Add GitHub Markdown alerts (#9127) @reiji-h * imprv: Upgrade unified and remark-growi-directive (#9048) @reiji-h * imprv: ROM users can manage comments (#9101) @WNomunomu -* imprv: Update default value for S3\_OBJECT\_ACL (#9332) @yuki-takei +* imprv: Update default value for S3_OBJECT_ACL (#9332) @yuki-takei * imprv: Sandbox (#9330) @yuki-takei * support: JSDoc for OpenAPI document (#9311) @yuki-takei - ### 🐛 Bug Fixes * fix: Couldn't show old revision (#9296) @yuki-takei diff --git a/apps/app/package.json b/apps/app/package.json index 85ae660bd64..41570015c32 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,6 +1,6 @@ { "name": "@growi/app", - "version": "7.1.1-RC.0", + "version": "7.1.1", "license": "MIT", "private": "true", "scripts": { diff --git a/package.json b/package.json index 3b34b994aa0..a048351e712 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi", - "version": "7.1.1-RC.0", + "version": "7.1.1", "description": "Team collaboration software using markdown", "license": "MIT", "private": "true",