Skip to content

Commit

Permalink
Release v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and github-actions[bot] committed Nov 12, 2024
1 parent 2a12d2b commit 11da996
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
47 changes: 43 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "7.1.1-RC.0",
"version": "7.1.1",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 11da996

Please sign in to comment.