mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Discord Plugin 17 Beta 1
This commit is contained in:
parent
69b2c4cf35
commit
eaa7876ab4
4 changed files with 9 additions and 10 deletions
|
|
@ -5,22 +5,21 @@
|
||||||
<title>Discord Plugin Version Feed</title>
|
<title>Discord Plugin Version Feed</title>
|
||||||
<subtitle>This is the Discord Plugin beta version feed.</subtitle>
|
<subtitle>This is the Discord Plugin beta version feed.</subtitle>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2020-06-12T00:00:01Z</updated>
|
<updated>2020-07-13T00:00:00Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:A7158CB1-C5B2-4505-B171-CDD54918B227</id>
|
<id>urn:uuid:D8974ABF-8444-4D40-A594-D4443921B3B8</id>
|
||||||
<title>1.0.16 (1.0.16.1)</title>
|
<title>1.0.17 (1.0.17.1)</title>
|
||||||
<summary>1.0.16.1</summary>
|
<summary>1.0.17.1</summary>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2020-06-12T00:00:01Z</updated>
|
<updated>2020-07-13T00:00:00Z</updated>
|
||||||
<content type="xhtml">
|
<content type="xhtml">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
<p>
|
<p>
|
||||||
<u style="font-size: .9em;">BUGFIX</u>
|
<u style="font-size: .9em;">CHANGE</u>
|
||||||
<br/>
|
<br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added url encoding so that special characters are sent to the webhook correctly.</li>
|
<li>Profile name has been converted to a droplist and is now populated with the Server Manager Profile Names for selection.</li>
|
||||||
<li>Changed the text encoding from ASCII to UTF8, so that unicode languages should work correctly.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
<sys:String x:Key="ConfigProfileWindow_BotNameTooltip">This will override the name you setup in your webhook. Leave blank to use default.</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_BotNameTooltip">This will override the name you setup in your webhook. Leave blank to use default.</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_UseTTSLabel">Use Text to Speech (TTS)</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_UseTTSLabel">Use Text to Speech (TTS)</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_UseTTSTooltip">If enabled, will make the bot announce with Text to Speech, otherwise will turn off Text to Speech.</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_UseTTSTooltip">If enabled, will make the bot announce with Text to Speech, otherwise will turn off Text to Speech.</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_PrefixMessageWithProfileNameLabel">Prefix Message with Server Manager Profile Name</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_PrefixMessageWithProfileNameLabel">Prefix Message with Profile Name</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_PrefixMessageWithProfileNameTooltip">If enabled, the alert message will be sent prefixed with the server manager profile name.</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_PrefixMessageWithProfileNameTooltip">If enabled, the alert message will be sent prefixed with the server manager profile name.</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_MessageOptionsLabel">Message Options</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_MessageOptionsLabel">Message Options</sys:String>
|
||||||
<sys:String x:Key="ConfigProfileWindow_MessageOptionsBoldLabel">Bold</sys:String>
|
<sys:String x:Key="ConfigProfileWindow_MessageOptionsBoldLabel">Bold</sys:String>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.0.16.1
|
1.0.17.1
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue