|
35 | 35 | </nav> |
36 | 36 |
|
37 | 37 | <div class="container"> |
38 | | - <h1>Release Notes</h1> |
39 | | - <p><strong>IntelliTask</strong> is an alternative Windows version to the famous Microsoft Task Manager!</p> |
40 | | - <p>Download: <a href="https://www.moga.doctor/freeware/IntelliTaskSetup.msi">https://www.moga.doctor/freeware/IntelliTaskSetup.msi</a></p> |
41 | | - <p>GitHub repo: <a href="https://github.com/mihaimoga/IntelliTask" target="_blank">https://github.com/mihaimoga/IntelliTask</a></p> |
42 | | - <p>Article: <a href="https://www.codeproject.com/Articles/867009/IntelliTask" target="_blank">https://www.codeproject.com/Articles/867009/IntelliTask</a></p> |
43 | | - <h2>Social Media</h2> |
44 | | - <p>Please feel free to contact me if you need any further information.</p> |
45 | | - <ul> |
46 | | - <li><img class="img-responsive" src="https://www.moga.doctor/img/twitter.png" alt="Twitter"> <a href="https://x.com/stefanmihaimoga" target="_blank">X/Twitter</a></li> |
47 | | - <li><img class="img-responsive" src="https://www.moga.doctor/img/linkedin.png" alt="LinkedIn"> <a href="https://www.linkedin.com/in/stefanmihaimoga/" target="_blank">LinkedIn</a></li> |
48 | | - <li><img class="img-responsive" src="https://www.moga.doctor/img/facebook.png" alt="Facebook"> <a href="https://www.facebook.com/stefanmihaimoga" target="_blank">Facebook</a></li> |
49 | | - <li><img class="img-responsive" src="https://www.moga.doctor/img/instagram.png" alt="Instagram"> <a href="https://www.instagram.com/stefanmihaimoga/" target="_blank">Instagram</a></li> |
50 | | - </ul> |
51 | | - |
52 | | - <h2>History</h2> |
53 | | - <ul> |
54 | | - <li>Version 1.03 (January 18<sup>th</sup>, 2014): Initial release.</li> |
55 | | - <li>Moved source code from CodeProject to GitLab (December 7<sup>th</sup>, 2019).</li> |
56 | | - <li>Version 1.04 (January 7<sup>th</sup>, 2022): I've updated About dialog with new e-mail address.</li> |
57 | | - <li>Version 1.05 (January 14<sup>th</sup>, 2022): I've updated PJ Naughter's CVersionInfo class.</li> |
58 | | - <li>Version 1.06 (February 4<sup>th</sup>, 2022): I've changed external website address.</li> |
59 | | - <li>Version 1.07 (April 28<sup>th</sup>, 2022): I've added LICENSE to installation folder.</li> |
60 | | - <li>Version 1.08 (September 9<sup>th</sup>, 2022): Added Contributors hyperlink to AboutBox dialog.</li> |
61 | | - <li>December 23<sup>rd</sup>, 2022: Moved source code from GitLab to GitHub.</li> |
62 | | - <li>Version 1.09 (January 21<sup>st</sup>, 2022): Added PJ Naughter's Single Instance class.</li> |
63 | | - <li>Version 1.10 (January 23<sup>rd</sup>, 2023): Updated PJ Naughter's <code>CVersionInfo</code> library to the latest version available. <blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li> |
64 | | - <li>Version 1.11 (January 24<sup>th</sup>, 2023): Updated PJ Naughter's <code>CInstanceChecker</code> library to the latest version available. <blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li> |
65 | | - <li>Replaced <code>NULL</code> throughout the codebase with <code>nullptr</code>.<br> |
66 | | - Replaced <code>BOOL</code> throughout the codebase with <code>bool</code>.<br> |
67 | | - This means that the minimum requirement for the application is now Microsoft Visual C++ 2010.</li> |
68 | | - <li>Version 1.12 (April 13<sup>th</sup>, 2023): Fixed processes' list update, and some minor UI bugs.</li> |
69 | | - <li>Version 1.13 (April 14<sup>th</sup>, 2023): Fixed header column sorting.</li> |
70 | | - <li>Version 1.14 (May 27<sup>th</sup>, 2023): Updated About dialog with GPLv3 notice.</li> |
71 | | - <li>Version 1.15 (June 9<sup>th</sup>, 2023): Added show file properties on double click.</li> |
72 | | - <li>Version 1.16 (June 15<sup>th</sup>, 2023): Made persistent the width of columns from interface.</li> |
73 | | - <li>Version 1.17 (July 22<sup>nd</sup>, 2023): Replaced old CHyperlinkStatic class with PJ Naughter's <code>CHLinkCtrl</code> library.</li> |
74 | | - <li>Version 1.18 (August 20<sup>th</sup>, 2023): |
75 | | - <ul> |
76 | | - <li>Changed article's download link. Updated the About dialog (email & website);</li> |
77 | | - <li>Added social media links: Twitter, LinkedIn, Facebook, and Instagram;</li> |
78 | | - <li>Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.</li> |
79 | | - </ul> |
80 | | - </li> |
81 | | - <li>Version 1.19 (January 27<sup>th</sup>, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.</li> |
82 | | - <li>Version 1.20 (February 3<sup>rd</sup>, 2024): |
| 38 | + <div class="row divide-md"> |
| 39 | + <div class="col-md-12 col-sm-12 divide-md text-justify" style="text-align: justify;"> |
| 40 | + <h1>Release Notes</h1> |
| 41 | + <p><strong>IntelliTask</strong> is an alternative Windows version to the famous Microsoft Task Manager!</p> |
| 42 | + <p>Download: <a href="https://www.moga.doctor/freeware/IntelliTaskSetup.msi">https://www.moga.doctor/freeware/IntelliTaskSetup.msi</a></p> |
| 43 | + <p>GitHub repo: <a href="https://github.com/mihaimoga/IntelliTask" target="_blank">https://github.com/mihaimoga/IntelliTask</a></p> |
| 44 | + <p>Article: <a href="https://www.codeproject.com/Articles/867009/IntelliTask" target="_blank">https://www.codeproject.com/Articles/867009/IntelliTask</a></p> |
| 45 | + <h2>Social Media</h2> |
| 46 | + <p>Please feel free to contact me if you need any further information.</p> |
83 | 47 | <ul> |
84 | | - <li>Implemented "<em>Device Manager</em>" functionality using Setup API;</li> |
85 | | - <li>Implemented "<em>Installed Programs</em>" functionality using Windows registry.</li> |
| 48 | + <li><img class="img-responsive" src="https://www.moga.doctor/img/twitter.png" alt="Twitter"> <a href="https://x.com/stefanmihaimoga" target="_blank">X/Twitter</a></li> |
| 49 | + <li><img class="img-responsive" src="https://www.moga.doctor/img/linkedin.png" alt="LinkedIn"> <a href="https://www.linkedin.com/in/stefanmihaimoga/" target="_blank">LinkedIn</a></li> |
| 50 | + <li><img class="img-responsive" src="https://www.moga.doctor/img/facebook.png" alt="Facebook"> <a href="https://www.facebook.com/stefanmihaimoga" target="_blank">Facebook</a></li> |
| 51 | + <li><img class="img-responsive" src="https://www.moga.doctor/img/instagram.png" alt="Instagram"> <a href="https://www.instagram.com/stefanmihaimoga/" target="_blank">Instagram</a></li> |
86 | 52 | </ul> |
87 | | - </li> |
88 | | - <li>Version 1.21 (February 10<sup>th</sup>, 2024): |
| 53 | + |
| 54 | + <h2>History</h2> |
89 | 55 | <ul> |
90 | | - <li>Added Operating System version to Installed Programs dialog using PJ Naughter's <code>DtWinVer</code> library.</li> |
91 | | - <li>Reworked the Device Manager functionality. Made both dialog resizable using <code>CWndResizer</code> library.</li> |
| 56 | + <li>Version 1.03 (January 18<sup>th</sup>, 2014): Initial release.</li> |
| 57 | + <li>Moved source code from CodeProject to GitLab (December 7<sup>th</sup>, 2019).</li> |
| 58 | + <li>Version 1.04 (January 7<sup>th</sup>, 2022): I've updated About dialog with new e-mail address.</li> |
| 59 | + <li>Version 1.05 (January 14<sup>th</sup>, 2022): I've updated PJ Naughter's CVersionInfo class.</li> |
| 60 | + <li>Version 1.06 (February 4<sup>th</sup>, 2022): I've changed external website address.</li> |
| 61 | + <li>Version 1.07 (April 28<sup>th</sup>, 2022): I've added LICENSE to installation folder.</li> |
| 62 | + <li>Version 1.08 (September 9<sup>th</sup>, 2022): Added Contributors hyperlink to AboutBox dialog.</li> |
| 63 | + <li>December 23<sup>rd</sup>, 2022: Moved source code from GitLab to GitHub.</li> |
| 64 | + <li>Version 1.09 (January 21<sup>st</sup>, 2022): Added PJ Naughter's Single Instance class.</li> |
| 65 | + <li>Version 1.10 (January 23<sup>rd</sup>, 2023): Updated PJ Naughter's <code>CVersionInfo</code> library to the latest version available. <blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li> |
| 66 | + <li>Version 1.11 (January 24<sup>th</sup>, 2023): Updated PJ Naughter's <code>CInstanceChecker</code> library to the latest version available. <blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li> |
| 67 | + <li>Replaced <code>NULL</code> throughout the codebase with <code>nullptr</code>.<br> |
| 68 | + Replaced <code>BOOL</code> throughout the codebase with <code>bool</code>.<br> |
| 69 | + This means that the minimum requirement for the application is now Microsoft Visual C++ 2010.</li> |
| 70 | + <li>Version 1.12 (April 13<sup>th</sup>, 2023): Fixed processes' list update, and some minor UI bugs.</li> |
| 71 | + <li>Version 1.13 (April 14<sup>th</sup>, 2023): Fixed header column sorting.</li> |
| 72 | + <li>Version 1.14 (May 27<sup>th</sup>, 2023): Updated About dialog with GPLv3 notice.</li> |
| 73 | + <li>Version 1.15 (June 9<sup>th</sup>, 2023): Added show file properties on double click.</li> |
| 74 | + <li>Version 1.16 (June 15<sup>th</sup>, 2023): Made persistent the width of columns from interface.</li> |
| 75 | + <li>Version 1.17 (July 22<sup>nd</sup>, 2023): Replaced old CHyperlinkStatic class with PJ Naughter's <code>CHLinkCtrl</code> library.</li> |
| 76 | + <li>Version 1.18 (August 20<sup>th</sup>, 2023): |
| 77 | + <ul> |
| 78 | + <li>Changed article's download link. Updated the About dialog (email & website);</li> |
| 79 | + <li>Added social media links: Twitter, LinkedIn, Facebook, and Instagram;</li> |
| 80 | + <li>Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.</li> |
| 81 | + </ul> |
| 82 | + </li> |
| 83 | + <li>Version 1.19 (January 27<sup>th</sup>, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.</li> |
| 84 | + <li>Version 1.20 (February 3<sup>rd</sup>, 2024): |
| 85 | + <ul> |
| 86 | + <li>Implemented "<em>Device Manager</em>" functionality using Setup API;</li> |
| 87 | + <li>Implemented "<em>Installed Programs</em>" functionality using Windows registry.</li> |
| 88 | + </ul> |
| 89 | + </li> |
| 90 | + <li>Version 1.21 (February 10<sup>th</sup>, 2024): |
| 91 | + <ul> |
| 92 | + <li>Added Operating System version to Installed Programs dialog using PJ Naughter's <code>DtWinVer</code> library.</li> |
| 93 | + <li>Reworked the Device Manager functionality. Made both dialog resizable using <code>CWndResizer</code> library.</li> |
| 94 | + </ul> |
| 95 | + </li> |
| 96 | + <li>Version 1.22 (February 21<sup>st</sup>, 2024): Switched MFC application' theme back to native Windows.</li> |
| 97 | + <li>Version 1.23 (April 8<sup>th</sup>, 2024): Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available. <blockquote>Provided a new IsWindows11Version24H2 method.</blockquote></li> |
| 98 | + <li>Version 1.24 (August 28<sup>th</sup>, 2024): Fix CPU Usage for all processes, especially PID=0 (System Process).</li> |
92 | 99 | </ul> |
93 | | - </li> |
94 | | - <li>Version 1.22 (February 21<sup>st</sup>, 2024): Switched MFC application' theme back to native Windows.</li> |
95 | | - <li>Version 1.23 (April 8<sup>th</sup>, 2024): Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available. <blockquote>Provided a new IsWindows11Version24H2 method.</blockquote></li> |
96 | | - <li>Version 1.24 (August 28<sup>th</sup>, 2024): Fix CPU Usage for all processes, especially PID=0 (System Process).</li> |
97 | | - </ul> |
| 100 | + </div> |
| 101 | + </div> |
98 | 102 | </div> |
99 | 103 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> |
100 | 104 | </body> |
|
0 commit comments