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.2.5
24 Oct 2022

New Features

  • Modules can now automate the device as well as the embedded browser.
  • Updated intro tutorial wording and functionality.
  • Updated dashboard buttons.
  • Updated account links.

Minor Changes

  • None.

Bug Fixes

  • Added module unlock error for UX.

API Changes

  • Added device() methods like click(), type(), screenshot() for device automation.
  • Reafactored breaks(), exchange(), stats(), tabs(), and utilities() API to better import libraries.
Archive v1.2.4
21 Oct 2022

New Features

  • Added new app icon.
  • Intro video is now muted.

Minor Changes

  • None.

Bug Fixes

  • Fixed issue where submitting the URL box would not change the URL after an errored page.
  • Removed extension button until extensions are fixed to declutter the UI.
  • Added more fills to universal preload to better emulate a real browser.
  • Fixed favicon fetcher
  • Correctly parses proxies with https:// protocol
  • Checkbox UI colors are on-brand blue
  • When a module receives an update, the tab will be restarted to ensure all changes are applied.
  • User agents options now match referrer options for custom and default.

API Changes

  • Prepared codebase for electron-manager upgrade.
  • Removed all old development files.
  • Updated dependencies.
  • Upgraded Electron from 17.4.1 to 17.4.11
  • Changed path of gathering.js to the new path for EM.
Archive v1.2.3
18 Jan 2022

New Features

  • Module manager page now shows the word “Module” next to the version to prevent confusion with the actual version of Somiibo.

Minor Changes

  • None.

Bug Fixes

somiibo://stats correctly shows there is no data instead of a blank stats panel.

  • Fixed premium proxies list management.
  • somiibo://socket ` now shows correct connection status for extension and shows extension version

API Changes

  • Added debug for scrape proxies.
Archive v1.2.2
04 Jan 2022

New Features

  • None.

Minor Changes

  • None.

Bug Fixes

  • Fixed modules not loading for users who are using the app without an account

API Changes

  • None.
Archive v1.2.1
03 Jan 2022

New Features

  • Module unlock now flashes tab and displays popup when done.
  • Added progress bar to module unlock.

Minor Changes

  • None.

Bug Fixes

  • Fixed code signing on MacOS and Windows.

API Changes

  • None.
Archive v1.2.0
02 Jan 2022

New Features

  • Added somiibo://stats page to view a history of stats from your previous runs
  • Toggle module browser show and load order changed so the page shows quicker and appears more responsive.
  • Added more descriptive error to “profile not found” error.
  • Dev button on modules now opens the module browser if it was not previously open.
  • Added socket debug page at somiibo://socket.
  • Duplicate tab now puts the new tab right next to the original. When a tab requests a page to be opened it now opens after that tab.
  • Added module search functions so you can search for modules by name

Minor Changes

  • None.

Bug Fixes

  • The in-app Chrome webstore will no longer allow the installation of the Somiibo extension as this is not the intended environment for it. It needs to be installed in Google Chrome.
  • Fixed favicon fetcher not loading favicon
  • Generalized build scripts.
  • When visiting dev.somiibo.com inside the app you will not be prompted to install the app.

API Changes

  • Added defaults._poll.interval.
  • Added corresponding setting reader to all .poll() functions in the module logic.
  • Fixed discord-rpc to use discord-rpc-electron.
  • Added interval option to .select(). Update puzzle captcha solver. Updated utilities().getProxy().
  • Added Global variable to socket file.
  • Improved socket logic to prevent errors and unable to connect to exchange.
  • Added getStatus() to socket api.
  • Added error log for social-selectors.
  • socket disconnects on firebase auth refresh.
  • _hasRemtoeConnection is now either true or false and never an Error object.
  • Fixed breaking changes from electron 13 to 15 and to 16
  • Removed the re-navigation on a revived tab from a previous somiibo instance because of the remote.enable requirement. Updated to electron 15 and fulfilled new remote.enable requirements
  • Fixed DOMContentLoaded on all instances of use
  • Added promo package
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16