Changelog
v1.1.3 (2026-04-08)
🚀 New Features
- Automatic check for updates with the ability to disable #100
✨ Enhancements
- Json formatting when saving settings #93
🐛 Fixed Bugs
- Fixed problems with memo indentation when editing #101
- Settings may have been reset due to loading errors #99
- When moving tasks between groups, the selection was lost #98
- After undo, a duplicate text remains highlighted #97
- It was not possible to enter a text tag using Unicode characters #96
- Cursor jumped to task at start of drag when moving tasks quickly #95
- Saving the form position when the interface scale is changed #94
* This Changelog was automatically generated by github_changelog_generator
Installation
Windows
Several installer options are available:
| Description | Files |
|---|---|
| Universal installer (EXE) — universal installer for x86 and x64, supports installation for the current user or for all users | notetask‑1.1.3‑any‑x86‑x64.exe |
| User installer (MSI) — installs the application for the current user | notetask‑1.1.3‑x64.msi notetask‑1.1.3‑x86.msi |
| System installer (MSI) — installs the application for all users on the system | notetask‑1.1.3‑x64‑allusers.msi notetask‑1.1.3‑x86‑allusers.msi |
| Portable version — saves its settings to form_settings.json if it is near the executable; otherwise, in the user directory | notetask‑1.1.3‑x86‑x64‑portable.zip |
Note: Windows XP supports installation only via MSI installers. The EXE installer is not compatible with Windows XP.
Linux
Debian-like systems (Debian, Ubuntu, etc.)
wget https://github.com/plaintool/notetask/releases/download/v1.1.3/notetask-1.1.3.deb
sudo apt install ./notetask-1.1.3.debRPM-based systems (Fedora, RHEL, CentOS, openSUSE, etc.)
wget https://github.com/plaintool/notetask/releases/download/v1.1.3/notetask-1.1.3.rpm
sudo rpm -i ./notetask-1.1.3.rpm