Skip to content

Releases: magicoflolis/twitter-translator

v2.6.1

30 Jul 23:38
15b169e
Compare
Choose a tag to compare

What's New

  • Bug fixes

Known Bugs/Issues

  • Duplicate "Translate with ..." in Direct Messages (sometimes)

v.2.6.0

30 Jul 01:33
8cf0643
Compare
Choose a tag to compare

What's New

  • Bug fixes
  • Overhaul some background code

Known Bugs/Issues

  • Duplicate "Translate with ..." in Direct Messages (sometimes)

v2.5.1

21 Sep 00:53
2ab68bf
Compare
Choose a tag to compare

What's New

  • Added "Translate with ..." to Direct Messages
  • "Translate with ..." injection can be even more customized in "Advanced Config" (click cog bottom left when Settings page is open)

Known Bugs/Issues

  • Duplicate "Translate with ..." in Direct Messages (sometimes)

v1.5.1

22 Aug 23:14
d5872c9
Compare
Choose a tag to compare

What's New

  • Fixed setupConfig()

v1.5.0

22 Aug 00:49
79d3c28
Compare
Choose a tag to compare

What's New

  • Fixed Hover card may crash Twitter when opened in sidebar.
  • Switched to Semantic Versioning
  • UserJS will now @run-at document-body.
  • UserJS can now use GM_* or GM.*
  • Improved overall file size from ~487 KB down to ~113 KB.
  • Improved CSS.
  • Reduced unused HTML elements from the menu.
  • Reworked favicon injections.

Favicons will now be fetched from UserJS GitHub repository, then formatted to a DataURL, previous versions have the DataURLs embedded in the UserJS.

In addition, favicons will be fetched using jsdelivr, this may be changed to GitHubs default "raw.githubusercontent.com" or any other preferred method.

ghCDN = 'https://cdn.jsdelivr.net/gh'; // Can be founded near the start, Feel free to change this URL

BUGS/ISSUES:

  • Internal Translations for User Bios may not load on TweetDeck.
  • Auto Theme + Auto Color may not work on Chromium based browsers.
  • [Logged out] Duplicate "Translate with..." injections may occur while on a users profile page.
  • [Translators] Azure Cognitive Services is not implemented.
  • [Translators] Translation API is UNTESTED.
  • [Translators] Yandex API is UNTESTED.

v0.40

06 Aug 23:41
2975d27
Compare
Choose a tag to compare

What's New

  • Fixed TweetDeck theme on Nitter when "Use website theme" is enabled.
  • Mobile and touch support! (mobile tested with android emulator, Firefox Nightly and Tampermonkey)
  • Improved CSS.
  • Misc tweaks.
  • Add search commands:

Supported Commands:

  • "tetopen" -- Will force open config menu on page load.
  • "tetrestore" -- Will restore config to defaults.
  • "tetdebug" -- Force enable scripts console.log
https://<site>/?<command>

Examples:

Be sure to remove command(s) from url afterwards!

// Will open config menu
https://twitter.com/messages/?tetopen

// Can be chanined
https://twitter.com/?tetrestore&tetopen&tetdebug

BUGS/ISSUES:

  • Auto Theme + Auto Color may not work on Chromium based browsers.
  • [Logged out] Duplicate "Translate with..." injections may occur while on a users profile page.
  • [Translators] Azure Cognitive Services is not implemented.
  • [Translators] Translation API is UNTESTED.
  • [Translators] Yandex API is UNTESTED.

v0.39

06 Aug 02:51
571d238
Compare
Choose a tag to compare

What's New

[Recommended] "Restore to Defaults" if updating.

  • Automatically match websites accent color.
  • Automatically match websites theme.
  • Better TweetDeck theme and accent color support!
  • Overhauled "Translate with..." injection (again)
  • Works while logged out (again)
  • Improved internal translations.
  • Added new option "Use website theme" -- this disables automatically matching website themes and colors (Twitter not supported)
  • Fixed [v0.34 - 0.38] No translate button on twitter (I hope)
  • Removed Help menu
  • Added loading indicator for internal translators.

BUGS/ISSUES:

Developed/tested with Firefox Beta + Violentmonkey

  • Auto Theme + Auto Color may not work on Chromium based browsers.
  • [Theme] TweetDeck theme may not work on Nitter when "Use website theme" is enabled.
  • [Logged out] Duplicate "Translate with..." injections may occur while on a users profile page.
  • [Translators] Azure Cognitive Services is not implemented.
  • [Translators] Translation API is UNTESTED.
  • [Translators] Yandex API is UNTESTED.

v0.38

21 May 23:35
1ca0387
Compare
Choose a tag to compare

What's New

  • Fixed Twitter crashing when hovering over a @
  • Fixed injection for Nitter.
  • Improved auto theme.
  • Improved injection for Twitter.
  • Few other bug fixes.

v0.37

17 May 23:19
ebc0e21
Compare
Choose a tag to compare

What's New

  • Fixed misaligned translated text on TweetDeck

v0.36

17 May 03:01
033e18d
Compare
Choose a tag to compare

What's New

"Restore to Defaults" if using "Internal Translator > DeepL"

  • Huuuge update
  • Rewrote most of the User Script
  • No longer requires JQuery 👍
  • Now supports Twitter hover cards
  • Works while logged out ...again
  • Fixed DeepL API preview ( url customization not supported yet )
  • Fixed colors not working while on TweetDeck
  • Improved internal text translations
  • Overhauled "Translate with..." injection
  • Made original "Translate Tweet" width smaller to prevent an accidental click
  • Improved CSS
  • Serveral other bug fixes

USE PREVIOUS VERSION IF UNSTABLE