Skip to content

Commit cbca3ce

Browse files
committed
change log
1 parent dbe701c commit cbca3ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

en-US/intro/change_log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ name: Changelog
1111
- link contains an image does not point to the correct URL [#2636](https://github.com/gogits/gogs/issues/2636)
1212
- Web editor cannot create branch with slash [#3568](https://github.com/gogits/gogs/issues/3568)
1313
- Cannot clone a repository without `.git` suffix [#4189](https://github.com/gogits/gogs/issues/4189)
14+
- Git hook working directory is not repository directory [#4225](https://github.com/gogits/gogs/issues/4225)
15+
- Regression on `go get` support [#4226](https://github.com/gogits/gogs/issues/4226)
1416
- Webhook Skip TLS Verify setting doesn't take effect [#4228](https://github.com/gogits/gogs/issues/4228)
1517

1618
#### Improvements
1719

1820
- Use `text/html` as default email content encoding and use `[mailer] USE_PLAIN_TEXT` to disable it
1921
- Able to perform initial commit on behave of actual user
22+
- Support Gogs-related environment variables for Git hooks [#4094](https://github.com/gogits/gogs/issues/4094)
2023

2124
### 0.10.1 @ 2017-02-29
2225

zh-CN/intro/change_log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ name: 变更日志
1111
- 包含图片的链接无法指向正确的 URL [#2636](https://github.com/gogits/gogs/issues/2636)
1212
- Web 编辑器无法创建带有斜杠的分支 [#3568](https://github.com/gogits/gogs/issues/3568)
1313
- 克隆仓库时无法省略 `.git` 后缀 [#4189](https://github.com/gogits/gogs/issues/4189)
14+
- Git 钩子工作目录不是仓库目录 [#4225](https://github.com/gogits/gogs/issues/4225)
15+
- `go get` 功能支持回退 [#4226](https://github.com/gogits/gogs/issues/4226)
1416
- Web 钩子的忽略 TLS 验证选项无法生效 [#4228](https://github.com/gogits/gogs/issues/4228)
1517

1618
#### 功能改进
1719

1820
- 邮箱文本编码默认设置为 `text/html`,并可使用配置选项 `[mailer] USE_PLAIN_TEXT` 禁用
1921
- 使用创建仓库的用户信息作为首个代码提交的作者,而不是系统用户
22+
- 支持 Gogs 相关的 Git 钩子环境变量 [#4094](https://github.com/gogits/gogs/issues/4094)
2023

2124
### 0.10.1 @ 2017-02-29
2225

0 commit comments

Comments
 (0)