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.0.2
25 Mar 2021

Fixes

  • Fixed download server files not working
  • Fixed Session refresh which was causing the app to be stuck in a permanent loading state
  • Somiibo Premium price is now dynamically fetched from the server in main.json
  • Removed Somiibo Premium checkout page from the Mac App Store version to comply with the store guidelines
Archive v1.0.1
25 Mar 2021

Fixes

  • e-script is downloaded with a maximum wait time of 60 seconds
  • Fixed download server files not working
  • Updated dependencies
  • Fixed proxy parser. You can now use proxies in a wider format:
    # Base format
    protocol://ip:port
    protocol://username:password@ip:port
    
    # Examples
    http://1.2.3.4:1234
    http://user:[email protected]:1234
    http://user:pass@hostname:1234
    
  • Session dropdown is refreshed on auth change
  • Session dropdown will now only show 2 custom sessions for free users
Archive v1.0.0
11 Mar 2021

🔥 Somiibo 1.0.0 🔥

Somiibo was first built and released in 2017 and it was a game changer for a lot of reasons: no other platform offered the breadth and depth of automation like Somiibo did. Somiibo helped hundreds of thousands of users to automate nearly every social media site and even included an API for users to build their own modules. However, the Internet and social media has evolved so much since then and maintaining Somiibo became increasingly difficult as the underlying structure simply was not built to be as scalable as the environment would eventually demand it to be. Thus, we decided to start with a blank slate by building the entire thing from scratch, taking thousands of feedback surveys and data points into consideration to build the next generation automation platform.

Somiibo is now browser-first and has been built from the ground up to appeal to anyone who uses the internet, not just business, brands, or entrepreneurs. It still packs a punch in terms of productivity and it really shines as an app when you use it beyond how you would use a standard browser.

Somiibo has 3 main focuses

  • Browser: Somiibo is designed to be a browser that acts as a viable alternative to Chrome, featuring tabs, bookmarks, history, advanced settings, adblocking, security, privacy, and more.
  • Session control: Standard browsers use a single Session that is shared across all tabs and windows. Somiibo gives you control to create and utilize an unlimited number of Sessions as well as assign a custom IP and User Agent to each Session
  • Automation: The Somiibo API is designed to make automation possible on any website, eliminating the need to perform repetitive tasks manually. You can use Somiibo’s prebuilt modules or harness the power of Node.js to write your own.
Archive v0.2.938
09 Mar 2021

General Notes

  • This update is primarily to prepare the app for the public 1.0.0 release. Another update will follow shortly after.

Fixes

  • Free users will now be able to open and 2 modules. Previously, there was an error that prevented this.
Archive v0.2.937
01 Mar 2021

Fixes

  • Updated dependencies
  • Fixed an issue with custom proxies used in modules. Custom proxies should work properly!
Archive v0.2.936
12 Feb 2021

New Features

  • Upon subscribing to premium, members will now get a nice message and a little surprise within the app
  • Added an alert system so we can notify users in-app of any important changes or issues
  • Added special context menu options when right-clicking on an extension for debugging the background processes
  • You can now drag and drop a main.json file into the module package manager window to add it as a package
  • Added preliminary support for Somiibo Premium Proxies, a new type of proxies we will be adding soon
  • Added new video to the welcome screen
  • Improved modules so that if a change happens to the properties it will close and reopend the BrowserWindow page
  • Premium checkout page is opened in the default browser
  • Added “goals” section to module settings that will be filled out in the coming few days

Fixes

  • Updated dependencies
  • Added clearInvalidConfig to all electron-store instances
  • Fixed iframe issue where the iframes array was not cleared on navigation
  • Fixed module security issue where the private API was exposed with the this keyword inside a module. this is now set to the module’s API itself.
  • Module logs now safely convert non-serializable objects to printable errors in the console.
  • Fixed module security issue where restricted npm modules could be require‘d in certain methods such as browser().execute() and it also disallows local modules.
  • Gathering.js now uses random uuidv4s as keys and allows multi-logging if the user’s plan includes multi-device usage.
  • Disabled extensions temporarily because of an Electron issue
  • Opening a beta module or a disabled module is now no longer possible with console manipulation

  • Fixed an issue where errors would not log to module developers
  • Disabled the entirety of premium for windows store users since windows is trying to force us to use their billing api
  • Fixed an issue where multiple popups would cause the UI to become unresponsive
  • Fixed an issue where the app was not give proper focus during certian events like creating a new tab from the tray menu
  • Fixed ping() method in module api, added message.command for unhandled messages, fixed error on somiibo://downloads page
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16