You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
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.
0 commit comments