Releases: magicoflolis/twitter-translator
Releases · magicoflolis/twitter-translator
v2.6.1
v.2.6.0
What's New
- Bug fixes
- Overhaul some background code
Known Bugs/Issues
- Duplicate "Translate with ..." in Direct Messages (sometimes)
v2.5.1
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
What's New
- Fixed setupConfig()
v1.5.0
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
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
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
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
What's New
- Fixed misaligned translated text on TweetDeck
v0.36
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