| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| notetask-1.1.2-any-x86-x64.exe | 2026-02-21 | 4.4 MB | |
| notetask-1.1.2-x64-allusers.msi | 2026-02-21 | 20.0 MB | |
| notetask-1.1.2-x64.msi | 2026-02-21 | 20.0 MB | |
| notetask-1.1.2-x86-allusers.msi | 2026-02-21 | 16.0 MB | |
| notetask-1.1.2-x86-x64-portable.zip | 2026-02-21 | 3.7 MB | |
| notetask-1.1.2-x86.msi | 2026-02-21 | 16.0 MB | |
| notetask-1.1.2.deb | 2026-02-21 | 2.1 MB | |
| notetask-1.1.2.rpm | 2026-02-21 | 2.1 MB | |
| README.md | 2026-02-21 | 3.1 kB | |
| v1.1.2 source code.tar.gz | 2026-02-21 | 3.1 MB | |
| v1.1.2 source code.zip | 2026-02-21 | 3.3 MB | |
| Totals: 11 Items | 90.8 MB | 0 | |
Changelog
v1.1.2 (2026-02-21)
š Fixed Bugs
- Errors when hiding all tabs and attempting task/tab operations #92
- Incorrect task count in new file due to incomplete cleanup #91
- Update groups on task add/delete/move to reflect group archive status changes #90
- Duplicate cell highlighting not updating after page switching #89
- Range check errors in backtick processing functions when string ends with unclosed backtick block #88
- Error when deleting last task with duration calculation enabled #87
* 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.2āanyāx86āx64.exe |
| User installer (MSI) ā installs the application for the current user | notetaskā1.1.2āx64.msi
notetaskā1.1.2āx86.msi |
| System installer (MSI) ā installs the application for all users on the system | notetaskā1.1.2āx64āallusers.msi
notetaskā1.1.2ā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.2ā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.)
:::bash
wget https://github.com/plaintool/notetask/releases/download/v1.1.2/notetask-1.1.2.deb
sudo apt install ./notetask-1.1.2.deb
RPM-based systems (Fedora, RHEL, CentOS, openSUSE, etc.)
:::bash
wget https://github.com/plaintool/notetask/releases/download/v1.1.2/notetask-1.1.2.rpm
sudo rpm -i ./notetask-1.1.2.rpm