Skip to content

Commit

Permalink
docs: update changelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
neo committed Sep 1, 2021
1 parent a47dca8 commit 24a378f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions views/changelog.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
export default {
feature: [
feature: [],
fix: [
{
text: {
en: 'Support Gogs',
zh_CN: '终于支持了Gogs,目前仅有懒加载模式',
en: 'Fix GitHub notification token problem',
zh_CN: '修复GitHub通知token无法配置问题(firefox)',
},
},
{
text: {
en: 'Disable clipboard copy for GitHub',
zh_CN: '禁用复制模式,GitHub已有该功能',
en: 'Only enable lazy load for Gogs',
zh_CN: 'Gogs只开启Lazy Load模式',
},
},
],
fix: [
{
text: {
en: 'Fix download mirror url for GitHub',
zh_CN: '修复GitHub中镜像加速地址问题',
en: 'Others',
zh_CN: '其他优化',
},
},
],
version: '1.16.0',
version: '1.16.1',
};

0 comments on commit 24a378f

Please sign in to comment.