@@ -42,9 +42,47 @@ <h2>Release History</h2>
4242 < div class ="release-item fade-in ">
4343 < div class ="release-header ">
4444 < div >
45- < span class ="release-tag "> v1.1 .0</ span >
45+ < span class ="release-tag "> v1.2 .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 "> April 8, 2026</ span >
49+ </ div >
50+ < div class ="release-notes ">
51+ < h3 > 🚀 New Features</ h3 >
52+ < ul >
53+ < li > Plugin/Extension system with Plugin Center for managing plugins</ li >
54+ < li > Weather widget plugin with real-time data (temperature, humidity, wind, feels like, UV)</ li >
55+ < li > Dock-level pinning for apps and sections with drag-and-drop reordering</ li >
56+ < li > File drop support: drop files onto dock icons to open them</ li >
57+ < li > Global search panel (Option+Space) with keyboard navigation and hover highlights</ li >
58+ < li > Animation preview grids for launch and quit animations in settings</ li >
59+ < li > Launch at login via SMAppService</ li >
60+ < li > 3-step onboarding flow with accessibility and login setup</ li >
61+ < li > Usage monitoring with bubble notifications</ li >
62+ < li > Per-section display mode with flat and drawer options</ li >
63+ </ ul >
64+ </ div >
65+ < div class ="release-assets ">
66+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_universal.zip " class ="release-asset ">
67+ < 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 >
68+ Universal
69+ </ a >
70+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_arm64.zip " class ="release-asset ">
71+ < 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 >
72+ Apple Silicon
73+ </ a >
74+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2.0/DockMasterPro_v1.2.0_x86_64.zip " class ="release-asset ">
75+ < 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 >
76+ Intel
77+ </ a >
78+ </ div >
79+ </ div >
80+
81+ < div class ="release-item fade-in ">
82+ < div class ="release-header ">
83+ < div >
84+ < span class ="release-tag "> v1.1.0</ span >
85+ </ div >
4886 < span class ="release-date "> April 4, 2026</ span >
4987 </ div >
5088 < div class ="release-notes ">
@@ -123,14 +161,14 @@ <h3>🚀 New Features</h3>
123161 < h2 > Download DockMaster Pro</ h2 >
124162 < p > Choose your architecture and get started.</ p >
125163 < div class ="download-options ">
126- < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1 .0/DockMasterPro_v1.1 .0_universal.zip " class ="download-btn ">
164+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2 .0/DockMasterPro_v1.2 .0_universal.zip " class ="download-btn ">
127165 < 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 >
128166 Universal < span class ="arch "> (Recommended)</ span >
129167 </ a >
130- < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1 .0/DockMasterPro_v1.1 .0_arm64.zip " class ="download-btn ">
168+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2 .0/DockMasterPro_v1.2 .0_arm64.zip " class ="download-btn ">
131169 Apple Silicon < span class ="arch "> (arm64)</ span >
132170 </ a >
133- < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.1 .0/DockMasterPro_v1.1 .0_x86_64.zip " class ="download-btn ">
171+ < a href ="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.2 .0/DockMasterPro_v1.2 .0_x86_64.zip " class ="download-btn ">
134172 Intel < span class ="arch "> (x86_64)</ span >
135173 </ a >
136174 </ div >
0 commit comments