Skip to content

Commit 857af9d

Browse files
committed
Updated IntelliTask.html
1 parent 444f820 commit 857af9d

File tree

4 files changed

+119
-93
lines changed

4 files changed

+119
-93
lines changed

IntelliTask.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ <h3>Install IntelliTask from zip</h3>
6161
</ul>
6262
<p>The portable zip edition of <em>IntelliTask</em> can be removed by deleting the directory they came in. If you manually set up file associations or context-menu entries in the OS, it is your responsibility to remove them yourself.</p>
6363

64+
<h2>Application's menu</h2>
65+
<p>The <em>IntelliTask</em> menu features the application's most important functions:</p>
66+
<ul>
67+
<li><strong>Properties</strong>: Shows file properties.</li>
68+
<li><strong>Kill process</strong>: Kills selectedd process.</li>
69+
<li><strong>Device Manager</strong>: Shows local computer devices.</li>
70+
<li><strong>Installed Programs</strong>: Shows computer installed programs.</li>
71+
</ul>
72+
6473
<h2>Create and Submit your Pull Request</h2>
6574
<p>As noted in the <a href="https://github.com/mihaimoga/IntelliTask/blob/main/CONTRIBUTING.md" target="_blank">Contributing Rules</a> for <em>IntelliTask</em>, all Pull Requests need to be attached to a issue on GitHub. So the first step is to create an issue which requests that the functionality be improved (if it was already there) or added (if it was not yet there); in your issue, be sure to explain that you have the functionality definition ready, and will be submitting a Pull Request. The second step is to use the GitHub interface to create the Pull Request from your fork into the main repository. The final step is to wait for and respond to feedback from the developers as needed, until such time as your PR is accepted or rejected.</p>
6675
</div>

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ These instructions will allow you to run a portable or mini-portable (also calle
2929

3030
The portable zip edition of _IntelliTask_ can be removed by deleting the directory they came in. If you manually set up file associations or context-menu entries in the OS, it is your responsibility to remove them yourself.
3131

32+
## Application's menu
33+
34+
The _IntelliTask_ menu features the application's most important functions:
35+
36+
- **Properties**: Shows file properties.
37+
- **Kill process**: Kills selectedd process.
38+
- **Device Manager**: Shows local computer devices.
39+
- **Installed Programs**: Shows computer installed programs.
40+
3241
## Create and Submit your Pull Request
3342

3443
As noted in the [Contributing Rules](https://github.com/mihaimoga/IntelliTask/blob/main/CONTRIBUTING.md) for _IntelliTask_, all Pull Requests need to be attached to a issue on GitHub. So the first step is to create an issue which requests that the functionality be improved (if it was already there) or added (if it was not yet there); in your issue, be sure to explain that you have the functionality definition ready, and will be submitting a Pull Request. The second step is to use the GitHub interface to create the Pull Request from your fork into the main repository. The final step is to wait for and respond to feedback from the developers as needed, until such time as your PR is accepted or rejected.

ReleaseNotes.html

Lines changed: 60 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -35,66 +35,70 @@
3535
</nav>
3636

3737
<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">&nbsp;<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">&nbsp;<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">&nbsp;<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">&nbsp;<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 &amp; 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>
8347
<ul>
84-
<li>Implemented &quot;<em>Device Manager</em>&quot; functionality using Setup API;</li>
85-
<li>Implemented &quot;<em>Installed Programs</em>&quot; functionality using Windows registry.</li>
48+
<li><img class="img-responsive" src="https://www.moga.doctor/img/twitter.png" alt="Twitter">&nbsp;<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">&nbsp;<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">&nbsp;<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">&nbsp;<a href="https://www.instagram.com/stefanmihaimoga/" target="_blank">Instagram</a></li>
8652
</ul>
87-
</li>
88-
<li>Version 1.21 (February 10<sup>th</sup>, 2024):
53+
54+
<h2>History</h2>
8955
<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 &amp; 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 &quot;<em>Device Manager</em>&quot; functionality using Setup API;</li>
87+
<li>Implemented &quot;<em>Installed Programs</em>&quot; 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>
9299
</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>
98102
</div>
99103
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
100104
</body>

0 commit comments

Comments
 (0)