Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neo committed Apr 8, 2021
1 parent f4c5985 commit b019acc
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions views/changelog.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
export default {
feature: [],
feature: [
{
text: {
en: 'Download acceleration for GitHub clone、releases、tags',
zh_CN: 'GitHub支持clone和releases页面下载加速',
},
description: {
en: 'see "GitHub download acceleration" in extension options,Only required by users in China',
zh_CN: '请看扩展的"选项=>GitHub下载加速"配置',
},
},
],
fix: [
{
text: {
en: 'Avoid multi-file downloaded by one click',
zh_CN: '修复某些情况下同时下载多个文件的问题',
en: 'Use default branch when viewing releases or tags',
zh_CN: 'releases和tags界面使用项目默认分支',
},
},
],
version: '1.12.2',
version: '1.13.0',
};

0 comments on commit b019acc

Please sign in to comment.