Launchbot Versions Save

A startpage to open collections of websites with one click. It’s like restoring tabs, but anywhere.

v3.0.3

4 years ago

Stopped set item events from bubbling up.

v3.0.2

4 years ago
  • Age plugin: Optimized precision of age within ~24h of the birthday

v3.0.1

4 years ago

Added latest build, so that you don’t have to setup the development environment.

You can use Launchbot from the file system with your browser, e.g. file:///Users/michael/Projects/Launchbot/dist/index.html. Just make sure you’re using the build files in the dist folder, all other files are for development only.

v3.0.0

4 years ago

This is a major release that requires a config update to match the new style.

  • Refactored JS: ES modules, ECMAScript 2017
  • Refactored CSS: PostCSS, BEM, based on my code-guide
  • Added tooling (currently webpack) to scale development
  • Added keyboard shortcuts
  • Added theme support, with two default themes (dark, light)
  • Added plugin support, with two default plugins (weather, age)
  • Added plugin cache in localStorage
  • Added config cache in localStorage
  • Added settings UI to update config in the browser

v2.5.1

7 years ago
  • Updated UI copy
  • Fixed search

v2.5.0

8 years ago
  • Removed configuration from core. You can now configure Launchbot completely in config.js.
  • Removed jQuery dependency. Previously used for the weather plugin. Now everything is vanilla JS.
  • Added structure for plugin support.
  • Streamlined JavaScript functions.

v2.1.6

9 years ago

Switched to Google’s favicon service, because g.etfv.co was again over its serving quota.

v2.1.5

9 years ago

Removed restriction to the http protocol. You can now also add https and ftp addresses.

v2.1.4

10 years ago

Added the option to easily change the favicon size.

v2.1.3

10 years ago
  • Added the option to easily change the search engine.
  • Added note for Chrome users to hold cmd (Mac) or ctrl (Win) to open a set in tabs instead of windows.