All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Added platform and version to the "About" page.
-
Added release flow instructions to the documentation.
- Fixed an issue with query string parsing where words containing operator like
notebook
(containingnot
) would not be parsed correctly.
- Webpack changes in order to avoid any unsafe
eval
, which firefox gives lots of warnings about.
-
Retention policy setting so that history data does not grow arbitrarily.
-
Warning when queries are less than 3 characters so that users know to lengthen their search. Search terms less than 3 characters long will always return no results because of the
trigram
tokenizer.
- Performance improvements to allow the initial crawl to complete successfully in systems with a large amount of history.
- Initial release of egghead to the chrome web store