|
3 | 3 | <id>io.github.hedge_dev.hedgemodmanager</id> |
4 | 4 |
|
5 | 5 | <name>Hedge Mod Manager</name> |
6 | | - <summary>Manage mods for HE Sonic games</summary> |
| 6 | + <summary>Manage mods for Sonic games</summary> |
7 | 7 | <developer_name>hedge-dev</developer_name> |
8 | 8 | <url type="homepage">https://github.com/hedge-dev/HedgeModManager</url> |
9 | 9 | <url type="bugtracker">https://github.com/hedge-dev/HedgeModManager/issues</url> |
10 | 10 | <url type="help">https://github.com/hedge-dev/HedgeModManager/issues</url> |
11 | 11 | <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> |
12 | 17 |
|
13 | 18 | <metadata_license>CC0-1.0</metadata_license> |
14 | 19 | <project_license>MIT</project_license> |
|
22 | 27 | </supports> |
23 | 28 |
|
24 | 29 | <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> |
26 | 31 | <p>Supported games:</p> |
27 | 32 | <ul> |
28 | 33 | <li>Sonic Generations (2011)</li> |
|
51 | 56 | </screenshots> |
52 | 57 |
|
53 | 58 | <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> |
54 | 74 | <release version="8.0.0-beta3" date="2025-03-06"> |
55 | 75 | <url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta3</url> |
56 | 76 | <description> |
|
74 | 94 | </ul> |
75 | 95 | </description> |
76 | 96 | </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> |
83 | 97 | </releases> |
84 | 98 |
|
85 | 99 | <launchable type="desktop-id">io.github.hedge_dev.hedgemodmanager.desktop</launchable> |
|
0 commit comments