Skip to content

Commit

Permalink
Change defaults (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Aug 9, 2023
1 parent 7eb50cc commit 2769108
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions assets/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ <h3 id="issues">Reporting Issues</h3>
target="_blank">Chrome Extension Store</a> or on <a
href="https://github.com/forgetso/search-replace/issues">GitHub</a>.
</p>
<p>
Please rate <a
href="https://chrome.google.com/webstore/detail/search-and-replace/bldchfkhmnkoimaciljpilanilmbnofo/reviews">&#9733;&#9733;&#9733;&#9733;&#9733;</a>
on Chrome Store if the extension helps you!
</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

</div>


<div class="text-center">Version 1.6.6</div>
</body>

</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"https://*/*"
],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.6.5",
"version": "1.6.6",
"options_page": "assets/options.html"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search_and_replace",
"version": "1.6.5",
"version": "1.6.6",
"resolutions": {
"author": "Chris Taylor <[email protected]>"
},
Expand Down
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function getDefaultStorage(): SearchReplacePopupStorage {
replaceTerm: '',
options: {
matchCase: false,
inputFieldsOnly: false,
inputFieldsOnly: true,
visibleOnly: true,
wholeWord: false,
isRegex: false,
Expand Down

0 comments on commit 2769108

Please sign in to comment.