Release Notes
IntelliTask is an alternative Windows version to the famous Microsoft Task Manager!
Download: https://www.moga.doctor/freeware/IntelliTaskSetup.msi
GitHub repo: https://github.com/mihaimoga/IntelliTask
Article: https://www.codeproject.com/Articles/867009/IntelliTask
Social Media
Please feel free to contact me if you need any further information.
History
- Version 1.03 (January 18th, 2014): Initial release.
- Moved source code from CodeProject to GitLab (December 7th, 2019).
- Version 1.04 (January 7th, 2022): I've updated About dialog with new e-mail address.
- Version 1.05 (January 14th, 2022): I've updated PJ Naughter's CVersionInfo class.
- Version 1.06 (February 4th, 2022): I've changed external website address.
- Version 1.07 (April 28th, 2022): I've added LICENSE to installation folder.
- Version 1.08 (September 9th, 2022): Added Contributors hyperlink to AboutBox dialog.
- December 23rd, 2022: Moved source code from GitLab to GitHub.
- Version 1.09 (January 21st, 2022): Added PJ Naughter's Single Instance class.
- Version 1.10 (January 23rd, 2023): Updated PJ Naughter's
CVersionInfo
library to the latest version available. Updated the code to use C++ uniform initialization for all variable declarations.
- Version 1.11 (January 24th, 2023): Updated PJ Naughter's
CInstanceChecker
library to the latest version available. Updated the code to use C++ uniform initialization for all variable declarations.
- Replaced
NULL
throughout the codebase with nullptr
.
Replaced BOOL
throughout the codebase with bool
.
This means that the minimum requirement for the application is now Microsoft Visual C++ 2010.
- Version 1.12 (April 13th, 2023): Fixed processes' list update, and some minor UI bugs.
- Version 1.13 (April 14th, 2023): Fixed header column sorting.
- Version 1.14 (May 27th, 2023): Updated About dialog with GPLv3 notice.
- Version 1.15 (June 9th, 2023): Added show file properties on double click.
- Version 1.16 (June 15th, 2023): Made persistent the width of columns from interface.
- Version 1.17 (July 22nd, 2023): Replaced old CHyperlinkStatic class with PJ Naughter's
CHLinkCtrl
library.
- Version 1.18 (August 20th, 2023):
- Changed article's download link. Updated the About dialog (email & website);
- Added social media links: Twitter, LinkedIn, Facebook, and Instagram;
- Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.
- Version 1.19 (January 27th, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.
- Version 1.20 (February 3rd, 2024):
- Implemented "Device Manager" functionality using Setup API;
- Implemented "Installed Programs" functionality using Windows registry.
- Version 1.21 (February 10th, 2024):
- Added Operating System version to Installed Programs dialog using PJ Naughter's
DtWinVer
library.
- Reworked the Device Manager functionality. Made both dialog resizable using
CWndResizer
library.
- Version 1.22 (February 21st, 2024): Switched MFC application' theme back to native Windows.
- Version 1.23 (April 8th, 2024): Updated PJ Naughter's
DtWinVer
library to the latest version available. Provided a new IsWindows11Version24H2 method.
- Version 1.24.1 (September 21st, 2024):
- Fix CPU Usage for all processes, especially PID=0 (System Process).
- Implemented User Manual option into Help menu.
- Implemented Check for updates... option into Help menu.