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.9
15 Dec 2022

New Features

  • Warning added to Incognito tabs that the settings are temporary

Minor Changes

  • Vertically centered UI on module.
  • Modules are no longer required to contain submit buttons in settings as it is added automatically.
  • Replaced Session text and Moduel Package text with icons.
  • Session and Account interface allow editing the combined total is less than or equal to the maximum allowed, where previously it would not allow editing.
  • Closing some module error dialogs will automatically open the module browser window.

Bug Fixes

  • Made somiibo://new-tab page have less text, changed wording/welcome tour, added module icon to settings page, moved buttons to be more compact.
  • Added anti-xss escapeHTML function
  • Implented anti-xss to the app where html is injected.
  • Added crash handler to tabs so it auto-reloads.
  • Popups now correctly work.
  • somiibo://new-tab incognito settings now auto-fill the UA placeholder UI with current UA.
  • Fixed other various UI elements.

API Changes

  • Added ‘tab:send-to-all’ api.
  • Added ‘special:reload-module-stage’ api.
  • somiibo://new-tab now automatically fills account selector when accounts are changed and when the settings initially loads.
  • Refactored settings.js to optimize how Store is used.
  • Added messaging() API to replace socket() API in order to fix extension not connecting.
Archive v1.2.8
08 Nov 2022

New Features

  • Added restart manager downloader to help restart the app when it crashes.
  • Modules now show colored icons for better visibility.

Minor Changes

  • None.

Bug Fixes

  • Reverted to Electron 16 to fix proxy timeout error.
  • Removed some window replacers in universal.js

API Changes

  • Added new error filters.
  • Added .throwError().
Archive v1.2.7
01 Nov 2022

New Features

  • Session editor UI has dropdowns for a decluttered interface.

Minor Changes

  • None.

Bug Fixes

somiibo://diagnostic now shows Electron version for developers

  • somiibo://downloads now shows a message if there are no downloads.
  • Changed wording around the app to be more sensible, like the account prompt.

API Changes

  • Updated to Font Awesome 6 and updated various icons around the UI.
  • Updated dependencies.
Archive v1.2.6
27 Oct 2022

New Features

  • None.

Minor Changes

  • None.

Bug Fixes

  • Added MyBrowser/{appVersion} to UA string to fix Chrome and soundcloud and other logins.
  • Fixed settings load undefined error.

API Changes

  • None.
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16