Somiibo Updates

Here you will find archived updates regarding the improvements made to Somiibo. Or, you can go back to Somiibo's website.


Stats refreshed just now

Previous Versions

Archive v1.1.6
18 Jul 2021

Fixes

  • Modules can now set a separate User Agent for each operating system and use template strings.
  • Fixed the SoundCloud login issue for modules.
Archive v1.1.5
16 Jul 2021

Features

Fixes

  • Added self to somiibo.device().quitApp() to fix reference error.
  • Tabs will not be openable if the session is not existant or the user is on a plan that does not permit the session to be used.
  • Module ad unlock now completes automatically if the page navigates.
  • Fixed SoundCloud login/authentication issue on Windows.
Archive v1.1.4
13 Jul 2021

Fixed

  • Fixed Somiibo Go scaling issue on Y axis
  • auth_redirect now gets set on all auth-related links on the page
Archive v1.1.3
08 Jul 2021

Fixed

  • Fixed threshold and added availability to supply it as an option for somiibo.browser().solveCaptcha() for puzzlepiece mode.
Archive v1.1.2
08 Jul 2021

Features

  • Added puzzle captcha solver for TikTok and released TikTok module.
  • Added ability to include instructions.html in modules. Modules now include an instructions tab with tips and suggestions on how to maximize the use of each module.

Fixes

  • Added navigator.platform fixer for tabs and module webcontents.

API Changes

  • Added direction property for somiibo.browser().click() options so you can specify the button as up or down.
  • Changed somiibo.browser().select() so it merges the first two arguments if they are both objects.
  • Fixed somiibo.browser().capture() method.
  • To include instructions.html, have the instructions.html in your module folder and set <module>.instructions = true in your package’s main.json.
Archive v1.1.1
02 Jul 2021

Fixes

  • Fixed an issue where running modules would not be saved and restarted when using the auto-restart feature in somiibo://settings –> Application –> Auto-restart (under Advanced).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16