Skip to content

Commit f4c124c

Browse files
committed
release 0.0.5.1
1 parent dda2d5c commit f4c124c

14 files changed

Lines changed: 91 additions & 16 deletions

File tree

.kiro/specs/i18n-localization/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Each file follows this structure:
183183
"settings.save": "Save",
184184
"settings.dialog.saved": "Saved",
185185
"settings.dialog.savedMsg": "Settings saved successfully!",
186-
"settings.about.version": "**Version:** 0.0.5",
186+
"settings.about.version": "**Version:** 0.0.5.1",
187187
"settings.about.description": "A compact, transparent time & weather widget that lives on your desktop.\nMonitor up to 5 cities at a glance with a beautiful, always-on-top overlay.",
188188
"settings.about.websiteLabel": "Website:",
189189
"settings.about.previewLabel": "Preview",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can download the latest pre-compiled binaries for Windows and Linux from the
3838

3939
### Windows MSI Package
4040
```powershell
41-
.\installer\build-msi.ps1 -Version "0.0.4" -SkipSign
41+
.\installer\build-msi.ps1 -Version "0.0.5.1" -SkipSign
4242
```
4343

4444
### Linux
19.7 KB
Loading
225 KB
Loading
-529 KB
Binary file not shown.

docs/site/css/style.css

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,53 @@ img {
473473
transform: scale(1.01);
474474
}
475475

476+
.screenshots-grid {
477+
display: flex;
478+
flex-direction: column;
479+
gap: 48px;
480+
margin-top: 64px;
481+
max-width: 800px;
482+
margin-left: auto;
483+
margin-right: auto;
484+
}
485+
486+
.screenshot-card {
487+
background: var(--color-surface);
488+
border: 1px solid var(--color-border);
489+
border-radius: var(--radius-lg);
490+
overflow: hidden;
491+
transition: all var(--transition-smooth);
492+
}
493+
494+
.screenshot-card:hover {
495+
transform: translateY(-8px);
496+
border-color: var(--color-border-hover);
497+
box-shadow: var(--shadow-lg);
498+
}
499+
500+
.screenshot-card img {
501+
width: 100%;
502+
height: auto;
503+
display: block;
504+
border-bottom: 1px solid var(--color-border);
505+
}
506+
507+
.screenshot-info {
508+
padding: 24px;
509+
text-align: center;
510+
}
511+
512+
.screenshot-info h3 {
513+
font-size: 1.1rem;
514+
font-weight: 700;
515+
margin-bottom: 8px;
516+
}
517+
518+
.screenshot-info p {
519+
font-size: 0.9rem;
520+
color: var(--color-text-muted);
521+
}
522+
476523
/* --- Features Section --- */
477524
.features-section {
478525
position: relative;

docs/site/index.html

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- Hero Section -->
5959
<header class="hero" id="hero">
6060
<div class="hero-content">
61-
<div class="hero-badge">Open Source &bull; Free Forever &bull; <span id="app-version">v0.0.5</span></div>
61+
<div class="hero-badge">Open Source &bull; Free Forever &bull; <span id="app-version">v0.0.5.1</span></div>
6262
<h1 class="hero-title">
6363
Your Desktop.<br />
6464
<span class="gradient-text">Your Weather.</span>
@@ -79,9 +79,13 @@ <h1 class="hero-title">
7979
</svg>
8080
Get it from Microsoft Store
8181
</a>
82-
<a href="https://github.com/gcclinux/WeatherWidget" class="btn btn-secondary" target="_blank"
82+
<a href="https://github.com/gcclinux/WeatherWidget/releases" class="btn btn-secondary" target="_blank"
8383
rel="noopener noreferrer">
84-
View Source
84+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
85+
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
86+
<path d="M12 19V5M5 12l7 7 7-7" />
87+
</svg>
88+
Get it for Ubuntu
8589
</a>
8690
</div>
8791
<div class="hero-stats">
@@ -116,6 +120,30 @@ <h2 class="section-title">See It in Action</h2>
116120
alt="WeatherWidget a weather widget showing multiple cities with transparent background on a Windows desktop"
117121
class="screenshot-img" loading="lazy" />
118122
</div>
123+
124+
<div class="section-header" style="margin-top: 80px; margin-bottom: 40px;">
125+
<h3 class="section-title" style="font-size: 1.8rem;">Native Windows Integration</h3>
126+
<p class="section-subtitle">WeatherWidget behaves like a first-class citizen on your OS</p>
127+
</div>
128+
129+
<div class="screenshots-grid">
130+
<div class="screenshot-card">
131+
<img src="assets/images/windows-apps-installed-apps.png" alt="WeatherWidget in Windows Installed Apps"
132+
loading="lazy" />
133+
<div class="screenshot-info">
134+
<h3>Fully Integrated</h3>
135+
<p>Seamlessly registered in Windows as a native application.</p>
136+
</div>
137+
</div>
138+
<div class="screenshot-card">
139+
<img src="assets/images/windows-start-search-app.png" alt="WeatherWidget in Windows Start Menu Search"
140+
loading="lazy" />
141+
<div class="screenshot-info">
142+
<h3>Easy to Find</h3>
143+
<p>Quick access via Start Menu search and taskbar integration.</p>
144+
</div>
145+
</div>
146+
</div>
119147
</div>
120148
</section>
121149

@@ -201,7 +229,7 @@ <h2 class="section-title">Up and Running in Minutes</h2>
201229
<div class="step">
202230
<div class="step-number">1</div>
203231
<h3>Install</h3>
204-
<p>Get WeatherWidget from the Microsoft Store on Windows, or build from source for Linux.</p>
232+
<p>Get WeatherWidget from the Microsoft Store on Windows, or download the latest .deb package for Ubuntu/Linux.</p>
205233
</div>
206234
<div class="step-connector" aria-hidden="true"></div>
207235
<div class="step">
19.7 KB
Loading
225 KB
Loading

installer/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<Identity Name="47955afa-afc7-46ee-abc1-02ab2632b4ad"
1717
Publisher="CN=47955afa-afc7-46ee-abc1-02ab2632b4ad"
18-
Version="0.0.5"
18+
Version="0.0.5.1"
1919
ProcessorArchitecture="x64" />
2020

2121
<Properties>

0 commit comments

Comments
 (0)