Skip to content

Commit fc5ea10

Browse files
committed
RELEASE: version 2.10.1
1 parent d33bd4a commit fc5ea10

File tree

10 files changed

+52
-8
lines changed

10 files changed

+52
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: build
22
on:
33
push:
44
branches:

CMakeLists.txt

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

1313
cmake_minimum_required(VERSION 3.0)
1414

15-
project(WizNotePlus VERSION 2.10.0)
15+
project(WizNotePlus VERSION 2.10.1)
1616

1717
#============================================================================
1818
# Options and Variables

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

13-
[![release](https://img.shields.io/badge/release-v2.10.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)
13+
[![release](https://img.shields.io/badge/release-v2.10.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) [![build](https://github.com/altairwei/WizNotePlus/actions/workflows/build.yml/badge.svg)](https://github.com/altairwei/WizNotePlus/actions/workflows/build.yml)
1414

1515
## 为知社区
1616

build/common/wiznote2.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name=WizNotePlus
33
Name[en]=WizNotePlus
44
Name[zh_CN]=为知笔记 Plus
55
Name[zh_TW]=爲知筆記 Plus
6-
X-AppImage-Version=2.10.0
6+
X-AppImage-Version=2.10.1
77
Comment=cloud based note-taking application
88
Comment[zh_CN]=开源云笔记
99
Comment[zh_TW]=開源雲筆記

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.10.0</string>
18+
<string>2.10.1</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.10.0-stable.0"
43+
wiznoteplus_version = "2.10.1-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.10.1-en-US.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# WizNotePlus v2.10.1 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+
* Updated CryptoPP to v8.5.0 to resolve an issue that prevented WizNotePlus from running on Apple's M1 Macs via Rosetta 2.
14+
* Fixed underline style for Welcome page notes links.
15+
* Updated framelesshelper to fix mouse tracking BUG in title bar. wangwenx190/framelesshelper#92
16+
17+
## Known Issues
18+
19+
* On Windows, WizNotePlus don't sync contents with external editor such as Typora by accident. #88
20+
* On MacOS, disable `ShowSystemTrayIcon` will cause application crash for next start. #76
21+
* Document markup will show position shifts on clients of different platforms.
22+
* Notes cannot be saved occasionally when the separate document window is closed.

dist/changes-2.10.1-zh-CN.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# WizNotePlus v2.10.1 更新日志
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+
* 将 CryptoPP 更新到 v8.5.0 版本,解决无法通过 Rosetta 2 在 Apple’s M1 Macs 上运行的问题。
14+
* 修正 Welcome 页面笔记链接的下划线样式。
15+
* 更新 framelesshelper 以修复鼠标在标题栏 hover 状态的失灵。wangwenx190/framelesshelper#92
16+
17+
## 已知问题
18+
19+
* Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
20+
* MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
21+
* 笔记标注在不同平台的客户端上会有位置偏差。
22+
* 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。

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.10.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)
13+
[![release](https://img.shields.io/badge/release-v2.10.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) [![build](https://github.com/altairwei/WizNotePlus/actions/workflows/build.yml/badge.svg)](https://github.com/altairwei/WizNotePlus/actions/workflows/build.yml)
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.10.0"
6+
#define WIZ_CLIENT_VERSION "2.10.1"
77
// Development stage could be "alpha", "beta", "rc" and "stable"
88
#define WIZ_DEV_STAGE "stable.0"
99

0 commit comments

Comments
 (0)