Skip to content

Commit 0d33357

Browse files
committed
release 2.2.0
1 parent 9e2d51f commit 0d33357

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [2.2.0] - 2025-02-17
10+
11+
### Added
12+
13+
- Added "Search Help" w/ tips about supported constructs in the search syntax.
14+
15+
- Added "show full urls" setting to allow showing the full URL in search rather than just the host.
16+
17+
- All filters currently being applied now appear at the top of the search and can be removed one-by-one.
18+
19+
### Changed
20+
21+
- Removed all dropdowns--buttons are always visible. All buttons should have tooltips now as well.
22+
23+
- Opening details of a session opens in a modal instead of navigating pages, losing the state of the current search.
24+
25+
- Selecting a host does not filter down the list of hosts--other filters still apply to the host list.
26+
27+
### Fixed
28+
29+
- 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.
30+
31+
- Fixed deletion not working in the demo app.
32+
33+
- Fixed migrations not working in the demo app.
34+
935
## [2.1.0] - 2025-02-16
1036

1137
### Changed

docs/_static/screenshot.png

21.1 KB
Loading

docs/_static/small-screenshot.png

-1.16 KB
Loading

manifests/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Egghead History",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A delightful browser history extension",
55
"icons": {
66
"16": "icon-16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egghead",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"author": "cfeenstra67 <cameron.l.feenstra@gmail.com>",
55
"license": "MIT",
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "egghead"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Browser history replacement that doesn't suck eggs."
55
readme = "README.rst"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)