-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
neo
committed
Sep 1, 2021
1 parent
a47dca8
commit 24a378f
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |