Skip to content

Commit 3de976f

Browse files
authored
Fix: Disable autocomplete in search input field (#145)
* 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
1 parent cc42ffc commit 3de976f

File tree

7 files changed

+545
-366
lines changed

7 files changed

+545
-366
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [unreleased]
44

5+
## [v1.10.3]
6+
7+
- **FIXED**: Deleting a bookmark via popup accidentally removed all bookmarks from index (temporarily)
8+
- **FIXED**: Disable browsers inbuilt "autocomplete" / "Saved Data" for the search input field
59
- **FIXED**: Fixed potential crash when browser returns empty history entries (which it shouldn't do).
610

711
## [v1.10.2]

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
44
"homepage_url": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
55
"author": "Simon Heimler",
6-
"version": "1.10.2",
6+
"version": "1.10.3",
77
"manifest_version": 2,
88
"applications": {
99
"gecko": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
44
"homepage_url": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
55
"author": "Simon Heimler",
6-
"version": "1.10.2",
6+
"version": "1.10.3",
77
"manifest_version": 3,
88
"permissions": [
99
"tabs",

0 commit comments

Comments
 (0)