This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: FedeIlLeone/Tnym-js
Releases · FedeIlLeone/Tnym-js
2.4.5
2.4.4
2.4.3
⚠️ Account creation is currently broken! Create one manually when the browser opens.
Features
- Username automatically formats to the correct capitalization.
- Support to Chrome v102 (update Tnym-js if your browser is not starting).
- Removed the fake x64 chromedriver copy.
Bug Fixes
- electron-builder configuration fixed.
- UI bundled in a separate module.
2.4.2
2.4.1
2.4.0
Features
- Added proxy support.
- Added logs.
- Added 'Randomize file' option.
- UI changes:
- Text inputs dark themed.
- Moved various elements to modals.
- Smaller window.
- Removed 'Use latest token' option.
- UserId fetch cache on focus lost of the user input.
- Support to Chrome v95 (update Tnym-js if your browser is not starting).
Bug Fixes
- Electron drag with resizable (354b8cd).
2.3.3
2.3.2
Features
- Support to Chrome v93 (update Tnym-js if your browser is not starting).
- Switched from electron-packager to electron-builder and use portable mode to get an output of a single file.
2.3.1
Features
- User input saves if exists.
- Removed Edge browser support.
2.3.0
Features
- Patched to bypass Tellonym's new captcha limitation.
- Brand new spammer, now based on API requests for a faster spam.
- Checks if user exists on the platform.
- Retries are now 25 instead of 10 because of more 'rate limited' errors.
- Added an account generator.
- Used to bypass captcha on message send (you are still required to complete the captcha on registration if available, this is to keep the project free without any captcha solving services).
- Added option to use the last token generated if available.
- Most operations like privacy agreement popup are now skipped by modifying some keys in local storage.
- Removed Headless option.
- Added version and copyright info on UI.
- Added an update checker. Version changes color based to the latest version available on GitHub.
- Browser gets closed when closing from close button.
- WebDriver gets added to $PATH regardless if the user wants or not (always remember to use the most updated browser you've selected or the pre-downloaded drivers won't work properly).