Selaa lähdekoodia

Merge pull request #9398 from weseek/support/prepare-v7.1.2-RC.0

Prepare v7.1.2-RC.0
mergify[bot] 1 vuosi sitten
vanhempi
sitoutus
451ae2fd14
4 muutettua tiedostoa jossa 46 lisäystä ja 7 poistoa
  1. 43 4
      CHANGELOG.md
  2. 1 1
      apps/app/package.json
  3. 1 1
      apps/slackbot-proxy/package.json
  4. 1 1
      package.json

+ 43 - 4
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

+ 1 - 1
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "7.1.1-RC.0",
+  "version": "7.1.2-RC.0",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
apps/slackbot-proxy/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slackbot-proxy",
-  "version": "7.1.1-slackbot-proxy.0",
+  "version": "7.1.2-slackbot-proxy.0",
   "license": "MIT",
   "private": "true",
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "7.1.1-RC.0",
+  "version": "7.1.2-RC.0",
   "description": "Team collaboration software using markdown",
   "license": "MIT",
   "private": "true",