Skip to content

Latest commit

 

History

History
113 lines (58 loc) · 3.29 KB

File metadata and controls

113 lines (58 loc) · 3.29 KB

Changelog

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.

Unreleased

Changed

  • Converted app to use ES Modules for the source code

Fixed

  • Prevent terms shorter than 3 characters from appearing in the sidebar--clicking on these produces an empty screen + they are not likely to refer to concrete topics.

[2.2.0] - 2025-02-17

Added

  • Added "Search Help" w/ tips about supported constructs in the search syntax.

  • Added "show full urls" setting to allow showing the full URL in search rather than just the host.

  • All filters currently being applied now appear at the top of the search and can be removed one-by-one.

Changed

  • Removed all dropdowns--buttons are always visible. All buttons should have tooltips now as well.

  • Opening details of a session opens in a modal instead of navigating pages, losing the state of the current search.

  • Selecting a host does not filter down the list of hosts--other filters still apply to the host list.

Fixed

  • Clicking on search bar from settings page now navigates to search--previously this would happen on typing the first character and the search would be lost.

  • Fixed deletion not working in the demo app.

  • Fixed migrations not working in the demo app.

[2.1.0] - 2025-02-16

Changed

  • Changed color scheme away from default shadcn theme.

  • Updated docs to match app theme.

Fixed

  • Fixed some UI regressions from the redesign--day headers not sticky on scroll, sidebar not sticky, ugly side bar.

[2.0.0] - 2025-02-08

Added

  • Added the ability to delete history, both from Egghead and chrome.

  • Added import/export for databases, which are just sqlite databases that can be used w/ other SQLite tooling.

  • Added ability to see "source sessions" in the session detail page.

Changed

  • Switched backend to use OPFS + offscreen API instead of the previous IndexedDB-based backend. This is a backwards-imcompontabile change but improves search performance dramatically.

  • Redesigned UI w/ shadcn

Fixed

  • Fixed reliability issues around capturing link opens, including new tabs.

  • Fixed reliability issues around link opening from the history page.

[1.0.4] - 2023-07-30

Added

  • Added platform and version to the "About" page.

  • Added release flow instructions to the documentation.

[1.0.3] - 2023-04-03

Changed

  • Fixed an issue with query string parsing where words containing operator like notebook (containing not) would not be parsed correctly.

[1.0.2] - 2022-08-09

Changed

  • Webpack changes in order to avoid any unsafe eval, which firefox gives lots of warnings about.

[1.0.1] - 2022-08-29

Added

  • 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.

Changed

  • Performance improvements to allow the initial crawl to complete successfully in systems with a large amount of history.

[1.0.0] - 2022-08-23

Added

  • Initial release of egghead to the chrome web store