Skip to content

Commit 5ae260f

Browse files
Update ConfigMgr_Task_Sequence_Monitor.xml
1 parent b3ab5c5 commit 5ae260f

1 file changed

Lines changed: 59 additions & 8 deletions

File tree

Lines changed: 59 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,78 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Remote_Compliance>
2+
<ConfigMgr_Task_Sequence_Monitor>
33
<Versions>
44
<Version>
55
<Value>1.0</Value>
66
<Changes>
77
<Change>Initial Version</Change>
88
</Changes>
9-
<ReleaseDate>2017-March-15</ReleaseDate>
9+
<ReleaseDate>2015-01-01</ReleaseDate>
1010
</Version>
1111
<Version>
1212
<Value>1.1</Value>
1313
<Changes>
14-
<Change>Fixed issue where report does not generate when the application is run on an SCCM site server</Change>
15-
<Change>Fixed issue where a failed file hash check causes does not create the user message box</Change>
14+
<Change>Added capability to link data from MDT with data from ConfigMgr</Change>
1615
</Changes>
17-
<ReleaseDate>2017-March-15</ReleaseDate>
16+
<ReleaseDate>2015-01-01</ReleaseDate>
1817
</Version>
1918
<Version>
2019
<Value>1.2</Value>
2120
<Changes>
22-
<Change>Fixed issue where the "Update Available" button did not display when new version available</Change>
21+
<Change>Added capability to generate an HTML deployment report</Change>
22+
<Change>Fixed memory leak</Change>
23+
<Change>Improved integration of MDT and ConfigMgr data</Change>
24+
<Change>Moved settings into a seperate window</Change>
2325
</Changes>
24-
<ReleaseDate>2017-March-15</ReleaseDate>
26+
<ReleaseDate>2015-November-17</ReleaseDate>
27+
</Version>
28+
<Version>
29+
<Value>1.2.1</Value>
30+
<Changes>
31+
<Change>Fixed code bug that caused the app to open and immediately close on some machines</Change>
32+
</Changes>
33+
<ReleaseDate>2015-November-19</ReleaseDate>
34+
</Version>
35+
<Version>
36+
<Value>1.2.2</Value>
37+
<Changes>
38+
<Change>Fixed the issue where if only one task sequence is active in the environment, it will display as an array of string characters instead of an array of items</Change>
39+
</Changes>
40+
<ReleaseDate>2015-November-20</ReleaseDate>
41+
</Version>
42+
<Version>
43+
<Value>1.3.0</Value>
44+
<Changes>
45+
<Change>Added the capability to change the displayed date/time from the MDT/ConfigMgr default (UTC) to your local system timezone</Change>
46+
</Changes>
47+
<ReleaseDate>2015-November-23</ReleaseDate>
48+
</Version>
49+
<Version>
50+
<Value>1.3.1</Value>
51+
<Changes>
52+
<Change>Fixed an issue where the HTML report returns no results when the dateformat of the default system language of SQL server is not using "mdy" format. Search dates are now passed to SQL server in ISO8601 standard format for compatibility with all SQL dateformats</Change>
53+
</Changes>
54+
<ReleaseDate>2016-January-15</ReleaseDate>
55+
</Version>
56+
<Version>
57+
<Value>1.4</Value>
58+
<Changes>
59+
<Change>Fixed the issue where duplicate records might be returned when the computer being deployed already exists in the ConfigMgr database (rebuild scenario)</Change>
60+
</Changes>
61+
<ReleaseDate>2016-February-10</ReleaseDate>
62+
</Version>
63+
<Version>
64+
<Value>1.5</Value>
65+
<Changes>
66+
<Change>Restyled the UI with a Modern Metro style</Change>
67+
</Changes>
68+
<ReleaseDate>2016-October-13</ReleaseDate>
69+
</Version>
70+
<Version>
71+
<Value>2.0</Value>
72+
<Changes>
73+
<Change>tbc...</Change>
74+
</Changes>
75+
<ReleaseDate>2016-May-01</ReleaseDate>
2576
</Version>
2677
</Versions>
27-
</Remote_Compliance>
78+
</ConfigMgr_Task_Sequence_Monitor>

0 commit comments

Comments
 (0)