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.6
01 Apr 2021

Fixes

  • Fixed issue where Somiibo Go clicks were incorrectly offset by the top bar.
  • Updated dependencies.
Archive v1.0.5
01 Apr 2021

Features

  • Login and device data is logged when using the app so that if you have connected your Discord account we can help you faster during support requests.

Fixes

  • Fixed modules so they will correctly stop for free plan users after 30 minutes.
  • Fixed issue where users could not open their allotted 2 tabs if they are on the free plan.
  • Fixed the tray menu so starting all modules and stopping all modules now correctly considers all types of tabs.
  • Added spacing between text and buttons on the updates panel in settings.
  • The confetti that shows when youre a premium user will now only show when a subscription is activated or reactivated, not upon login.

API / Internal Changes

  • Added navigation trigger for somiibo://settings so links will open in the app.
  • Added UTM tags to premium checkout page to help us better understand how you are using premium.
  • Fixed the maximum tab warning so that it includes the correct number of allowed tabs.
  • The “open a module” button on the new tab page now becomes disabled after being clicked to avoid multiple API calls.
  • Removed Realtime Database code from the app in favor of Firestore.
  • Added a catch system for startup errors that will send the user to the downloads page on the website in the event of a fatal error.
  • Added tracking for module ads.
  • e-script is now reloaded and executed every 12 hours.
  • Gathering updated to retry when listener setup fails
Archive v1.0.4
31 Mar 2021

Features

  • Added update button to somiibo://settings page.
  • Added Goals section to modules. This feature will become available in the coming days.
  • Added Somiibo Premium proxies. This feature will become available in the coming days.
  • To help avoid confusion, modules in maintenance mode are no longer disabled and will now show an error when attempting opening them. Hopefully this is more clear that the module is unavailable.

Fixes

  • Updated dependencies (Updated to Electron 11.4.1).
  • Fixed another error with the new proxy parser that prevented some modules from working (such as SoundCloud Plays and Traffic Generator).
  • Fixed an error where module settings would not load due to “multiple event listeners”.
  • Fixed an error where the URL would not display on tabs during a hover action.
  • Added alert system to renderer.
  • If a module tab lacks a module.properties.id it will be automatically closed.
  • Fixed account syncing issue where roles would not reflect.
  • Fixed positioning of the close button for the popup for setting Somiibo as the default browser.
  • Made alerts with yellow background have black text instead of white to be more readable.
  • Fixed an issue where going back to the settings from a module would cause the tab to error-out.

API Changes

  • Added premiumOptions to settings.json API to control SELECT fields and whether an option is premium or not
Archive v1.0.3
25 Mar 2021

Fixes

  • Fixed modules not being able to start because of a proxy error
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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16