Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Releases: FedeIlLeone/Tnym-js

2.4.5

30 Dec 21:16
Compare
Choose a tag to compare

⚠️ Account creation is currently broken! Create one manually when the browser opens.

Features

  • Support to Chrome v108 (update Tnym-js if your browser is not starting) (f44a95a).

Bug Fixes

  • API requests to Tellonym by adding user-agent to the headers (852e998).

2.4.4

19 Nov 17:19
Compare
Choose a tag to compare

⚠️ Account creation is currently broken! Create one manually when the browser opens.

Features

  • New file inputs (fomantic-ui 2.9.0) (f5ab87c).
  • Clear logs button (00ff4ab).
  • Update nag (b89d49a).
  • Support to Chrome v107 (update Tnym-js if your browser is not starting) (d7e2835).

Bug Fixes

2.4.3

20 Jun 13:46
Compare
Choose a tag to compare

⚠️ 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

14 Mar 21:26
Compare
Choose a tag to compare

⚠️ Account creation is currently broken! Create one manually when the browser opens.

Features

  • Support to Chrome v99 (update Tnym-js if your browser is not starting) (9f17382).

Bug Fixes

  • User input cache saves lower case string (9e6f98d).

2.4.1

24 Dec 12:23
Compare
Choose a tag to compare

Features

  • Support to Chrome v96 (update Tnym-js if your browser is not starting) (41b4cc1).

2.4.0

26 Oct 20:40
Compare
Choose a tag to compare

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

17 Sep 18:59
Compare
Choose a tag to compare

Features

  • Replaced dialogs with toasts; removed @electron/remote (c5d5c3f).

Bug Fixes

  • Conclude spammer and loader element if user doesn't exist (e951fe6).
  • Better CSS bundling; won't see webpage without styling on startup anymore (7705c29).

2.3.2

11 Sep 09:09
Compare
Choose a tag to compare

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

20 Jul 13:38
Compare
Choose a tag to compare

Features

  • User input saves if exists.
  • Removed Edge browser support.

2.3.0

17 Jul 17:52
Compare
Choose a tag to compare

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).