1
0

Influx 0.5

This commit is contained in:
Liza 2024-02-29 11:15:26 +01:00
parent acf21c4ad0
commit ae00e71169
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 6 additions and 6 deletions

2
dist/index.html vendored
View File

@ -95,7 +95,7 @@
<p>Find gear upgrades</p> <p>Find gear upgrades</p>
</article> </article>
<article> <article>
<h4><img src="https://plugins.carvel.li/icons/Influx.png"/> <a href="https://git.carvel.li/liza/Influx">Influx</a><small> v0.4</small></h4> <h4><img src="https://plugins.carvel.li/icons/Influx.png"/> <a href="https://git.carvel.li/liza/Influx">Influx</a><small> v0.5</small></h4>
<blockquote><p>Influx is currently a testing-exclusive plugin, which means it is largely incomplete. To install it, you need to enable the setting <code>Get plugin testing builds</code> in <code>/xlsettings</code>, <code>Experimental</code></p></blockquote> <blockquote><p>Influx is currently a testing-exclusive plugin, which means it is largely incomplete. To install it, you need to enable the setting <code>Get plugin testing builds</code> in <code>/xlsettings</code>, <code>Experimental</code></p></blockquote>
<p>Sync game stats to InfluxDB</p> <p>Sync game stats to InfluxDB</p>
</article> </article>

View File

@ -274,8 +274,8 @@
"Author": "Liza Carvelli", "Author": "Liza Carvelli",
"Name": "Influx", "Name": "Influx",
"InternalName": "Influx", "InternalName": "Influx",
"AssemblyVersion": "0.4", "AssemblyVersion": "0.5",
"TestingAssemblyVersion": "0.4", "TestingAssemblyVersion": "0.5",
"Description": "Sync game stats to InfluxDB", "Description": "Sync game stats to InfluxDB",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"RepoUrl": "https://git.carvel.li/liza/Influx", "RepoUrl": "https://git.carvel.li/liza/Influx",
@ -288,9 +288,9 @@
"Punchline": "Sync game stats to InfluxDB", "Punchline": "Sync game stats to InfluxDB",
"AcceptsFeedback": false, "AcceptsFeedback": false,
"DownloadCount": 21, "DownloadCount": 21,
"LastUpdate": 1708338475, "LastUpdate": 1709201584,
"DownloadLinkTesting": "https://git.carvel.li/liza/Influx/releases/download/v0.4/Influx-0.4.zip", "DownloadLinkTesting": "https://git.carvel.li/liza/Influx/releases/download/v0.5/Influx-0.5.zip",
"Changelog": "v0.4 (testing only) (2024-02-19)\n- Include Predicted Level after next Voyage in submarine stats\n\nv0.3 (testing only) (2024-02-18)\n- Add server settings to config UI\n\nv0.2 (testing only) (2024-02-17)\n- Rewrite FC credit logic", "Changelog": "v0.5 (testing only) (2024-02-29)\n- Track MGP\n- Allow FC exclusions\n\nv0.4 (testing only) (2024-02-19)\n- Include Predicted Level after next Voyage in submarine stats\n\nv0.3 (testing only) (2024-02-18)\n- Add server settings to config UI\n\nv0.2 (testing only) (2024-02-17)\n- Rewrite FC credit logic",
"IsHide": false, "IsHide": false,
"IsTestingExclusive": true "IsTestingExclusive": true
} }