Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 18, 2020
1 parent 3a63ed6 commit eb6a839
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ const updates = [
['1.9.4', `
- 弹幕是空的时候不能发送@ouuan
- 改变了弹幕时间的位置@ouuan`],
['1.9.6', '- 添加了命令行版本的下载链接']
['1.9.6', '- 添加了命令行版本的下载链接'],
['1.10.0', `
嘿嘿 好久不见
- 更新了一部分依赖包
- Electron 从8更新到10
- 更新了DD@Home核心`]
].map(([version, message]) => [version, message.split('\n')]).reverse()

const get = key => ipcRenderer.invoke('state', key)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ddatelectron",
"description": "DD@Electron",
"version": "1.9.6",
"version": "1.10.0",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit eb6a839

Please sign in to comment.