Skip to content

Commit

Permalink
Bump to v1.2 as I accidentially uploaded a previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Feb 10, 2019
1 parent 8d1a2c5 commit 727fd1d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions assets/texts/de/Changelog/1.2.html
Original file line number Diff line number Diff line change
@@ -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>.
File renamed without changes.
9 changes: 9 additions & 0 deletions assets/texts/en/Changelog/1.2.html
Original file line number Diff line number Diff line change
@@ -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>.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/manifests/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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__",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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__",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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__",
Expand Down

0 comments on commit 727fd1d

Please sign in to comment.