Skip to content

Commit f7abf32

Browse files
committed
ci: bump version to 0.8.4
1 parent d180d4d commit f7abf32

File tree

4 files changed

+47
-27
lines changed

4 files changed

+47
-27
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gnomeshade:
3-
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.3
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.4
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
<label>Changelog:</label>
2929
<ul>
30-
<li><a href="#unreleased">Unreleased</a></li>
30+
<li style="display: none"><a href="#unreleased">Unreleased</a></li>
31+
<li><a href="#v0.8.4">v0.8.4</a></li>
3132
<li><a href="#v0.8.3">v0.8.3</a></li>
3233
<li><a href="#v0.8.2">v0.8.2</a></li>
3334
<li><a href="#v0.8.1">v0.8.1</a></li>
@@ -51,13 +52,52 @@
5152
<main id="top" class="content">
5253
<h1>Changelog</h1>
5354

54-
<section id="unreleased">
55+
<section id="unreleased" hidden="hidden">
5556
<div>
5657
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
5758
<h2 style="display: inline">Unreleased</h2>
59+
<h3 style="display: inline" hidden="hidden">2024-09-29</h3>
5860
</div>
5961

60-
<section id="unreleased_added">
62+
<section id="unreleased_added" hidden="hidden">
63+
<h3>Added</h3>
64+
<ul></ul>
65+
</section>
66+
67+
<section id="unreleased_changed" hidden="hidden">
68+
<h3>Changed</h3>
69+
<ul></ul>
70+
</section>
71+
72+
<section id="unreleased_deprecated" hidden="hidden">
73+
<h3>Deprecated</h3>
74+
<ul></ul>
75+
</section>
76+
77+
<section id="unreleased_removed" hidden="hidden">
78+
<h3>Removed</h3>
79+
<ul></ul>
80+
</section>
81+
82+
<section id="unreleased_fixed" hidden="hidden">
83+
<h3>Fixed</h3>
84+
<ul></ul>
85+
</section>
86+
87+
<section id="unreleased_security" hidden="hidden">
88+
<h3>Security</h3>
89+
<ul></ul>
90+
</section>
91+
</section>
92+
93+
<section id="v0.8.4">
94+
<div>
95+
<a style="display: inline" href="#v0.8.4"><img src="link.png" alt="link"/></a>
96+
<h2 style="display: inline">v0.8.4</h2>
97+
<h3 style="display: inline">2024-09-29</h3>
98+
</div>
99+
100+
<section id="v0.8.4_added">
61101
<h3>Added</h3>
62102
<ul>
63103
<li>
@@ -79,22 +119,7 @@ <h3>Added</h3>
79119
</ul>
80120
</section>
81121

82-
<section id="unreleased_changed" hidden="hidden">
83-
<h3>Changed</h3>
84-
<ul></ul>
85-
</section>
86-
87-
<section id="unreleased_deprecated" hidden="hidden">
88-
<h3>Deprecated</h3>
89-
<ul></ul>
90-
</section>
91-
92-
<section id="unreleased_removed" hidden="hidden">
93-
<h3>Removed</h3>
94-
<ul></ul>
95-
</section>
96-
97-
<section id="unreleased_fixed">
122+
<section id="v0.8.4_fixed">
98123
<h3>Fixed</h3>
99124
<ul>
100125
<li>
@@ -107,11 +132,6 @@ <h3>Fixed</h3>
107132
</li>
108133
</ul>
109134
</section>
110-
111-
<section id="unreleased_security" hidden="hidden">
112-
<h3>Security</h3>
113-
<ul></ul>
114-
</section>
115135
</section>
116136

117137
<section id="v0.8.3">

source/Gnomeshade.Desktop.Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?define ProductId = "{17dd8fff-70cd-4fbd-a1fc-3ffa9fdbe8c1}" ?>
1+
<?define ProductId = "{86cde7a3-32e9-445c-bad2-6f5c3f0c6685}" ?>
22
<?define Name = "Gnomeshade" ?>
33
<?define Description = "Gnomeshade desktop client" ?>
44
<?define Manufacturer = "Valters Melnalksnis" ?>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.3
1+
0.8.4

0 commit comments

Comments
 (0)