Skip to content

Commit 3f7b355

Browse files
committed
Release v1.7.3
Make toolbar badge background darker so the text is white. Chrome v102 seems to have changed the text color to background mapping, so the text became black on a dark grey background. Fix some jekyll errors by enabling "unsafe" markup in markdown files. Replace lodash/memoize with fast-memoize. Add lodont.js to replace lodash. Remove lodash-cli package, which fixes some vulnerabilities. Point uses of lodash to lib/lodont. Update version to 1.7.3. Update releases/index.md.
1 parent 8465923 commit 3f7b355

File tree

11 files changed

+6788
-13130
lines changed

11 files changed

+6788
-13130
lines changed

docs/_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
theme: jekyll-theme-minimal
22

3-
gems:
3+
plugins:
44
- jekyll-seo-tag
55

66
markdown: CommonMarkGhPages
77

8+
commonmark:
9+
options:
10+
- "UNSAFE"
11+
812
url: https://fwextensions.github.io/QuicKey
913

1014
title: QuicKey | Jump between recent tabs in Chrome via keyboard or menu

docs/_layouts/default.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1414

15-
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.rootPath | '' }}/apple-touch-icon.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.rootPath | '' }}/favicon-32x32.png">
17-
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.rootPath | '' }}/favicon-16x16.png">
18-
<link rel="manifest" href="{{ site.rootPath | '' }}/manifest.json">
19-
<link rel="mask-icon" href="{{ site.rootPath | '' }}/safari-pinned-tab.svg" color="#5bbad5">
15+
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.rootPath }}/apple-touch-icon.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.rootPath }}/favicon-32x32.png">
17+
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.rootPath }}/favicon-16x16.png">
18+
<link rel="manifest" href="{{ site.rootPath }}/manifest.json">
19+
<link rel="mask-icon" href="{{ site.rootPath }}/safari-pinned-tab.svg" color="#5bbad5">
2020
<meta name="theme-color" content="#ffffff">
2121

2222
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ldlghkoiihaelfnggonhjnfiabmaficg">

docs/releases/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ comments: true
88
# Release history
99

1010

11+
## 1.7.3 - 2022-06-18
12+
13+
### Fixed
14+
15+
* Darkened the background of the toolbar icon badge so the foreground text would still appear white in Chrome 102+.
16+
* Updated the website so HTML tags in the markdown would still appear in the latest version of GitHub Pages.
17+
* Replaced lodash with custom functions and fast-memoize.
18+
19+
1120
## 1.7.2 - 2022-04-28
1221

1322
### Added

0 commit comments

Comments
 (0)