Skip to content

Commit

Permalink
ci: bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Aug 20, 2024
1 parent bfd96bc commit 2b0a80a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
gnomeshade:
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.2
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.3
restart: unless-stopped
ports:
- "8080:8080"
Expand Down
61 changes: 43 additions & 18 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

<label>Changelog:</label>
<ul>
<li><a href="#unreleased">Unreleased</a></li>
<li style="display: none"><a href="#unreleased">Unreleased</a></li>
<li><a href="#v0.8.3">v0.8.3</a></li>
<li><a href="#v0.8.2">v0.8.2</a></li>
<li><a href="#v0.8.1">v0.8.1</a></li>
<li><a href="#v0.8.0">v0.8.0</a></li>
Expand All @@ -49,38 +50,62 @@

<main id="top" class="content">
<h1>Changelog</h1>
<section id="unreleased">

<section id="unreleased" hidden="hidden">
<div>
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">Unreleased</h2>
<h2 style="display: inline">unreleased</h2>
</div>

<section id="unreleased_added">
<h3>Added</h3>
<ul>
<li>
Ability to navigate back to previous pages in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1236">#1236</a>
</li>
</ul>
<ul></ul>
</section>

<section id="unreleased_changed" hidden="hidden">
<section id="unreleased_changed">
<h3>Changed</h3>
<ul></ul>
</section>

<section id="unreleased_deprecated" hidden="hidden">
<section id="unreleased_deprecated">
<h3>Deprecated</h3>
<ul></ul>
</section>

<section id="unreleased_removed" hidden="hidden">
<section id="unreleased_removed">
<h3>Removed</h3>
<ul></ul>
</section>

<section id="unreleased_fixed">
<h3>Fixed</h3>
<ul></ul>
</section>

<section id="unreleased_security">
<h3>Security</h3>
<ul></ul>
</section>
</section>

<section id="v0.8.3">
<div>
<a style="display: inline" href="#v0.8.3"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.8.3</h2>
<h3 style="display: inline">2024-08-20</h3>
</div>

<section id="v0.8.3_added">
<h3>Added</h3>
<ul>
<li>
Ability to navigate back to previous pages in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1236">#1236</a>
</li>
</ul>
</section>

<section id="v0.8.3_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand All @@ -94,17 +119,21 @@ <h3>Fixed</h3>
</ul>
</section>

<section id="unreleased_security">
<section id="v0.8.3_security">
<h3>Security</h3>
<ul>
<li>
Bump .NET SDK version in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1314">#1314</a>
</li>
<li>
Bump .NET SDK version in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1333">#1333</a>
</li>
</ul>
</section>

Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...nightly">v0.8.2...</a>
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...v0.8.3">v0.8.2...v0.8.3</a>
</section>

<section id="v0.8.2">
Expand Down Expand Up @@ -205,10 +234,6 @@ <h3>Security</h3>
Bump .NET SDK version in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1233">#1233</a>
</li>
<li>
Bump .NET SDK version in
<a href="https://github.com/VMelnalksnis/Gnomeshade/pull/1333">#1333</a>
</li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</url>
<url>
<loc>https://www.gnomeshade.org/changelog</loc>
<lastmod>2024-08-19</lastmod>
<lastmod>2024-08-20</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion source/Gnomeshade.Desktop.Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?define ProductId = "{6e6e6a31-32f8-4a0f-8647-eae1e2e5c2d4}" ?>
<?define ProductId = "{17dd8fff-70cd-4fbd-a1fc-3ffa9fdbe8c1}" ?>
<?define Name = "Gnomeshade" ?>
<?define Description = "Gnomeshade desktop client" ?>
<?define Manufacturer = "Valters Melnalksnis" ?>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3

0 comments on commit 2b0a80a

Please sign in to comment.