Skip to content

Commit 6e9cb7f

Browse files
Tidy README spacing between sections
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5635e88 commit 6e9cb7f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,19 @@ Chromatics is a third-party add-on for Final Fantasy XIV which creates lighting
4848
<br>
4949
Chromatics is compatible with a wide range of RGB devices, supported by the library RGB.NET. Any devices supported by RGB.NET should be supported by Chromatics.
5050
<br>
51+
5152
### Developers ###
5253
If you wish to build Chromatics yourself, you can download the active branch and open in Visual Studio 2022. Please pull all nuget packages and also link any additional libraries from Build Dependencies before building. If you need any further assistance, please contact us on Discord.
53-
<br><br><br>
54+
<br><br>
55+
5456
### Open Source Libraries ###
5557
* [RGB.NET](https://github.com/DarthAffe/RGB.NET) - used for RGB device integration
5658
* [Sharlayan](https://github.com/FFXIVAPP/sharlayan) - used for FFXIV memory reading
5759
* [Artemis](https://github.com/Artemis-RGB/Artemis) - borrowed some code base and RGB.NET profiles, not actually a dependency
5860
* [FFXIVWeather](https://github.com/karashiiro/FFXIVWeather) - For calculating current weather.
5961
* [Sentry](https://sentry.io/) - error monitoring, logs, metrics, tracing, and profiling
60-
<br><br><br>
62+
<br><br>
63+
6164
### Privacy / Telemetry ###
6265
Chromatics uses [Sentry](https://sentry.io/) for two independent reporting paths: **background telemetry** (performance metrics, non-fatal errors) and **crash reports** (unhandled exceptions that terminate the app). They are controlled separately — opting out of telemetry does **not** disable the crash dialog, however crashes are never sent without you clicking on "Send", which is optional.
6366

@@ -84,6 +87,7 @@ Chromatics uses [Sentry](https://sentry.io/) for two independent reporting paths
8487
**Opting out of background telemetry:** Toggle off at **Settings → Advanced → Send anonymous performance and error telemetry**. When disabled, Chromatics sends no performance data, session counts, or error messages — but the Sentry SDK remains loaded so the post-crash dialog can still give you the choice to send (or not send) a crash report on the rare occasion one occurs. If you also want to disable the crash dialog entirely, remove the `Sentry` package from a source build.
8588

8689
<br><br>
90+
8791
### Disclaimer ###
8892
Chromatics is not in anyway affiliated with Square Enix or FINAL FANTASY. All rights to their respected owners.
8993

0 commit comments

Comments
 (0)