Bump to v1.2 as I accidentially uploaded a previous version
This commit is contained in:
parent
8d1a2c51ea
commit
727fd1d725
7 changed files with 21 additions and 3 deletions
9
assets/texts/de/Changelog/1.2.html
Normal file
9
assets/texts/de/Changelog/1.2.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<ul>
|
||||
<li><strong>Neu:</strong> Das Umleiten von Pleroma-Instanzen wird nun unterstützt.</li>
|
||||
<li><strong>Neu:</strong> Benachrichtigungen werden nun gezeigt wenn das Umleiten des fehl schlägt oder das Add-on nicht korrekt konfiguriert ist.</li>
|
||||
<li><strong>Verbessert:</strong> Die Verifikation des Mastodon-Accounts wurde verbessert, d.h. es wird auch überprüft, dass der Mastodon-Account existiert.</li>
|
||||
<li><strong>Verbessert:</strong> Die Mastodon-Toot-Umleitung verwendet nun wieder Website-Scraping als Fallback.</li>
|
||||
</ul>
|
||||
<p><strong>Hinweis:</strong> Da eine Fehlerbenachrichtigung eingeführt wurde, fordert das Add-on eine neue Berechtigung zum Zeigen ebendieser Benachrichtigungen an. Siehe <a href="https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/de/permissions.md">https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/de/permissions.md</a> für eine Erklärung aller Berechtigungen.</p>
|
||||
|
||||
Mehr Informationen <a href="https://github.com/rugk/mastodon-auto-follow/releases/tag/v1.2">auf GitHub</a>.
|
9
assets/texts/en/Changelog/1.2.html
Normal file
9
assets/texts/en/Changelog/1.2.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<ul>
|
||||
<li><strong>New:</strong> Redirecting from Pleroma instances is now supported.</li>
|
||||
<li><strong>New:</strong> Notifications are shown, if the redirect fails or the add-on is not correctly set up.</li>
|
||||
<li><strong>Enhanced:</strong> The verification of the Mastodon account in the options page is now improved, i.e. also checks the actual Mastodon account exists.</li>
|
||||
<li><strong>Enhanced:</strong> Mastodon toot interaction redirection uses website scraping again as a fallback.</li>
|
||||
</ul>
|
||||
<p><strong>Note:</strong> Due to the introduction of error notifications, the add-on requests a new permission to show these notifications. See <a href="https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/en/permissions.md">https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/en/permissions.md</a> for an explanation of all permissions.</p>
|
||||
|
||||
More information <a href="https://github.com/rugk/mastodon-auto-follow/releases/tag/v1.2">on GitHub</a>.
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"short_name": "__MSG_extensionNameShort__",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"author": "rugk",
|
||||
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"short_name": "__MSG_extensionNameShort__",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"author": "rugk",
|
||||
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"short_name": "__MSG_extensionNameShort__",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"author": "rugk",
|
||||
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue