Skip to content

Commit

Permalink
RELEASE: bump version to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altairwei committed Jul 18, 2020
1 parent 92a19e1 commit f166441
Show file tree
Hide file tree
Showing 10 changed files with 642 additions and 506 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ README **中文** | [English](doc/README-en.md)

**为知笔记+** 项目致力于提高 [为知笔记跨平台客户端](https://github.com/WizTeam/WizQTClient) 的可用性,以达到或者超越 Windows 平台特有客户端的水平。这个目标要求 **为知笔记+** 实现对开发者友好的插件系统,并且促进氛围良好的第三方开发者社区的建成。本项目在遵循 GPLv3 协议的情况下由第三方开发者发起并维护,欢迎任何有意愿参与项目贡献的开发者或用户联系 [email protected]

[![release](https://img.shields.io/badge/release-v2.8.0-green.svg)](https://github.com/altairwei/WizNotePlus/releases) [![license](https://img.shields.io/badge/license-GPLv3-green.svg)](https://github.com/altairwei/WizNotePlus/blob/master/LICENSE)
[![release](https://img.shields.io/badge/release-v2.8.1-green.svg)](https://github.com/altairwei/WizNotePlus/releases) [![license](https://img.shields.io/badge/license-GPLv3-green.svg)](https://github.com/altairwei/WizNotePlus/blob/master/LICENSE)

## 为知社区

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_version():
"""
Generate build version from local git repository.
"""
wiznoteplus_version = "2.8.0-stable.0"
wiznoteplus_version = "2.8.1-stable.0"
if os.path.exists(".git"):
wiznoteplus_version = subprocess.check_output(
["git", "describe", "--tags"]).decode("utf-8").strip()
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-2.8.0-en-US.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WizNotePlus v2.8.0-rc.1 Release Notes
# WizNotePlus v2.8.0 Release Notes

## System Requirements

Expand Down
21 changes: 21 additions & 0 deletions dist/changes-2.8.1-en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# WizNotePlus v2.8.1 Release Notes

## System Requirements

Now precompiled WizNotePlus package is built against Qt 5.14.2, and minimum system requirements are listed below:

* Linux: GLIBC_2.17
* MacOS: macOS 10.13
* Windows: Windows 7

More details: [Supported Platforms](https://doc-snapshots.qt.io/qt5-5.14/supported-platforms.html).

# New features:

* A welcome page will open after the client is started.
* [Wiz.Editor.md](https://github.com/altairwei/Wiz.Editor.md/releases) plugin is ported to WizNotePlus.

## Known Issues

- On Windows, WizNotePlus don't sync contents with external editor such as Typora by accident. #88
- On MacOS, disable `ShowSystemTrayIcon` will cause application crash for next start. #76
21 changes: 21 additions & 0 deletions dist/changes-2.8.1-zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# WizNotePlus v2.8.1 更新日志

## 系统要求

预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:

* Linux 最低要求 GLIBC_2.17
* MacOS 最低要求 macOS 10.13
* Windows 最低要求 Windows 7

详情可见 [Supported Platforms](https://doc-snapshots.qt.io/qt5-5.14/supported-platforms.html)

### 新的特征:

* 客户端启动后将会打开一个欢迎页面。
* 移植 [Wiz.Editor.md](https://github.com/altairwei/Wiz.Editor.md/releases) 插件到 WizNotePlus

## 已知问题

- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
2 changes: 1 addition & 1 deletion doc/README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ README [中文](../README.md) | **English**

The **WizNotePlus** project is dedicated to improving the usability of cross-platform client **[WizQTClient](https://github.com/WizTeam/WizQTClient)** to meet or exceed that of the Windows platform-specific client. In order to reach the goal, we need to implement a developer-friendly plugin system and promote the establishment of a third-party developer community with good atmosphere. This project is initiated and maintained by third-party developers in compliance with the GPLv3 agreement. Any developer or user who wishes to participate in the project is welcome to contact `[email protected]` .

[![release](https://img.shields.io/badge/release-v2.8.0-green.svg)](https://github.com/altairwei/WizNotePlus/releases) [![license](https://img.shields.io/badge/license-GPLv3-green.svg)](https://github.com/altairwei/WizNotePlus/blob/master/LICENSE)
[![release](https://img.shields.io/badge/release-v2.8.1-green.svg)](https://github.com/altairwei/WizNotePlus/releases) [![license](https://img.shields.io/badge/license-GPLv3-green.svg)](https://github.com/altairwei/WizNotePlus/blob/master/LICENSE)

## Features

Expand Down
Loading

0 comments on commit f166441

Please sign in to comment.