-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathReleaseNotes.html
More file actions
174 lines (172 loc) · 12.4 KB
/
ReleaseNotes.html
File metadata and controls
174 lines (172 loc) · 12.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>IntelliTask - Release Notes</title>
<link rel="icon" type="image/png" href="https://www.moga.doctor/romania-flag-square-icon-256.png">
<link rel="apple-touch-icon" href="https://www.moga.doctor/romania-flag-square-icon-256.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<style>
blockquote,
.blockquote {
margin: 0 !important;
padding: 0 !important;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="https://www.moga.doctor/intellitask/" target="_blank">IntelliTask</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliTask/graphs/contributors" target="_blank">Contributors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliTask/issues" target="_blank">Issues</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliTask/discussions" target="_blank">Discussions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliTask/wiki" target="_blank">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row divide-md">
<div class="col-md-12 col-sm-12 divide-md text-justify" style="text-align: justify;">
<h1>Release Notes</h1>
<p><strong>IntelliTask</strong> is an alternative Windows version to the famous Microsoft Task Manager!</p>
<p>Download: <a href="https://www.moga.doctor/freeware/IntelliTaskSetup.msi">https://www.moga.doctor/freeware/IntelliTaskSetup.msi</a></p>
<p>GitHub repo: <a href="https://github.com/mihaimoga/IntelliTask" target="_blank">https://github.com/mihaimoga/IntelliTask</a></p>
<h2>Social Media</h2>
<p>Please feel free to contact me if you need any further information.</p>
<ul>
<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>
<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>
<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>
<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>
</ul>
<h2>History</h2>
<ul>
<li>Version 1.03 (January 18<sup>th</sup>, 2014): Initial release.</li>
<li>Moved source code from CodeProject to GitLab (December 7<sup>th</sup>, 2019).</li>
<li>Version 1.04 (January 7<sup>th</sup>, 2022): I've updated About dialog with new e-mail address.</li>
<li>Version 1.05 (January 14<sup>th</sup>, 2022): I've updated PJ Naughter's CVersionInfo class.</li>
<li>Version 1.06 (February 4<sup>th</sup>, 2022): I've changed external website address.</li>
<li>Version 1.07 (April 28<sup>th</sup>, 2022): I've added LICENSE to installation folder.</li>
<li>Version 1.08 (September 9<sup>th</sup>, 2022): Added Contributors hyperlink to AboutBox dialog.</li>
<li>December 23<sup>rd</sup>, 2022: Moved source code from GitLab to GitHub.</li>
<li>Version 1.09 (January 21<sup>st</sup>, 2022): Added PJ Naughter's Single Instance class.</li>
<li>Version 1.10 (January 23<sup>rd</sup>, 2023): Updated PJ Naughter's <code>CVersionInfo</code> library to the latest version available.<br><blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li>
<li>Version 1.11 (January 24<sup>th</sup>, 2023): Updated PJ Naughter's <code>CInstanceChecker</code> library to the latest version available.<br><blockquote>Updated the code to use C++ uniform initialization for all variable declarations.</blockquote></li>
<li>Replaced <code>NULL</code> throughout the codebase with <code>nullptr</code>.<br>
Replaced <code>BOOL</code> throughout the codebase with <code>bool</code>.<br>
This means that the minimum requirement for the application is now Microsoft Visual C++ 2010.</li>
<li>Version 1.12 (April 13<sup>th</sup>, 2023): Fixed processes' list update, and some minor UI bugs.</li>
<li>Version 1.13 (April 14<sup>th</sup>, 2023): Fixed header column sorting.</li>
<li>Version 1.14 (May 27<sup>th</sup>, 2023): Updated About dialog with GPLv3 notice.</li>
<li>Version 1.15 (June 9<sup>th</sup>, 2023): Added show file properties on double click.</li>
<li>Version 1.16 (June 15<sup>th</sup>, 2023): Made persistent the width of columns from interface.</li>
<li>Version 1.17 (July 22<sup>nd</sup>, 2023): Replaced old CHyperlinkStatic class with PJ Naughter's <code>CHLinkCtrl</code> library.</li>
<li>Version 1.18 (August 20<sup>th</sup>, 2023):
<ul>
<li>Changed article's download link. Updated the About dialog (email & website);</li>
<li>Added social media links: Twitter, LinkedIn, Facebook, and Instagram;</li>
<li>Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.</li>
</ul>
</li>
<li>Version 1.19 (January 27<sup>th</sup>, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.</li>
<li>Version 1.20 (February 3<sup>rd</sup>, 2024):
<ul>
<li>Implemented "<em>Device Manager</em>" functionality using Setup API;</li>
<li>Implemented "<em>Installed Programs</em>" functionality using Windows registry.</li>
</ul>
</li>
<li>Version 1.21 (February 10<sup>th</sup>, 2024):
<ul>
<li>Added Operating System version to Installed Programs dialog using PJ Naughter's <code>DtWinVer</code> library.</li>
<li>Reworked the Device Manager functionality. Made both dialog resizable using <code>CWndResizer</code> library.</li>
</ul>
</li>
<li>Version 1.22 (February 21<sup>st</sup>, 2024): Switched MFC application' theme back to native Windows.</li>
<li>Version 1.23 (April 8<sup>th</sup>, 2024): Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Provided a new <code>IsWindows11Version24H2</code>. method.</blockquote></li>
<li>Version 1.24.1 (September 21<sup>st</sup>, 2024):
<ul>
<li>Fix CPU Usage for all processes, especially PID=0 (System Process).</li>
<li>Implemented <a href="https://www.moga.doctor/intellitask/" target="_blank">User Manual</a> option into Help menu.</li>
<li>Implemented <strong>Check for updates...</strong> option into Help menu.</li>
</ul>
</li>
<li>Version 1.25 (November 12<sup>th</sup>, 2024):
<ul>
<li>Fixed limitation to <code>_MAX_PATH</code> for long path names.</li>
<li>Fixed an UI bug on "<em>Device Manager</em>" dialog.</li>
<li>Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Provided a new <code>IsWindowsServer2025ActiveDevelopmentBranch</code> method.<br> Provided a new <code>IsWindowsServerVersion24H2</code> method.</blockquote></li>
</ul>
</li>
<li>Version 1.26 (March 1<sup>st</sup>, 2025):
<ul>
<li>Updated copyright information.</li>
<li>Updated <code>genUp4win</code> library to the latest version available.<br><blockquote>Added support for Italian, Spanish, German and Greek languages.<br>Added support for Russian, Turkish, Chinese and Czech languages.</blockquote></li>
</ul>
</li>
<li>Version 1.27 (March 18<sup>th</sup>, 2025): Updated <code>genUp4win</code> library to the latest version available.<br><blockquote>Reverted back from <code>GetTempPath2</code> to <code>GetTempPath</code> to make it compatible again with Windows 10.</blockquote></li>
<li>Version 1.28 (October 4<sup>th</sup>, 2025): This release focuses on system stability and reliability. No new features were introduced. Includes:
<ul>
<li>Fixes for known bugs.</li>
<li>Security updates.</li>
<li>Minor performance optimizations.</li>
<li>Updated the embedded web browser (Microsoft Edge).</li>
<li>Updated <code>Bootstrap</code> library to the latest version available (Release Notes & Software Content Register).</li>
<li>Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Provided a new <code>IsWindows11Version25H2</code> method.</blockquote></li>
</ul>
</li>
<li>Version 1.29 (November 8<sup>th</sup>, 2025):
<ul>
<li>Updated the embedded web browser (Microsoft Edge).</li>
<li>Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Provided a new <code>IsWindows11Version26H1</code> method.<br>
Renamed a number of methods for naming consistency reasons.<br>
Added support for the following product types: <code>PRODUCT_DATACENTER_WS_SERVER_CORE_AZURE_EDITION</code><br>
Provided a new <code>IsHyperVNotIncluded</code> method.<br>
Provided a new <code>IsEssentialBusinessServerManagement</code> method.<br>
Provided a new <code>IsEssentialBusinessServerAdditional</code> method.<br>
Provided a new <code>IsEssentialBusinessServerAdditionalSvc</code> method.<br>
Provided a new <code>IsProfessionalForStudent</code> method.<br>
Renamed "<code>IsPPIPro</code>" method to "<code>IsWindows10Team</code>".<br>
Renamed "<code>IsWindows365</code>" method to "<code>IsWindows11SE</code>".<br>
Updated the logic to handle the <code>PRODUCT_PROFESSIONAL_PLUS</code> product type.<br>
Renamed "<code>IsWNC</code>". method to "<code>IsWindowsCPC</code>".<br>
Renamed "<code>IsXBoxDurangoHostOS</code>" method to "<code>IsXBoxOneHostOS</code>".<br>
Renamed "<code>IsXBoxScarlettHostOS</code>" method to "<code>IsXBoxSeriesXSHostOS</code>".</blockquote></li>
</ul>
</li>
<li>Version 1.30 (November 23<sup>rd</sup>, 2025): Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Updated the code to return <code>BuildLab</code> and <code>BuildLabEx</code> strings.<br>Updated the code to support detecting <code>ReactOS</code> version details.</blockquote></li>
<li>Version 1.31 (January 30<sup>th</sup>, 2026):
<ul>
<li>Updated copyright information.</li>
<li>Updated the embedded web browser (Microsoft Edge).</li>
<li>Updated PJ Naughter's <code>DtWinVer</code> library to the latest version available.<br><blockquote>Provided a new <code>IsWindows11Version26H2</code> method.</blockquote>
</ul>
</li>
<li>Version 1.32 (April 4<sup>th</sup>, 2026):
<ul>
<li>Updated the embedded web browser (Microsoft Edge).</li>
<li>Updated <code>genUp4win</code> library to the latest version available.<br><blockquote>Introduced <code>SHA256</code> checksum verification for downloaded update installers to ensure file integrity and prevent installation of tampered or corrupted files.</blockquote></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</body>
</html>