Releases: michaelx/Launchbot
Releases · michaelx/Launchbot
Launchbot v3.0.3
Launchbot v3.0.2
- Age plugin: Optimized precision of age within ~24h of the birthday
Launchbot v3.0.1
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
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
- Updated UI copy
- Fixed search
Launchbot v2.5.0
- 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
Switched to Google’s favicon service, because g.etfv.co was again over its serving quota.
Launchbot v2.1.5
Removed restriction to the http protocol. You can now also add https and ftp addresses.
Launchbot v2.1.4
Added the option to easily change the favicon size.
Launchbot v2.1.3
- 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.