Skip to content

Commit e15aee8

Browse files
committed
Update docs for release v2.0.0
1 parent 70b4309 commit e15aee8

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# CHANGELOG
22

3+
**v2.0 (2017.02.13) CN**
4+
5+
1. 升级 **Electron****V1.4.15****Chromium****54**
6+
2. 增加了**偏好设置**(感谢设计建议 @**[xiaoyusilen](https://github.com/xiaoyusilen)**
7+
3. 增加了英文版本的支持
8+
4. 增加了一键隐藏窗口(**`ESC`** 键)
9+
5. 修复了 **macOS** 上窗口最小化时不显示新消息提示的红点(感谢 @wujysh 的贡献)
10+
6. 修复了聊天框内换行提示仅针对 macOS 的问题
11+
7. 增加了两个快捷键(感谢 @awmleer 的贡献)
12+
- 搜索联系人:**`Ctrl + F`**
13+
- 切换到全屏模式:**macOS** 下 **`Ctrl + Command + F`**,**Linux** 下为 **`F11`**
14+
8. 修复了在 Linux 系统下部分菜单按钮失效的问题(感谢 @qzchenwl 的贡献)
15+
8. 更新了依赖的第三方库的版本至最新兼容版本
16+
17+
**v2.0 (2017.02.13) EN**
18+
19+
1. Update Electron to V1.4.15, Chromium API level 54
20+
2. Add **Preference Panel** (Thanks for the design advises from @**[xiaoyusilen](https://github.com/xiaoyusilen)**](https://github.com/xiaoyusilen))
21+
3. Fully support English UI!
22+
4. Quick hide windows shortcut (**Press `ESC`**)
23+
5. Fix **macOS** new message red dot display improperly (Thanks to @wujysh)
24+
6. Tips in chat window now are adapted with platform
25+
7. Add two shortcuts (Thanks to @awmleer)
26+
- Search Contact人: **`Ctrl + F`**
27+
- Toggle Fullscreen Mode: **macOS** **`Ctrl + Command + F`**, **Linux** **`F11`**
28+
8. Fix unfunctional menu items on **Linux** (Thanks to @qzchenwl)
29+
8. All thrid party libraries are up-to-date
30+
31+
332
**v1.3 (2016.05.19)**
33+
434
1. 升级 electron 至 1.1.0, Chrome 至 50.0.2661.102,Node 至 6.1.0 (感谢 @lfs1102 的贡献)
535
2. 新增 `brew cask` 安装方式 (最新可下载版本为 v1.2.0)
636
3. 新增 Windows 下的安装脚本 (感谢 @3dseals 的贡献)

ISSUE_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
#### Description
22

3-
3+
First of all, thanks for your attention to open an issue for this project.
4+
Please notice that if you are requesting a **feature**, then you should give a **brief description** of your request.
5+
If you are reporting a **bug**, please **follow the template** below.
6+
A bug report **without detailed information** required will have a **very low priority** and even be **ignored** (closed directly)!
47

58
#### Specifications
69

710
- Version of Electron (run `$ electron --version`): `v0.0.0`
811
- OS: `<OS>`
912
- Stack trace from the error message (if any)
1013

11-
```
14+
```
1215
<Stack trace here>
1316
```

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Zhongyi Tong
3+
Copyright (c) 2017 Zhongyi Tong
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)