Skip to content

Commit 3591d72

Browse files
Version 8.0.0-beta4
1 parent 4fa94fe commit 3591d72

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
version:
77
description: 'Version'
88
required: true
9-
default: '8.0.0.3'
9+
default: '8.0.0.4'
1010
tag:
1111
description: 'Tag'
1212
required: true
13-
default: '8.0.0-beta3'
13+
default: '8.0.0-beta4'
1414
prerelease:
1515
description: 'Prerelease'
1616
required: true

Source/HedgeModManager.UI/HedgeModManager.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
10-
<AssemblyVersion Condition="'$(AssemblyVersion)' == ''">8.0.0.3</AssemblyVersion>
11-
<FileVersion Condition="'$(FileVersion)' == ''">8.0.0.3</FileVersion>
10+
<AssemblyVersion Condition="'$(AssemblyVersion)' == ''">8.0.0.4</AssemblyVersion>
11+
<FileVersion Condition="'$(FileVersion)' == ''">8.0.0.4</FileVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Label="Avalonia">
1414
<AvaloniaXamlReportImportance>Low</AvaloniaXamlReportImportance>

flatpak/hedgemodmanager.metainfo.xml

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
<id>io.github.hedge_dev.hedgemodmanager</id>
44

55
<name>Hedge Mod Manager</name>
6-
<summary>Manage mods for HE Sonic games</summary>
6+
<summary>Manage mods for Sonic games</summary>
77
<developer_name>hedge-dev</developer_name>
88
<url type="homepage">https://github.com/hedge-dev/HedgeModManager</url>
99
<url type="bugtracker">https://github.com/hedge-dev/HedgeModManager/issues</url>
1010
<url type="help">https://github.com/hedge-dev/HedgeModManager/issues</url>
1111
<url type="vcs-browser">https://github.com/hedge-dev/HedgeModManager</url>
12+
13+
<branding>
14+
<color type="primary" scheme_preference="light">#3e7e9e</color>
15+
<color type="primary" scheme_preference="dark">#003068</color>
16+
</branding>
1217

1318
<metadata_license>CC0-1.0</metadata_license>
1419
<project_license>MIT</project_license>
@@ -22,7 +27,7 @@
2227
</supports>
2328

2429
<description>
25-
<p>Hedge Mod Manager is a GUI tool built to allow users to easily install and manage mods for various Hedgehog Engine games released on PC systems.</p>
30+
<p>Hedge Mod Manager is an easy-to-use tool that helps you install and manage game mods for Sonic games on PC.</p>
2631
<p>Supported games:</p>
2732
<ul>
2833
<li>Sonic Generations (2011)</li>
@@ -51,6 +56,21 @@
5156
</screenshots>
5257

5358
<releases>
59+
<release version="8.0.0-beta4" date="2025-03-08">
60+
<url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta4</url>
61+
<description>
62+
<ul>
63+
<li>Fixed update checker</li>
64+
<li>Fixed prefix searching</li>
65+
<li>Fixed game detection</li>
66+
<li>Fixed INI count type</li>
67+
<li>Fixed mods list not updating correctly</li>
68+
<li>Fixed multiple mod loader install issues</li>
69+
<li>Fixed load order being reversed</li>
70+
<li>Fixed mods directory name casing issue</li>
71+
</ul>
72+
</description>
73+
</release>
5474
<release version="8.0.0-beta3" date="2025-03-06">
5575
<url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta3</url>
5676
<description>
@@ -74,12 +94,6 @@
7494
</ul>
7595
</description>
7696
</release>
77-
<release version="8.0.0-beta1" date="2025-03-02">
78-
<url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta1</url>
79-
<description>
80-
<p>Initial release of v8.0.0 beta 1</p>
81-
</description>
82-
</release>
8397
</releases>
8498

8599
<launchable type="desktop-id">io.github.hedge_dev.hedgemodmanager.desktop</launchable>

0 commit comments

Comments
 (0)