Releases: altairwei/WizNotePlus
WizNotePlus v2.12.0
WizNotePlus v2.12.0 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
新的特征
- 允许用户通过主菜单栏的 “查看 > 布局 >...” 选项,分别显示或隐藏主界面的三个栏目。
- 新增 ExecuteScript 插件类型,以同步地执行 JavaScript 脚本。
- 为 JavaScript 插件系统新增一系列 APIs:
- 运行外部程序的
RunExe
、RunProc
以及CreateProcess
等方法。 - 与用户交互的
ShowMessage
、Confirm
、GetIntValue
、GetDoubleValue
、InputBox
、InputMultiLineText
、SelectItem
、OpenMessageConsole
等方法。
- 运行外部程序的
- 允许在主界面工具栏上创建菜单类型的 JavaScript 插件。
- 通过 Wiz.Search 插件实现本地离线全文搜索。
- 新增 JavaScript 控制台以方便批量操作和探索 APIs。
问题修复
- 修复了用户界面语言翻译的一些错误。
已知问题
见 Known issues 文档。
WizNotePlus v2.12.0 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
New Features
- Allow users to show or hide the three sections of the main window through the "View > Layout >..." options in the main menu.
- Introduced a new ExecuteScript plugin type to execute JavaScript scripts synchronously.
- Added a series of APIs to the JavaScript plugin system:
- Methods to run external programs such as
RunExe
,RunProc
, andCreateProcess
. - Interaction methods with users like
ShowMessage
,Confirm
,GetIntValue
,GetDoubleValue
,InputBox
,InputMultiLineText
,SelectItem
, andOpenMessageConsole
.
- Methods to run external programs such as
- Allow the creation of menu-type JavaScript plugins on the main window toolbar.
- Local offline full-text search via Wiz.Search plugin.
- Introduced a JavaScript console for batch operations and API exploration.
Bug fixes
- Fixed some internationalization errors in the user interface.
Known Issues
See Known issues document.
WizNotePlus v2.11.3
WizNotePlus v2.11.3 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
- 从 JavaScript 对话框的标题中移除 URL 地址。
- 当禁用沙盒模式时仅允许使用桌面浏览器打开超链接。
- 在 “查看” 菜单栏添加 “打开欢迎页面” 选项。
- 批量导出功能改进:
- 新增选项允许尽可能地不创建标题文件夹。
- 新增选项以选择是否导出笔记元信息。
已知问题
见 Known issues 文档。
WizNotePlus v2.11.3 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
Bug fixes
- Removed URL address from the title of JavaScript dialog.
- Only allowed to open link with desktop browser when sandbox mode is disabled.
- Added "Open Welcome Page" option to the "View" menu.
- Batch export improvements:
- New option to allow not creating title folders if possible.
- Added option to choose whether to export note meta information.
Known Issues
See Known issues document.
WizNotePlus v2.11.2
WizNotePlus v2.11.2 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
- 修复用户头像的分辨率问题。
- 修复拖动笔记时图标分辨率问题。
- 不允许在 “单独窗口” 中打开协作笔记。
- 改进数据同步的体验:
- 网络断开或服务端不可用的情况下不再频繁通报同步错误。
- 将网络请求等待时间修改到 60 秒,避免同步线程锁定。
- 退出程序时允许强制结束同步进程。
- 改进在笔记中插入附件的体验:
- 修复拖拽插入附件时生成略缩图的分辨率问题。
- 允许从附件列表生成附件略缩图并拷贝到文档中。
- 允许直接复制文件,然后从文档右键菜单栏 “粘贴” 插入附件。
- 修复页面缩放部件的显示问题。
已知问题
见 Known issues 文档。
WizNotePlus v2.11.2 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
Bug fixes
- Fix the resolution problem of user avatar.
- Fix the icon resolution issue when dragging notes.
- Do not allow opening collaboration notes in separate window.
- Improve data synchronization experience.
- Sync errors are no longer frequently notified in case of network disconnection or server unavailability.
- Modify network request wait time to 60 seconds to avoid synchronization thread lock.
- Allow forced termination of the sync threads when exiting the program.
- Improve the experience of inserting attachments in notes.
- Fix resolution issue with thumbnail generation when dragging and dropping to insert attachments.
- Allow generating attachment thumbnails from the attachment list and copying them to the document.
- Allow copying files directly and then "Paste" inserting attachments from the document context menu.
- Fix the display issue of page zoom widget.
Known Issues
See Known issues document.
WizNotePlus v2.11.0
WizNotePlus v2.11.0 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
新的特征
- 初步实现笔记批量导出功能(感谢 @PikachuHy),更多功能需求请在 Github Issues 中反馈。#182
- 新增 JavaScript 插件类型,增强 Wiz.Note.Outline 功能。
- 支持创建、阅读及编辑协作笔记。#222
- 新增内置的页面放大缩小组件,插件 Wiz.Note.Zoom 将退役。
- 更改页面滚动条样式。
问题修复
- 修复较旧版本 QWebEngine 在 GLIBC >= 2.34 上崩溃的问题。#224
- 修复群组笔记文件夹的排序问题。
已知问题
见 Known issues 文档。
WizNotePlus v2.11.0 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
New features
- Initial implementation of notes batch export (thanks @PikachuHy), more feature requests please feedback in Github Issues. #182
- New JavaScript plugin type to enhance Wiz.Note.Outline functionality.
- Support for creating, reading and editing collaboration notes. #222
- New built-in web page zoom widget, plugin Wiz.Note.Zoom will be retired.
- Change page scrollbar style.
Bug fixes
- Fix older version of QWebEngine crashing on GLIBC >= 2.34. #224
- Fix sorting issue with group notes folder.
Known Issues
See Known issues document.
WizNotePlus v2.10.2
WizNotePlus v2.10.2 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
以下更新由 @JingbenShi668 赞助:
- 在 Mac 端禁用 command+up/down 快捷键。#214
- 降低软件主窗口最小宽度的限制。#215
- 为内部富文本编辑器 “搜索替换对话框” 添加 “关闭” 按钮。#218
- 修改富文本编辑器代码块样式,解决文本溢出问题。#216
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
- 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。
WizNotePlus v2.10.2 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
Bug fixes
The following updates were sponsored by @JingbenShi668
- Disable command+up/down shortcuts on Mac. #214
- Lower the minimum width limit of the main window. #215
- Add "Close" button to the "Search and Replace Dialog" of the internal rich text editor. #218
- Modify rich text editor code block style to fix text overflow issue. #216
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 - Document markup will show position shifts on clients of different platforms.
- Notes cannot be saved occasionally when the separate document window is closed.
WizNotePlus v2.10.1
WizNotePlus v2.10.1 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
- 将 CryptoPP 更新到 v8.5.0 版本,解决无法通过 Rosetta 2 在 Apple’s M1 Macs 上运行的问题。
- 修正 Welcome 页面笔记链接的下划线样式。
- 更新 framelesshelper 以修复鼠标在标题栏 hover 状态的失灵。wangwenx190/framelesshelper#92
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
- 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。
WizNotePlus v2.10.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
Bug fixes
- Updated CryptoPP to v8.5.0 to resolve an issue that prevented WizNotePlus from running on Apple's M1 Macs via Rosetta 2.
- Fixed underline style for Welcome page notes links.
- Updated framelesshelper to fix mouse tracking BUG in title bar. wangwenx190/framelesshelper#92
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 - Document markup will show position shifts on clients of different platforms.
- Notes cannot be saved occasionally when the separate document window is closed.
WizNotePlus v2.10.0
WizNotePlus v2.10.0 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
新的特征
- 使用 framelesshelper v2.0 作为无边框窗口的实现方案。
- 使用 QSS 来定义窗口样式,采用了新的 UI 设计,“使用系统窗口样式” 设置不再可用。
- 为文档条目和文件夹条目添加了提示文本。
- 允许用户设置主窗口的界面字体。
- 应用程序更名为 WizNotePlus ,以避免与 WizNote X 的冲突。
- 欢迎页面新增 “最近阅读” 栏目。
- 内部富文本编辑器 “上标/下标” 功能。#188 by @notplus
- 提供环境变量
WIZNOTE_DATA_STORE
用于替换~/.wiznote
,以设置 WizNotePlus 数据文件夹位置。
问题修复
- 修复最后一个可见窗口的关闭引起应用程序退出的问题。#195
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
- 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。
WizNotePlus v2.10.0 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
New features
- Use framelesshelper v2.0 as the borderless window implementation.
- Use QSS to define window styles with a new UI design, "Use system window style" setting is no longer available.
- Added tooltips for document and folder.
- Allowed users to set the interface font for the main window.
- Application renamed to WizNotePlus to avoid conflicts with WizNote X.
- New "Recent Read" section on the Welcome page.
- Added "superscript/subscript" function to internal rich text editor. #188 by @notplus
- Environment variable
WIZNOTE_DATA_STORE
is provided to replace~/.wiznote
to set the WizNotePlus data folder location.
Bug fixes
- Fixed the issue that the closing of the last visible window causes the application to exit. #195
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 - Document markup will show position shifts on clients of different platforms.
- Notes cannot be saved occasionally when the separate document window is closed.
WizNotePlus v2.9.2
WizNotePlus v2.9.2 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
- 修复文档浏览页面右键菜单中 “审查元素” 与 “打开临时文件位置” 位置跳跃的问题。
- 同步 WizQTClient 关于服务器 APIs 的变更。
- 登录窗口切换到私有服务器时不再自动搜索为知盒子。
- 为私有服务器账户隐藏 “购买VIP” 选项。
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
- 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。
WizNotePlus v2.9.2 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
Bug fixes
- Fixed position jump issue between InspectElement and OpenTempFileLocation in document view context menu.
- Sync server APIs changes made by WizQTClient.
- No longer automatically search for WizBox when login.
- Hidding "purchase vip" menu item for private deployment accounts.
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 - Document markup will show position shifts on clients of different platforms.
- Notes cannot be saved occasionally when the separate document window is closed.
WizNotePlus v2.9.1
WizNotePlus v2.9.1 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
问题修复
- 修复编辑器工具栏按钮图标不更新的问题。#192 by @notplus
- 修复 Linux 端系统托盘图标消息通知的错误行为。#194
- 修复外部编辑器或者单独笔记窗口保存时主窗口被激活从而打断编辑体验的问题。#141
- 修复单独编辑窗口关闭时自动保存流程没有触发内容变更信号的问题。#141
- 修复外部编辑器启动和保存时的一些问题。#199
- 修复无法渲染 lite/markdown 类型笔记的问题。#198
- 修复内部编辑器 “丢弃修改” 功能失效的问题。
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
- 单独笔记窗口在关闭时,偶尔会无法自动保存笔记内容。
WizNotePlus v2.9.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
Bug fixes
- Fixed the problem that the editor toolbar button icon is not updated. #192 by @notplus
- Fixed the wrong behavior of tray icon message notification on Linux system. #194
- Fixed the problem that the main window is activated when an external editor or a separate note window is saved, thus interrupting the editing experience. #141
- Fixed the problem that the automatic saving process did not trigger the content change signal when the separate note window was closed. #141
- Fixed some problems when launching and saving external editors. #199
- Fixed the problem that lite/markdown type notes cant not be rendered. #198
- Fixed the failure of the "discard changes" function of the internal editor.
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 - Document markup will show position shifts on clients of different platforms.
- Notes cannot be saved occasionally when the separate document window is closed.
WizNotePlus v2.9.0
WizNotePlus v2.9.0 更新日志
可直接通过 GitHub Releases 页面 Assets 中的链接下载。如果遇到网络延迟问题,可选择坚果云。
(可选) 坚果云:https://www.jianguoyun.com/p/DQdQlDYQnu3hCRi6mokE
系统要求
预编译的 WizNotePlus 软件包基于 Qt 5.14.2 构建,最低系统需求如下:
- Linux 最低要求 GLIBC_2.17
- MacOS 最低要求 macOS 10.13
- Windows 最低要求 Windows 7
新的特征
已知问题
- Windows 平台外部编辑器 Typora 保存时,有时会出现 WizNote 不同步更新的状况。#88
- 外部编辑器或者单独编辑窗口保存时会导致主界面窗口被激活并在最上层显示。#141
- MacOS 下“显示系统托盘图标”设置会导致程序崩溃。#76
- 笔记标注在不同平台的客户端上会有位置偏差。
WizNotePlus v2.9.0 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
New features
- Pressing the mouse wheel will close the tab.
- Add "Show sub-folder documents" function for category view. #113 #157
Known Issues
- On Windows, WizNotePlus don't sync contents with external editor such as Typora by accident. #88
- External editor or separate editing window will cause the main interface window to be activated and displayed on the top layer when saving. #141
- On MacOS, disable
ShowSystemTrayIcon
will cause application crash for next start. #76 - Document markup will show position shifts on clients of different platforms.