Skip to content

Commit 34dc6fa

Browse files
committed
docs: add v1.4.0 release notes and update to latest version
1 parent 3be58ce commit 34dc6fa

2 files changed

Lines changed: 59 additions & 20 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<section class="hero">
3636
<div class="hero-badge">
3737
<span class="dot"></span>
38-
v1.3.0 — Now Available
38+
v1.4.0 — Now Available
3939
</div>
4040
<h1>Your Dock,<br><span class="gradient">Reimagined.</span></h1>
4141
<p>A powerful, customizable multi-row Dock replacement for macOS. Organize apps into sections, switch workspaces, and customize everything.</p>
@@ -134,14 +134,14 @@ <h2>Download</h2>
134134
</div>
135135
<div class="download-card fade-in">
136136
<div class="download-options">
137-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_universal.zip" class="download-btn">
137+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="download-btn">
138138
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
139139
Universal <span class="arch">(Recommended)</span>
140140
</a>
141-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_arm64.zip" class="download-btn">
141+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="download-btn">
142142
Apple Silicon <span class="arch">(arm64)</span>
143143
</a>
144-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_x86_64.zip" class="download-btn">
144+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="download-btn">
145145
Intel <span class="arch">(x86_64)</span>
146146
</a>
147147
</div>

releases.html

Lines changed: 55 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,48 @@ <h2>Release History</h2>
4242
<div class="release-item fade-in">
4343
<div class="release-header">
4444
<div>
45-
<span class="release-tag">v1.3.0</span>
45+
<span class="release-tag">v1.4.0</span>
4646
<span style="display: inline-block; margin-left: 12px; padding: 4px 12px; background: var(--accent-glow); border-radius: 12px; font-size: 12px; color: var(--accent-light);">Latest</span>
4747
</div>
48+
<span class="release-date">4月 26, 2026</span>
49+
</div>
50+
<div class="release-notes">
51+
<h3>🚀 New Features</h3>
52+
<ul>
53+
<li>Add dynamic letter index sidebar for quick app navigation</li>
54+
<li>Add acronym search with pinyin initials support</li>
55+
<li>Add custom Launchpad overlay with grid layout and self-drawn dock icon</li>
56+
<li>Add configurable window preview size and optimize Command+Tab preview positioning</li>
57+
<li>Add per-app custom right-click menu plugin</li>
58+
<li>Implement window preview with SwiftUI overlay approach</li>
59+
<li>Change usage alert threshold from minutes to seconds</li>
60+
<li>Fix premature preview dismiss preventing card click</li>
61+
<li>Use valid SF Symbol for charging battery icon in detail view</li>
62+
<li>Use Spotlight MDItem for app display names</li>
63+
<li>Close menu bar popover after opening Thermal detail</li>
64+
</ul>
65+
</div>
66+
<div class="release-assets">
67+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="release-asset">
68+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
69+
Universal
70+
</a>
71+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="release-asset">
72+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
73+
Apple Silicon
74+
</a>
75+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="release-asset">
76+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
77+
Intel
78+
</a>
79+
</div>
80+
</div>
81+
<div class="release-item fade-in">
82+
<div class="release-header">
83+
<div>
84+
<span class="release-tag">v1.3.0</span>
85+
86+
</div>
4887
<span class="release-date">April 16, 2026</span>
4988
</div>
5089
<div class="release-notes">
@@ -63,15 +102,15 @@ <h3>🚀 New Features</h3>
63102
</ul>
64103
</div>
65104
<div class="release-assets">
66-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_universal.zip" class="release-asset">
105+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="release-asset">
67106
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
68107
Universal
69108
</a>
70-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_arm64.zip" class="release-asset">
109+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="release-asset">
71110
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
72111
Apple Silicon
73112
</a>
74-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_x86_64.zip" class="release-asset">
113+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="release-asset">
75114
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
76115
Intel
77116
</a>
@@ -101,15 +140,15 @@ <h3>🚀 New Features</h3>
101140
</ul>
102141
</div>
103142
<div class="release-assets">
104-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_universal.zip" class="release-asset">
143+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="release-asset">
105144
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
106145
Universal
107146
</a>
108-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_arm64.zip" class="release-asset">
147+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="release-asset">
109148
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
110149
Apple Silicon
111150
</a>
112-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_x86_64.zip" class="release-asset">
151+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="release-asset">
113152
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
114153
Intel
115154
</a>
@@ -139,15 +178,15 @@ <h3>🚀 New Features</h3>
139178
</ul>
140179
</div>
141180
<div class="release-assets">
142-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1.0/DockMasterPro_v1.1.0_universal.zip" class="release-asset">
181+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="release-asset">
143182
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
144183
Universal
145184
</a>
146-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1.0/DockMasterPro_v1.1.0_arm64.zip" class="release-asset">
185+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="release-asset">
147186
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
148187
Apple Silicon
149188
</a>
150-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1.0/DockMasterPro_v1.1.0_x86_64.zip" class="release-asset">
189+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="release-asset">
151190
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
152191
Intel
153192
</a>
@@ -177,15 +216,15 @@ <h3>🚀 New Features</h3>
177216
</ul>
178217
</div>
179218
<div class="release-assets">
180-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_universal.zip" class="release-asset">
219+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="release-asset">
181220
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
182221
Universal
183222
</a>
184-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_arm64.zip" class="release-asset">
223+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="release-asset">
185224
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
186225
Apple Silicon
187226
</a>
188-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_x86_64.zip" class="release-asset">
227+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="release-asset">
189228
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
190229
Intel
191230
</a>
@@ -199,14 +238,14 @@ <h3>🚀 New Features</h3>
199238
<h2>Download DockMaster Pro</h2>
200239
<p>Choose your architecture and get started.</p>
201240
<div class="download-options">
202-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_universal.zip" class="download-btn">
241+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_universal.zip" class="download-btn">
203242
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
204243
Universal <span class="arch">(Recommended)</span>
205244
</a>
206-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_arm64.zip" class="download-btn">
245+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_arm64.zip" class="download-btn">
207246
Apple Silicon <span class="arch">(arm64)</span>
208247
</a>
209-
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_x86_64.zip" class="download-btn">
248+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.4.0/DockMasterPro_v1.4.0_x86_64.zip" class="download-btn">
210249
Intel <span class="arch">(x86_64)</span>
211250
</a>
212251
</div>

0 commit comments

Comments
 (0)