| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| notetask-1.1.3-any-x86-x64.exe | 2026-04-08 | 4.4 MB | |
| notetask-1.1.3-x64-allusers.msi | 2026-04-08 | 20.0 MB | |
| notetask-1.1.3-x64.msi | 2026-04-08 | 20.0 MB | |
| notetask-1.1.3-x86-allusers.msi | 2026-04-08 | 16.1 MB | |
| notetask-1.1.3-x86-x64-portable.zip | 2026-04-08 | 3.7 MB | |
| notetask-1.1.3-x86.msi | 2026-04-08 | 16.1 MB | |
| notetask-1.1.3.deb | 2026-04-08 | 2.1 MB | |
| notetask-1.1.3.rpm | 2026-04-08 | 2.1 MB | |
| README.md | 2026-04-08 | 3.4 kB | |
| v1.1.3 source code.tar.gz | 2026-04-08 | 3.1 MB | |
| v1.1.3 source code.zip | 2026-04-08 | 3.3 MB | |
| Totals: 11 Items | 90.8 MB | 0 | |
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 (github.com) |
| User installer (MSI) — installs the application for the current user | notetask‑1.1.3‑x64.msi (github.com)
notetask‑1.1.3‑x86.msi (github.com) |
| System installer (MSI) — installs the application for all users on the system | notetask‑1.1.3‑x64‑allusers.msi (github.com)
notetask‑1.1.3‑x86‑allusers.msi (github.com) |
| 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 (github.com) |
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.)
:::bash
wget https://github.com/plaintool/notetask/releases/download/v1.1.3/notetask-1.1.3.deb
sudo apt install ./notetask-1.1.3.deb
RPM-based systems (Fedora, RHEL, CentOS, openSUSE, etc.)
:::bash
wget https://github.com/plaintool/notetask/releases/download/v1.1.3/notetask-1.1.3.rpm
sudo rpm -i ./notetask-1.1.3.rpm