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.15
24 Feb 2023

New Features

  • None.

Minor Changes

  • Added ability for devs to visualize proxy grabber window.
  • Improved module restart process
  • Improved proxy scraper

Bug Fixes

  • Auto-restart waits 30s for IP check to finish before starting modules to prevent the “IP not detected” error.
  • Fixed somiibo://settings showing up randomly at startup or when the authenticated account changes.

API Changes

  • Replaced worker promoitem with hidden property.
  • Added browser().isVisible() method.
Archive v1.2.14
10 Feb 2023

New Features

  • None.

Minor Changes

  • None.

Bug Fixes

  • None.

API Changes

  • Added message handler to module-messaging.js.
  • Added pathOffset to messages in messaging.js to prevent duplicates path IDs sent at the same timestamp.
Archive v1.2.13
06 Feb 2023

New Features

  • None.

Minor Changes

  • Changed module “Load” button to “Open +”.
  • Added premium pricing model change to settings page.
  • Added spacing to various UI elements.
  • Module stats message is removed now when any model UI is generated.

Bug Fixes

  • None.

API Changes

  • Added .browser().getWindowSize() method.
  • Added .utilities().chance() method.
  • Fixed .ui() method so that it does not escape module HTML UI elements but instead runs DOMPurify.
Archive v1.2.12
02 Feb 2023

New Features

  • None.

Minor Changes

  • Fixed UI card borders in modals.
  • Fixed Session colors.

Bug Fixes

  • None.

API Changes

  • Added ability to customize timeouts in some .browser() methods.
  • Added dedicated .closeDuplicateModule() that will force duplicate modules to close unless they have new sessionInstanceLock=false setting.
  • Optimized module manager.
  • Added .repeat() function.
Archive v1.2.11
26 Jan 2023

New Features

  • None.

Minor Changes

  • Modernized UI by removing thin borders around cards and sections.
  • Other small UI changes.
  • Module cards no longer have default stretched link but still support clicking on any part to allow hovering on status.
  • Moved module duplicate check to loop function and made it a requirement.
  • If module is in beta, it will now prevent start unless the user is beta.
  • Beta program UI now shows if you have been accepted.
  • Modernized module manager UI to be cleaner and have less text.

Bug Fixes

  • Fixed more XSS issues.
  • Fixed context-menu memory leak

API Changes

  • Updated dependencies.
  • Optimized module api loop and initialization.
  • Added btn-soft-primary class.
  • Updated Proxifly API URL.
  • Added .cycle() function to module utilities.
  • Added module:request-status-update and module:request-stat-update handlers.
Archive v1.2.10
27 Dec 2022

New Features

  • Added Discord join button to shell UI.

Minor Changes

  • Changed menu bar support links to be the Discord server.
  • Removed link to forum in dashboard.

Bug Fixes

  • None.

API Changes

  • Modified the account() API error text.
  • Upgraded promo-server and implemented correct reference to electron.
  • Remove deprecated databaseType from renderer.js.
  • Added new handleUISettings() to renderer.js to support dynamic UI changes specified in main.json.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16