0.2.8

@KELiON KELiON released this Apr 9, 2017 · 111 commits to master since this release

  • Show app icons on windows
  • Single instance app: now when you open Cerebro several times on Windows/Linux, only one instance is loaded
  • Group plugins in available and installed
  • Added "reload" built-in command
  • Added "version" built-in command
  • Human-readable format of config.json file
  • Added donate tray menu item and donate window
  • Implemented lightweight vim-mode: you can use ctrl/cmd+jkhlo for navigation
  • [linux] Added binary name support for app search
  • Added settings for plugins: now you can include user-editable settings for your plugins

Downloads

0.2.7

@KELiON KELiON released this Mar 4, 2017 · 207 commits to master since this release

General

  • Converter: Add Indian rupee;
  • Windows: fix some applications launch (i.e. discord);
  • Do not clean search input by cmd/ctrl+backspace, use system shortcuts;
  • Fix global exception on some Arch Linux machines;
  • MacOS: display above fullscreen apps;
  • Fix plugins search (only 25 plugins were shown, now all);
  • Quit application when main window is closed (now using alt+f4 on Windows or cmd+w won't cause an error);
  • Minor bug fixes;

Plugins

  • Plugins autoupdate;
  • Better formatting of plugins (do not include "Cerebro" word in title/description);
  • Split plugins to categories (Updates, Installed and Available)
  • Do not reload application when plugin installed or uninstalled;

Development

  • Migrate to yarn;
  • Use npm's registry to search plugins (should be more stable, than npms.io);
  • Better experience of plugins development: when you use boilerplate and start npm run debug, plugin is automatically added to app.

Downloads

0.2.6

@KELiON KELiON released this Feb 12, 2017 · 270 commits to master since this release

  • Hide preview panel when preview is not available;
  • [Fix] plugin installation: sometimes plugin installation failed, now it is fixed. If you have any plugins that doesn't work – just try to reinstall them;
  • [Fix] After reloading of main window some users had error dialog "Error: Attempting to call a function in a renderer...".

Downloads

0.2.4

@KELiON KELiON released this Feb 6, 2017 · 297 commits to master since this release

General

  • Open links from previews in default browser instead of interval navigation;
  • Added 36 more languages to translate plugin;
  • Added Ukrainian currency to converter plugin;
  • Save window position after restart;
  • Added option "clean on hide" to settings so you can control behavior on hiding window: should it show previous state or empty input without results;
  • Fix for apps with same names, but different locations. I.e. users couldn't start app store because only App Store.prefPane was shown;
  • Search applications by abbreviation, i.e. lol to find League of Legends;
  • Now you can search and launch applications on Windows and Linux;
  • Use color icon in tray on Windows and Linux;
  • Do not show MacOS key symbols in hotkey input in settings on Windows and Linux
  • Use ctrl+c to copy to clipboard on Windows and Linux;
  • Fix machine-id: No such file or directory on some Linux distributions.

Development

  • Now you can use yarn and node 7 for development
  • Always open dev. tools in detached mode

Downloads

0.2.2

@KELiON KELiON released this Jan 24, 2017 · 356 commits to master since this release

256x256

General

  • New application icon;
  • Added support for cerebro:// protocol. I.e. if you want to add a quick link for your plugin on web page just use: cerebro://search?term="plugins cerebro-imdb"
  • Manual updates: added Check for updates item in tray menu;
  • Autoupdate (beta);
  • Added "update" action for plugins
  • Added "quit" command

Dev

  • Added "developer" submenu in tray menu (thanks @staff0rd);
  • Added appveyor CI for windows tests/builds;
  • Added tests for packaging on CI;
  • Added logger for plugin install/uninstall;

Downloads

0.2.1

@KELiON KELiON released this Jan 17, 2017 · 364 commits to master since this release

General

  • Use system font instead of hardcoded Helvetica Neue;
  • Windows support:
    screen shot 2017-01-17 at 02 22 21
  • Linux support
    screen shot 2017-01-17 at 02 17 37

Plugins

  • Maps: now you can search for places nearby by name, not only address;
  • OSx apps: faster reaction on application updates (install/uninstall);
  • Some OSx-related plugins (contacts, define, system) are not in core now, so you should install them explicitly;

Dev

  • Added hideWindow action to hide main Cerebro window;
  • After plugin installation reload all application windows (including background), not only main;
  • Use node packages for recursive remove directory and untar archive for plugins;

Downloads