-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelogPremium.html
More file actions
651 lines (572 loc) · 24.3 KB
/
Copy pathchangelogPremium.html
File metadata and controls
651 lines (572 loc) · 24.3 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
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Screen Lock Builder Premium Changelog: Update History</title>
<meta name="description"
content="Screen Lock Builder Premium changelog - Track the latest updates, improvements, and new features for the premium Windows screen locker builder.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2025-12-21">
<meta name="robots" content="noindex, follow">
<!-- Security Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=()">
<link rel="canonical" href="https://www.dev-offcode.com/changelogPremium.html">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/changelogPremium.html">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/changelogPremium.html">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles.css?v=2.8.0" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/changelogPremium.html">
<meta property="og:title" content="Screen Lock Builder Premium Changelog: Update History">
<meta property="og:description"
content="Track the latest updates and improvements for Screen Lock Builder Premium Windows screen locker.">
<meta property="og:image" content="https://www.dev-offcode.com/Premium1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/changelogPremium.html">
<meta name="twitter:title" content="Screen Lock Builder Premium Changelog: Update History">
<meta name="twitter:description"
content="Track the latest updates and improvements for Screen Lock Builder Premium Windows screen locker.">
<meta name="twitter:image" content="https://www.dev-offcode.com/Premium1.png">
<!-- Social Media Links -->
<meta property="og:see_also" content="https://www.instagram.com/off.crypt86/">
<meta property="og:see_also" content="https://www.youtube.com/@OffCrypt">
<meta name="instagram:site" content="@off.crypt86">
<meta name="youtube:channel" content="@OffCrypt">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Windows Screen Lock Builder Premium",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Windows",
"description": "Premium Windows screen lock builder with advanced features including service startup, Safe Mode support, folder lock, website blocking, and AES-256-GCM encryption",
"url": "https://www.dev-offcode.com/ScreenLockBuilderPremium.html",
"image": "https://www.dev-offcode.com/Premium1.png",
"author": {
"@type": "Person",
"name": "EmptyCode0x86",
"sameAs": [
"https://twitter.com/OffCryptAndroid",
"https://www.instagram.com/off.crypt86/",
"https://www.youtube.com/@OffCrypt",
"https://github.com/emptycode0x86",
"https://bsky.app/profile/off-crypt86.bsky.social",
"https://www.linkedin.com/in/off-crypt-b94175382/"
]
},
"offers": {
"@type": "Offer",
"price": "55",
"priceCurrency": "USD"
},
"releaseNotes": {
"@type": "TechArticle",
"headline": "Screen Lock Builder Premium - Service Startup and Safe Mode Support",
"datePublished": "2025-12-21",
"dateModified": "2025-12-21",
"url": "https://www.dev-offcode.com/changelogPremium.html"
}
}
</script>
<link rel="stylesheet" href="styles.css?v=2.8.0">
<!-- Tracking scripts loaded via cookie-consent.js after user consent -->
</head>
<body>
<!-- Sidebar Navigation -->
<aside class="sidebar">
<div class="sidebar-header">
<h1 class="sidebar-title">OffCode</h1>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon">📱</span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon">💻</span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon">🔒</span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon">⭐</span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon">🤖</span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon">🌐</span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon">🧅</span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item active">
<a href="changelogPremium.html" class="menu-link">
<span class="menu-icon">📝</span>
<span class="menu-text">Premium Changelog</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon">💝</span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link">
<span class="menu-icon">🔐</span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon">🐦</span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon">📸</span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon">🎵</span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon">▶️</span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon">🦋</span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon">💼</span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
<!-- Mobile Menu Toggle -->
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<!-- Main Content Wrapper -->
<div class="main-wrapper">
<main>
<!-- Breadcrumb Navigation for SEO (hidden but accessible) -->
<nav aria-label="Breadcrumb"
style="position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;">
<ol style="list-style: none; padding: 0; margin: 0; display: flex; gap: 0.5rem; font-size: 0.9rem;">
<li><a href="https://www.dev-offcode.com/">Home</a></li>
<li>›</li>
<li><a href="https://www.dev-offcode.com/ScreenLockBuilderPremium.html">Screen Lock Builder
Premium</a></li>
<li>›</li>
<li>Changelog</li>
</ol>
</nav>
<!-- Changelog Hero Section -->
<div class="changelog-hero">
<div class="changelog-container">
<div class="changelog-header">
<h1 class="changelog-title">📝 Changelog</h1>
<p class="changelog-subtitle">Track the latest updates, improvements, and security enhancements
</p>
</div>
</div>
</div>
<!-- Changelog Content Section -->
<div class="changelog-content">
<div class="changelog-container">
<!-- Introduction Section -->
<div class="changelog-intro">
<p>Welcome to the Screen Lock Builder Premium changelog! This page documents all major updates,
new features, security enhancements, and improvements to our premium Windows screen locker
builder. Stay informed about the latest developments in Screen Lock Builder Premium's
journey to provide the most advanced and secure screen locking solution for Windows.</p>
<p><strong>Latest Release:</strong> December 21, 2025 update introduces Windows service startup
support and Safe Mode compatibility, enhancing the application's boot performance and
security resilience.</p>
</div>
<div class="changelog-wrapper">
<!-- Service Startup and Safe Mode Update -->
<div class="changelog-entry">
<div class="changelog-version">
<span class="version-tag">Update</span>
<span class="version-date">December 21, 2025</span>
</div>
<div class="changelog-changes">
<h3>🔒 Lock Screen Tab Updates</h3>
<h4>Service Startup</h4>
<ul>
<li>Service startup: The application starts as a Windows service, allowing it to
launch faster during system boot.</li>
</ul>
<h4>Safe Mode Support</h4>
<ul>
<li>Startup in Windows Safe Mode: The application also starts in Safe Mode, making
it more difficult to remove.</li>
</ul>
</div>
</div>
</div>
<div class="purchase-instructions-box" style="margin-top: 2rem;">
<h3 class="instructions-title">Return to the premium product pages</h3>
<p class="instructions-intro">This changelog supports the Premium cluster. Use the main product
and purchase pages for the core commercial journey.</p>
<div
style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.5rem;">
<a href="ScreenLockBuilderPremium.html" class="button secondary-download">Back to Screen
Lock
Builder Premium</a>
<a href="PurchasePremium.html" class="button secondary-download">Open purchase
instructions</a>
<a href="ScreenLockBuilder.html" class="button secondary-download">Compare with the free
version</a>
</div>
</div>
</div>
</div>
</main>
</div>
<style>
/* Changelog-specific styles */
.changelog-hero {
background: var(--gradient-card);
padding: 80px 20px 60px 20px;
margin: 0;
position: relative;
overflow: hidden;
border: 1px solid var(--border-primary);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-top: none;
border-bottom: none;
}
.changelog-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-hero::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-container {
max-width: 1000px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.changelog-header {
text-align: center;
color: white;
}
.changelog-title {
font-size: 3rem;
font-weight: 700;
margin-bottom: 20px;
background: linear-gradient(45deg, #00bcd4, #00e676);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: none;
}
.changelog-subtitle {
font-size: 1.2rem;
color: #b0b0b0;
margin: 0;
opacity: 0.9;
}
.changelog-content {
background: var(--gradient-card);
padding: 80px 20px;
min-height: 60vh;
border: 1px solid var(--border-primary);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-top: none;
border-bottom: none;
position: relative;
}
.changelog-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-content::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-intro {
background: var(--gradient-card);
border: 1px solid var(--border-primary);
border-radius: 0;
padding: 30px;
margin-bottom: 40px;
color: var(--text-primary);
line-height: 1.6;
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-left: 3px solid var(--accent-primary);
}
.changelog-intro p {
margin: 0 0 15px 0;
}
.changelog-intro p:last-child {
margin-bottom: 0;
}
.changelog-intro strong {
color: var(--accent-primary);
}
.changelog-wrapper {
background: var(--gradient-card);
border-radius: 0;
border: 1px solid var(--border-primary);
box-shadow: var(--shadow-subtle);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
overflow: hidden;
border-left: 3px solid var(--accent-primary);
}
.changelog-placeholder {
padding: 80px 40px;
text-align: center;
color: var(--text-primary);
}
.placeholder-icon {
font-size: 4rem;
margin-bottom: 30px;
opacity: 0.7;
color: var(--accent-primary);
}
.changelog-placeholder h3 {
font-size: 1.8rem;
color: var(--accent-primary);
margin-bottom: 20px;
font-weight: 600;
}
.changelog-placeholder p {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.6;
max-width: 500px;
margin: 0 auto;
}
/* Future changelog entry styles */
.changelog-entry {
border-bottom: 1px solid var(--border-primary);
padding: 40px;
position: relative;
}
.changelog-entry:last-child {
border-bottom: none;
}
.changelog-version {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.version-tag {
background: linear-gradient(45deg, #00bcd4, #00e676);
color: #1f1f1f;
padding: 8px 16px;
border-radius: 20px;
font-weight: 700;
font-size: 0.9rem;
}
.version-date {
color: var(--text-secondary);
font-size: 0.95rem;
}
.changelog-changes {
color: var(--text-primary);
}
.changelog-changes h3 {
color: var(--accent-primary);
font-size: 1.3rem;
margin: 0 0 15px 0;
font-weight: 700;
}
.changelog-changes h4 {
color: var(--accent-secondary);
font-size: 1.1rem;
margin: 20px 0 10px 0;
font-weight: 600;
}
.changelog-changes ul {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}
.changelog-changes li {
padding: 5px 0 5px 25px;
position: relative;
line-height: 1.5;
}
.changelog-changes li::before {
content: "•";
position: absolute;
left: 0;
color: var(--accent-primary);
font-weight: bold;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.changelog-hero {
padding: 60px 20px 50px 20px;
}
.changelog-title {
font-size: 2.2rem;
}
.changelog-subtitle {
font-size: 1rem;
padding: 0 20px;
}
.changelog-content {
padding: 60px 15px;
}
.changelog-placeholder {
padding: 60px 30px;
}
.placeholder-icon {
font-size: 3rem;
}
.changelog-placeholder h3 {
font-size: 1.5rem;
}
.changelog-placeholder p {
font-size: 1rem;
}
.changelog-entry {
padding: 30px 25px;
}
.changelog-version {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}
@media (max-width: 480px) {
.changelog-hero {
padding: 50px 15px 40px 15px;
}
.changelog-title {
font-size: 1.8rem;
}
.changelog-subtitle {
font-size: 0.9rem;
}
.changelog-content {
padding: 50px 10px;
}
.changelog-placeholder {
padding: 50px 20px;
}
.placeholder-icon {
font-size: 2.5rem;
}
.changelog-placeholder h3 {
font-size: 1.3rem;
}
.changelog-placeholder p {
font-size: 0.9rem;
}
.changelog-entry {
padding: 25px 20px;
}
}
</style>
<script src="script.js" defer></script>
<script>
// Simple navigation for changelog page
document.addEventListener('DOMContentLoaded', function () {
const navLinks = document.querySelectorAll('.nav-link');
navLinks.forEach(link => {
link.addEventListener('click', function (e) {
const href = this.getAttribute('href');
// Handle navigation to main page sections
if (href.startsWith('index.html#')) {
window.location.href = href;
}
});
});
});
</script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>