Skip to content

Commit

Permalink
Fix: Disable autocomplete in search input field (#145)
Browse files Browse the repository at this point in the history
* Disable autocomplete in search input field

* Update dependencies

* use input type=search (?)

* Fix bookmark delete accidentally removing all bookmarks from index

Resolves #146

* Bump version to 1.10.3

* Updated changelog
  • Loading branch information
Fannon authored Oct 8, 2024
1 parent cc42ffc commit 3de976f
Show file tree
Hide file tree
Showing 7 changed files with 545 additions and 366 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

## [v1.10.3]

- **FIXED**: Deleting a bookmark via popup accidentally removed all bookmarks from index (temporarily)
- **FIXED**: Disable browsers inbuilt "autocomplete" / "Saved Data" for the search input field
- **FIXED**: Fixed potential crash when browser returns empty history entries (which it shouldn't do).

## [v1.10.2]
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
"homepage_url": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
"author": "Simon Heimler",
"version": "1.10.2",
"version": "1.10.3",
"manifest_version": 2,
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
"homepage_url": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
"author": "Simon Heimler",
"version": "1.10.2",
"version": "1.10.3",
"manifest_version": 3,
"permissions": [
"tabs",
Expand Down
Loading

0 comments on commit 3de976f

Please sign in to comment.