Skip to content

Releases: michaelx/Launchbot

Launchbot v3.0.3

26 Aug 13:30
Compare
Choose a tag to compare

Stopped set item events from bubbling up.

Launchbot v3.0.2

12 Jul 08:03
Compare
Choose a tag to compare
  • Age plugin: Optimized precision of age within ~24h of the birthday

Launchbot v3.0.1

09 Jul 13:23
Compare
Choose a tag to compare

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.

Launchbot v3.0.0

09 Jul 13:03
Compare
Choose a tag to compare

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

Launchbot v2.5.1

30 Apr 07:37
Compare
Choose a tag to compare
  • Updated UI copy
  • Fixed search

Launchbot v2.5.0

06 May 07:02
Compare
Choose a tag to compare
  • 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.

Launchbot v2.1.6

16 Dec 07:13
Compare
Choose a tag to compare

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

Launchbot v2.1.5

24 Jun 18:32
Compare
Choose a tag to compare

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

Launchbot v2.1.4

06 Dec 11:07
Compare
Choose a tag to compare

Added the option to easily change the favicon size.

Launchbot v2.1.3

03 Dec 20:54
Compare
Choose a tag to compare
  • 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.