Releases: cerebroapp/cerebro
Releases · cerebroapp/cerebro
v0.11.0
What's Changed
- fix: use correct dependency to move/delete folders by @dubisdev in #637
- docs: add how to contribute section in readme by @oguhpereira in #642
- docs: remove docs folder from project by @oguhpereira in #643
- chore: bump packages minor patch version by @oguhpereira in #641
- chore: remove outdated crash reporting + remove donate dialog by @dubisdev in #638
- feat(plugins): improve plugins load by @dubisdev in #639
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore: blacklist old cerbro-brew plugin by @ChFlick in #625
- fix: plugin settings by @ChFlick in #627
- feat: Select current text with
cmd+a
by @dubisdev in #629 - feat: select main input on show option by @dubisdev in #630
- fix: memory leak on reloading by @dubisdev in #631
- feat: allow moving cerebro window by @dubisdev in #633
- chore: update minor deps and release
v0.10.0
by @dubisdev in #634
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: upgrade without break-changes packages with newer version by @oguhpereira in #608
- fix: rollback cerebro-ui dep by @dubisdev in #616
- chore: add cerebro-search as default plugin by @dubisdev in #613
- chore: add electron-store to manage settings by @dubisdev in #609
- fix(cerebro-ui): update broken cerebro-ui dep by @dubisdev in #618
- Update the grammar in the README + add command in build from source process by @jessebot in #619
- chore: move to
@cerebroapp/cerebro-mac-apps
by @dubisdev in #620 - feat: add windows portable target to electron-builder by @dubisdev in #622
- chore: release
v0.9.0
by @dubisdev in #623
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- test: add more unit tests by @dubisdev in #595
- feat: remove fix-path dependencies by @oguhpereira in #598
- fix: add encoding to background renderer by @dubisdev in #600
- docs: reordered docs by @dubisdev in #603
- refactor(react-16): migrate to new react version by @dubisdev in #604
- chore(release): bump version to 0.8.0 by @dubisdev in #605
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- build: update cerebro core by @dubisdev in #591
- build(electron-builder): extract build configuration from package.json by @dubisdev in #589
- chore: update readme and some packages by @oguhpereira in #594
- CI: add email to build options by @dubisdev in #596
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- fix: disable autostart when running
yarn dev
by @dubisdev in #575 - fix: fix mock files and release settings by @dubisdev in #576
- fix: remove useless analytics by @dubisdev in #577
- fix: clipboard issues by @dubisdev in #579
- feature: developer tools shortcut by @dubisdev in #580
- feature: show plugins offline by @dubisdev in #582
- fix: some shortcuts causes the input to be overwritten by @dubisdev in #581
- core: simplify development settings by @dubisdev in #583
- fix: allow plugins to have scope by @dubisdev in #578
- chore: implement conventional commit standard by @dubisdev in #586
- chore: add cerebro version to
process.env
by @dubisdev in #585 - feat(plugins): plugins blacklist by @dubisdev in #592
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
Remove shields from readme and change build command
v0.4.0
- fix: fix lint error
- Simplify development and test configuration (#378)
- fix: remove publish
- chore: bumb node version
- feat: Add transparency to BrowserWindow options (#430)
- feat: Add config option to hide on blur (#454)
- fix: serif font on systems that do not define a system font (#455)
- feat: style scrollbars (#422)
- chore: update package.json
- fix: Move event handling to before the 'preventedDefault' property is read (#435)
- feat: Open cerebro window on Active screen (#416)
- chore: bump electron version
- feat: add install plugins manually (#518)
- feat: add env and dotenv (#519)
- Add extension to .eslintrc (#472)
- Merge pull request #487 from saadmk11/change-theme-readme
- Updating the README.md to Document how to change Themes
0.3.2
- Fixed fail when no description provided for published plugin
- Added opt-in for statistics and crash reports (thanks @ionphractal)
- Fix text positioning and scrollbars issues (thanks @lawgsy)
- Restore focus to previous window on blur/hide on Windows (thanks @ lawgsy)