Skip to content

Commit 04cdb97

Browse files
committed
RELEASE: version 2.10.0
1 parent 5138130 commit 04cdb97

File tree

9 files changed

+84
-12
lines changed

9 files changed

+84
-12
lines changed

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.9.2)
15+
project(WizNotePlus VERSION 2.10.0)
1616

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

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ forked from [WizTeam/WizQTClient](https://github.com/WizTeam/WizQTClient)
44

55
README **中文** | [English](doc/README-en.md)
66

7-
**为知笔记+** 是一款基于云服务的跨平台个人知识管理工具。
7+
**为知笔记 Plus** 是一款基于云服务的跨平台个人知识管理工具。
88

99
## 介绍
1010

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

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)
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)
1414

1515
## 为知社区
1616

@@ -22,7 +22,7 @@ README **中文** | [English](doc/README-en.md)
2222

2323
## 特点
2424

25-
**为知笔记+** 主要具有以下特征:
25+
**为知笔记 Plus** 主要具有以下特征:
2626

2727
* 适配 Linux/Windows 高分屏
2828
* 支持 Chrome 开发者工具
@@ -62,9 +62,14 @@ Windows 平台下为 `WizNotePlus-windows.zip` ,请将压缩包内容解压到
6262
- [x] 多标签浏览
6363
- [x] 外部编辑器功能
6464
- [x] JavaScript 插件系统
65+
- [ ] 文档类型与自定义处理程序
66+
- [ ] 皮肤或主题系统
67+
- [ ] 本地全文搜索引擎
68+
- [ ] 批量导入导出
69+
- [ ] 完全离线便携版客户端
70+
- [ ] 多账号同时登陆
6571
- [ ] 更换默认富文本编辑器
6672
- [ ] 建立其他云服务系统
67-
- [ ] 皮肤或主题系统
6873

6974
## 依赖
7075

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.9.2
6+
X-AppImage-Version=2.10.0
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.9.2</string>
18+
<string>2.10.0</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.2-stable.0"
43+
wiznoteplus_version = "2.10.0-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.0-en-US.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# WizNotePlus v2.10.0 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+
## New features
12+
13+
* Use [framelesshelper v2.0](https://github.com/wangwenx190/framelesshelper) as the borderless window implementation.
14+
* Use QSS to define window styles with a new UI design, "Use system window style" setting is no longer available.
15+
* Added tooltips for document and folder.
16+
* Allowed users to set the interface font for the main window.
17+
* Application renamed to WizNotePlus to avoid conflicts with WizNote X.
18+
* New "Recent Read" section on the Welcome page.
19+
* Added "superscript/subscript" function to internal rich text editor. #188 by @notplus
20+
* Environment variable `WIZNOTE_DATA_STORE` is provided to replace `~/.wiznote` to set the WizNotePlus data folder location.
21+
22+
## Bug fixes
23+
24+
* Fixed the issue that the closing of the last visible window causes the application to exit. #195
25+
26+
## Known Issues
27+
28+
* On Windows, WizNotePlus don't sync contents with external editor such as Typora by accident. #88
29+
* On MacOS, disable `ShowSystemTrayIcon` will cause application crash for next start. #76
30+
* Document markup will show position shifts on clients of different platforms.
31+
* Notes cannot be saved occasionally when the separate document window is closed.

dist/changes-2.10.0-zh-CN.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# WizNotePlus v2.10.0 更新日志
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+
* 使用 [framelesshelper v2.0](https://github.com/wangwenx190/framelesshelper) 作为无边框窗口的实现方案。
14+
* 使用 QSS 来定义窗口样式,采用了新的 UI 设计,“使用系统窗口样式” 设置不再可用。
15+
* 为文档条目和文件夹条目添加了提示文本。
16+
* 允许用户设置主窗口的界面字体。
17+
* 应用程序更名为 WizNotePlus ,以避免与 WizNote X 的冲突。
18+
* 欢迎页面新增 “最近阅读” 栏目。
19+
* 内部富文本编辑器 “上标/下标” 功能。#188 by @notplus
20+
* 提供环境变量 `WIZNOTE_DATA_STORE` 用于替换 `~/.wiznote`,以设置 WizNotePlus 数据文件夹位置。
21+
22+
## 问题修复
23+
24+
* 修复最后一个可见窗口的关闭引起应用程序退出的问题。#195
25+
26+
## 已知问题
27+
28+
* Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
29+
* MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
30+
* 笔记标注在不同平台的客户端上会有位置偏差。
31+
* 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。

doc/README-en.md

Lines changed: 7 additions & 2 deletions
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.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)
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)
1414

1515
## Features
1616

@@ -54,9 +54,14 @@ If pre-compiled program do not work properly on a particular platform, you can c
5454
- [x] Multi-tab Documents and Websites Browser
5555
- [x] External Editor
5656
- [x] JavaScript plugin system
57+
- [ ] Document Types and Custom Handlers
58+
- [ ] Skin or theme system
59+
- [ ] Local full-text search engine
60+
- [ ] Batch Import and Export
61+
- [ ] Fully offline portable client
62+
- [ ] Multi-account simultaneous login
5763
- [ ] Replace the default rich text editor
5864
- [ ] Establish other cloud service systems
59-
- [ ] Skin or theme system
6065

6166
## Dependencies
6267

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.2"
6+
#define WIZ_CLIENT_VERSION "2.10.0"
77
// Development stage could be "alpha", "beta", "rc" and "stable"
88
#define WIZ_DEV_STAGE "stable.0"
99

0 commit comments

Comments
 (0)