0.3.0-alpha
Pre-release
Pre-release
This release includes a lot of small changes and improvements. Mostly it was about simplifying core logic, reducing count of dependencies and application size.
Main
- All core plugins extracted to own packages, so any plugin could be installed and uninstalled separately. Did you want to use duck-duck-go and uninstall google? Now you can!
- Added "open at login" option to settings;
- Added version for Windows 32 bit;
- Set focus back to the previous application: before if you set focus in some input in application and show/hide Cerebro – focus won't be restored in this input. Now it is;
Development
- Improved plugins development flow: check out create-cerebro-plugin to start building plugins without any configuration;
- Main UI components extracted to cerebro-ui package;
- Migrated to webpack 2. It reduces size of final JS bundles;
- Added js bundles minification. It reduces size of final JS bundles even more;