| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| notetask-1.1.5-any-x86-x64.exe | < 15 hours ago | 4.5 MB | |
| notetask-1.1.5-x64-allusers.msi | < 15 hours ago | 20.0 MB | |
| notetask-1.1.5-x64.msi | < 15 hours ago | 20.0 MB | |
| notetask-1.1.5-x86-allusers.msi | < 15 hours ago | 16.1 MB | |
| notetask-1.1.5-x86-x64-portable.zip | < 15 hours ago | 3.7 MB | |
| notetask-1.1.5-x86.msi | < 15 hours ago | 16.1 MB | |
| notetask-1.1.5.deb | < 15 hours ago | 2.1 MB | |
| notetask-1.1.5.rpm | < 15 hours ago | 2.1 MB | |
| README.md | < 15 hours ago | 2.8 kB | |
| v1.1.5 source code.tar.gz | < 15 hours ago | 3.1 MB | |
| v1.1.5 source code.zip | < 15 hours ago | 3.3 MB | |
| Totals: 11 Items | 91.1 MB | 2 | |
Changelog
v1.1.5 (2026-06-11)
✨ Enhancements
- Improve Inno Setup installer #109
🐛 Fixed Bugs
- Row height was not recalculated after merging tasks #108
- Tag removal logic to keep duplicates of tag #107
* 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.5‑any‑x86‑x64.exe (github.com) |
| User installer (MSI) — installs the application for the current user | notetask‑1.1.5‑x64.msi (github.com)
notetask‑1.1.5‑x86.msi (github.com) |
| System installer (MSI) — installs the application for all users on the system | notetask‑1.1.5‑x64‑allusers.msi (github.com)
notetask‑1.1.5‑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.5‑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.5/notetask-1.1.5.deb
sudo apt install ./notetask-1.1.5.deb
RPM-based systems (Fedora, RHEL, CentOS, openSUSE, etc.)
:::bash
wget https://github.com/plaintool/notetask/releases/download/v1.1.5/notetask-1.1.5.rpm
sudo rpm -i ./notetask-1.1.5.rpm