-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathutility log.html
276 lines (261 loc) · 11.3 KB
/
utility log.html
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Untree.co">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="" />
<meta name="keywords" content="bootstrap, bootstrap4" />
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link href="css/tiny-slider.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<title>Power DevBox Utility Change Logs</title>
</head>
<body>
<!-- Start Header/Navigation -->
<nav class="custom-navbar navbar navbar navbar-expand-md navbar-dark bg-dark" arial-label="Power DevBox navigation bar">
<div class="container">
<img src="images/power devbox grey.png" style="height:30px"/><a class="navbar-brand" href="index.html">Utility Change Log<span>.</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsFurni" aria-controls="navbarsFurni" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsFurni">
<ul class="custom-navbar-nav navbar-nav ms-auto mb-2 mb-md-0">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li><a class="nav-link" href="autoreview.html">AutoReview</a></li>
<li><a class="nav-link" href="appreview.html">AppReview</a></li>
<li class="active"><a class="nav-link" href="utility.html">Utility</a></li>
<li><a class="nav-link" href="shortcut.html">Shortcut</a></li>
<li><a class="nav-link" href="share.html">Share</a></li>
<li><a class="nav-link" href="exception.html">Exception</a></li>
</ul>
</div>
</div>
</nav>
<!-- End Header/Navigation -->
<!-- Start Why Choose Us Section -->
<div>
<div class="container">
<div class="row my-5">
<p><em><strong>V1.0.1</strong></em></p>
<p><strong>New Features</strong>: </p>
<ul>
<li>Alpha version</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<p><em><strong>V1.0.2</strong>
</em>
<strong>New Features:</strong></p>
<ul>
<li>Download clipboard</li>
</ul>
<p><strong>Bug Fixes:</strong> </p>
<ul>
</ul>
<p><em><strong>V2.0.0</strong></em></p>
<p>Date: 7/12/2023</p><p>
<strong>New Features:</strong> </p>
<ul>
<li>Rebrand, change to side bar</li>
<li>New UI now working</li>
</ul>
<p><strong>Bug Fixes:</strong> </p>
<p><em><strong>V2.0.1</strong></em></p>
<p>Date: 10/12/2023</p><p>
<strong>New Features:</strong> </p>
<ul>
<li>Hot Keys</li>
</ul>
<p><strong>Bug Fixes</strong>: </p>
<ul>
<li>multiple bug fixes</li>
</ul>
<p><em><strong>V2.0.4</strong></em></p>
<p>Date: 20/12/2023</p><p>
<strong>New Features:</strong></p>
<ul>
<li>Flow History</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
</ul>
<p><em><strong>V2.0.4</strong></em></p>
<p>Date: 10/01/2024</p><p>
<strong>New Features:</strong></p>
<ul>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li>Fixed history not running unless ext opened</li>
</ul>
<p><em><strong>V2.1.0</strong></em></p>
<p>Date: 10/01/2024</p>
<strong>New Features:</strong>
<ul>
<li>Filter history</li>
<li>UI now responsive (ish)</li>
<li>Auto sets to Beta UI</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
</ul>
<p><em><strong>V2.1.1</strong></em></p>
<p>Date: 28/02/2024</p>
<strong>New Features:</strong>
<ul>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li>Fixed caused new UI to not work</li>
<li>Fixed null empty clipboard forcing ionto history mode all of the time </li>
</ul>
<p><em><strong>V3.0.0</strong></em></p>
<p>Date: 28/04/2024</p>
<strong>New Features:</strong>
<ul>
<li>Power DevBox Utility rebrand</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
</ul>
<p><em><strong>V3.0.1</strong></em></p>
<p>Date: 26/06/2024</p>
<strong>New Features:</strong>
<ul>
<li>Updated links to PowerDevBox.com</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
</ul>
<p><em><strong>V3.0.2</strong></em></p>
<p>Date: 02/07/2024</p>
<strong>New Features:</strong>
<ul>
<li></li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li>compiler error fix</li>
</ul>
<p><em><strong>V3.0.3</strong></em></p>
<p>Date: 25/08/2024</p>
<strong>New Features:</strong>
<ul>
<li></li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li>Fixed New UI add to clipboard due to Power Automate update to enable copy paste containers</li>
</ul>
<p><em><strong>V3.0.4</strong></em></p>
<p>Date: 09/11/2024</p>
<strong>New Features:</strong>
<ul>
<li>ALT + + Zoom in on new ui</li>
<li>ALT + - Zoom out on new ui</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li>New UI now saves draft with ALT + S</li>
<li>New UI now publishes and test with ALT + T</li>
</ul>
<p><em><strong>V3.0.5</strong></em></p>
<p>Date: 05/01/2025</p>
<strong>New Features:</strong>
<ul>
<li>Fixes Microsoft bug for Classic Beta UI that made editing data sources difficult due to hidden popup</li>
</ul>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li></li>
</ul>
</div>
</div>
</div>
<!-- End Why Choose Us Section -->
<!-- Start Footer Section -->
<footer class="footer-section">
<div class="container relative">
<div class="row g-4 mb-4">
<div class="col-lg-4">
<div class="mb-4 footer-logo-wrap"><a href="#" class="footer-logo">About us<span>.</span></a></div>
<p class="mb-4">We are not for profit and all of our tools are available for free. Certain services may have limited availability. We endeaver to expand availability when possible. All support tickets are again limited by current resources, please still share bugs and we will rectify as soon as possible (though please be patient)</p>
<ul class="list-unstyled custom-social">
<li><a href="https://www.linkedin.com/in/wyattdave/"><span class="fa fa-brands fa-linkedin"></span></a></li>
<li><a href="https://x.com/wyattdavedev"><span class="fa fa-brands fa-twitter"></span></a></li>
<li><a href="https://dev.to/feed/wyattdave"><span class="fa fa-rss-square"></span></a></li>
</ul>
</div>
<div class="col-lg-8">
<div class="row links-wrap">
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="https://buymeacoffee.com/wyattdave"><i class="fa fa-coffee" aria-hidden="true"></i> Buy me a Coffee</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="Roadmap.html">Roadmap</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="merch.html" target="_blank">Merch</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="https://dev.to/wyattdave">Blog -Dev.to</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="privacy.html">Privacy</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="terms&conditions.html">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="mailto:[email protected]">Contact us</a></li>
</ul>
</div>
<div class="col-6 col-sm-6 col-md-3">
<ul class="list-unstyled">
<li><a href="#"></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="border-top copyright">
<div class="row pt-4">
<div class="col-lg-6">
<p class="mb-2 text-center text-lg-start">Copyright ©<script>document.write(new Date().getFullYear());</script>. All Rights Reserved. — Designed with love by <a href="https://untree.co">Untree.co</a> <!-- License information: https://untree.co/license/ -->
</p>
</div>
<div class="col-lg-6 text-center text-lg-end">
<ul class="list-unstyled d-inline-flex ms-auto">
<li class="me-4">WyattDave</li>
<li class="me-4">WyattDaveDev</li>
<li class="me-4">LowCodeDev</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer Section -->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/tiny-slider.js"></script>
<script src="js/custom.js"></script>
</body>
</html>