Skip to content

Commit c89cc52

Browse files
committed
feat(brand): rename the display name to herald
Sets the name in the README, the documentation site and the Decky menu, and adds the wordmark: the name in inscriptional Roman capitals, the register coats of arms and mottoes are cut in, so the typeface carries the same idea the name does. The glyphs ship as outlines, not as text, so nothing has to have the font installed. Two inks are selected through a picture element, because one colour cannot sit on both GitHub themes. Decky keys a plugin's settings and data directories off the package name, not off plugin.json's name field -- verified against the shipped artefact, whose top-level folder is decky-romm-sync while its plugin.json said "RomM Sync". Changing the display name is therefore free: existing installs keep their settings, their database and their shortcut ownership records. Renaming the package is a separate move that needs a migration first, tracked in #1547 and #1548. The README says so too, so the announcement reads as information rather than a reason to worry.
1 parent c78936b commit c89cc52

14 files changed

Lines changed: 31 additions & 8 deletions

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<div align="center">
22

3-
<img src="assets/logo.png" alt="" width="200">
4-
5-
# decky-romm-sync
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="assets/lockup-dark.png">
5+
<img src="assets/lockup.png" alt="herald" width="300">
6+
</picture>
67

78
## Your self-hosted RomM library, in your Steam library
89

@@ -22,8 +23,15 @@
2223
<a href="https://github.com/rommapp/romm/releases"><img alt="Requires RomM 4.9.0 or newer" src="https://img.shields.io/badge/RomM-%E2%89%A5%204.9.0-4795c9?style=for-the-badge&labelColor=16202c"></a>
2324
<a href="https://github.com/danielcopper/decky-romm-sync/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-GPL--3.0-4795c9?style=for-the-badge&labelColor=16202c"></a>
2425

26+
<sub>formerly <code>decky-romm-sync</code></sub>
27+
2528
</div>
2629

30+
> [!NOTE]
31+
> **This project is being renamed to `herald`.** The repository and documentation links move with it; GitHub redirects
32+
> the old repository URLs automatically. The plugin's own package name is unchanged for now, so updating keeps your
33+
> settings, your synced library and your saves exactly where they are.
34+
2735
A [Decky Loader](https://decky.xyz/) plugin that syncs your self-hosted [RomM](https://github.com/rommapp/romm) library
2836
into Steam as non-steam shortcuts. Games appear directly in your Steam library, launch through
2937
[RetroDECK](https://retrodeck.net/), and can keep their saves in sync across devices through your RomM server.
@@ -78,7 +86,7 @@ into Steam as non-steam shortcuts. Games appear directly in your Steam library,
7886
> **v1.0** release. Until then, use the manual install below.
7987
8088
Once published, install it straight from Decky's built-in store — open the Quick Access Menu → **Decky** → store icon,
81-
search for **RomM Sync**, and install. No Developer Mode required.
89+
search for **herald**, and install. No Developer Mode required.
8290

8391
</details>
8492

@@ -100,7 +108,7 @@ gear icon → toggle **Developer Mode**).
100108
101109
## Quick start
102110

103-
1. Open the Quick Access Menu and select **RomM Sync**
111+
1. Open the Quick Access Menu and select **herald**
104112
2. In **Settings**, enter your RomM server URL and credentials, then hit **Test Connection**
105113
3. In **Platforms**, enable the platforms you want to sync
106114
4. Hit **Sync Library** — your ROMs appear as non-steam shortcuts

assets/lockup-dark.png

35.4 KB
Loading

assets/lockup-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/lockup.png

35.4 KB
Loading

assets/lockup.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/lockup-dark.png

35.4 KB
Loading

docs/assets/lockup-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/lockup.png

35.4 KB
Loading

docs/assets/lockup.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="assets/logo.png" alt="" width="150"></p>
1+
<p align="center"><img src="assets/lockup.png" alt="herald" width="240"></p>
22

33
# decky-romm-sync
44

0 commit comments

Comments
 (0)