Skip to content

Commit 2b0a80a

Browse files
committed
ci: bump version to 0.8.3
1 parent bfd96bc commit 2b0a80a

File tree

5 files changed

+47
-22
lines changed

5 files changed

+47
-22
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.2
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.3
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 43 additions & 18 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.3">v0.8.3</a></li>
3132
<li><a href="#v0.8.2">v0.8.2</a></li>
3233
<li><a href="#v0.8.1">v0.8.1</a></li>
3334
<li><a href="#v0.8.0">v0.8.0</a></li>
@@ -49,38 +50,62 @@
4950

5051
<main id="top" class="content">
5152
<h1>Changelog</h1>
52-
<section id="unreleased">
53+
54+
<section id="unreleased" hidden="hidden">
5355
<div>
5456
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
55-
<h2 style="display: inline">Unreleased</h2>
57+
<h2 style="display: inline">unreleased</h2>
5658
</div>
5759

5860
<section id="unreleased_added">
5961
<h3>Added</h3>
60-
<ul>
61-
<li>
62-
Ability to navigate back to previous pages in
63-
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1236">#1236</a>
64-
</li>
65-
</ul>
62+
<ul></ul>
6663
</section>
6764

68-
<section id="unreleased_changed" hidden="hidden">
65+
<section id="unreleased_changed">
6966
<h3>Changed</h3>
7067
<ul></ul>
7168
</section>
7269

73-
<section id="unreleased_deprecated" hidden="hidden">
70+
<section id="unreleased_deprecated">
7471
<h3>Deprecated</h3>
7572
<ul></ul>
7673
</section>
7774

78-
<section id="unreleased_removed" hidden="hidden">
75+
<section id="unreleased_removed">
7976
<h3>Removed</h3>
8077
<ul></ul>
8178
</section>
8279

8380
<section id="unreleased_fixed">
81+
<h3>Fixed</h3>
82+
<ul></ul>
83+
</section>
84+
85+
<section id="unreleased_security">
86+
<h3>Security</h3>
87+
<ul></ul>
88+
</section>
89+
</section>
90+
91+
<section id="v0.8.3">
92+
<div>
93+
<a style="display: inline" href="#v0.8.3"><img src="link.png" alt="link"/></a>
94+
<h2 style="display: inline">v0.8.3</h2>
95+
<h3 style="display: inline">2024-08-20</h3>
96+
</div>
97+
98+
<section id="v0.8.3_added">
99+
<h3>Added</h3>
100+
<ul>
101+
<li>
102+
Ability to navigate back to previous pages in
103+
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1236">#1236</a>
104+
</li>
105+
</ul>
106+
</section>
107+
108+
<section id="v0.8.3_fixed">
84109
<h3>Fixed</h3>
85110
<ul>
86111
<li>
@@ -94,17 +119,21 @@ <h3>Fixed</h3>
94119
</ul>
95120
</section>
96121

97-
<section id="unreleased_security">
122+
<section id="v0.8.3_security">
98123
<h3>Security</h3>
99124
<ul>
100125
<li>
101126
Bump .NET SDK version in
102127
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1314">#1314</a>
103128
</li>
129+
<li>
130+
Bump .NET SDK version in
131+
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1333">#1333</a>
132+
</li>
104133
</ul>
105134
</section>
106135

107-
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...nightly">v0.8.2...</a>
136+
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...v0.8.3">v0.8.2...v0.8.3</a>
108137
</section>
109138

110139
<section id="v0.8.2">
@@ -205,10 +234,6 @@ <h3>Security</h3>
205234
Bump .NET SDK version in
206235
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1233">#1233</a>
207236
</li>
208-
<li>
209-
Bump .NET SDK version in
210-
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1333">#1333</a>
211-
</li>
212237
</ul>
213238
</section>
214239

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
</url>
1515
<url>
1616
<loc>https://www.gnomeshade.org/changelog</loc>
17-
<lastmod>2024-08-19</lastmod>
17+
<lastmod>2024-08-20</lastmod>
1818
</url>
1919
</urlset>

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 = "{6e6e6a31-32f8-4a0f-8647-eae1e2e5c2d4}" ?>
1+
<?define ProductId = "{17dd8fff-70cd-4fbd-a1fc-3ffa9fdbe8c1}" ?>
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.2
1+
0.8.3

0 commit comments

Comments
 (0)