Skip to content

Commit 4c6e9ab

Browse files
committed
RELEASE: version 2.9.2
1 parent a6a91d8 commit 4c6e9ab

File tree

7 files changed

+51
-5
lines changed

7 files changed

+51
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ README **中文** | [English](doc/README-en.md)
1010

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

13-
[![release](https://img.shields.io/badge/release-v2.9.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)
13+
[![release](https://img.shields.io/badge/release-v2.9.2-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)
1414

1515
## 为知社区
1616

build/osx/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.9.1</string>
18+
<string>2.9.2</string>
1919
<key>LSApplicationCategoryType</key>
2020
<string>public.app-category.productivity</string>
2121
<key>CFBundleName</key>

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse_version():
4040
"""
4141
Generate build version from local git repository.
4242
"""
43-
wiznoteplus_version = "2.9.1-stable.0"
43+
wiznoteplus_version = "2.9.2-stable.0"
4444
if os.path.exists(".git"):
4545
wiznoteplus_version = subprocess.check_output(
4646
["git", "describe", "--tags"]).decode("utf-8").strip()

dist/changes-2.9.2-en-US.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# WizNotePlus v2.9.2 Release Notes
2+
3+
## System Requirements
4+
5+
Now precompiled WizNotePlus package is built against Qt 5.14.2, and minimum system requirements are listed below:
6+
7+
* Linux: GLIBC_2.17
8+
* MacOS: macOS 10.13
9+
* Windows: Windows 7
10+
11+
## Bug fixes
12+
13+
* Fixed position jump issue between InspectElement and OpenTempFileLocation in document view context menu.
14+
* Sync server APIs changes made by WizQTClient.
15+
* No longer automatically search for WizBox when login.
16+
* Hidding "purchase vip" menu item for private deployment accounts.
17+
18+
## Known Issues
19+
20+
* On Windows, WizNotePlus don't sync contents with external editor such as Typora by accident. #88
21+
* On MacOS, disable `ShowSystemTrayIcon` will cause application crash for next start. #76
22+
* Document markup will show position shifts on clients of different platforms.
23+
* Notes cannot be saved occasionally when the separate document window is closed.

dist/changes-2.9.2-zh-CN.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# WizNotePlus v2.9.2 更新日志
2+
3+
## 系统要求
4+
5+
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
6+
7+
* Linux 最低要求 GLIBC_2.17
8+
* MacOS 最低要求 macOS 10.13
9+
* Windows 最低要求 Windows 7
10+
11+
## 问题修复
12+
13+
* 修复文档浏览页面右键菜单中 “审查元素” 与 “打开临时文件位置” 位置跳跃的问题。
14+
* 同步 WizQTClient 关于服务器 APIs 的变更。
15+
* 登录窗口切换到私有服务器时不再自动搜索为知盒子。
16+
* 为私有服务器账户隐藏 “购买VIP” 选项。
17+
18+
## 已知问题
19+
20+
* Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
21+
* MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
22+
* 笔记标注在不同平台的客户端上会有位置偏差。
23+
* 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。

doc/README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ README [中文](../README.md) | **English**
1010

1111
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]` .
1212

13-
[![release](https://img.shields.io/badge/release-v2.9.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)
13+
[![release](https://img.shields.io/badge/release-v2.9.2-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)
1414

1515
## Features
1616

src/WizDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <QtGlobal>
55

6-
#define WIZ_CLIENT_VERSION "2.9.1"
6+
#define WIZ_CLIENT_VERSION "2.9.2"
77
// Development stage could be "alpha", "beta", "rc" and "stable"
88
#define WIZ_DEV_STAGE "stable.0"
99

0 commit comments

Comments
 (0)