Skip to content

Commit 62d6251

Browse files
committed
chore: bump version
1 parent cc53c13 commit 62d6251

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"brands": {
1111
"glide": {
1212
"release": {
13-
"displayVersion": "0.1.51a",
13+
"displayVersion": "0.1.52a",
1414
"github": {
1515
"repo": "glide-browser/glide"
1616
}

src/glide/docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ padding: 0.3em;
1717

1818
# Changelog
1919

20+
# 0.1.52a
21+
22+
- Bumped Firefox from 144.0b8 to 144.0b9.
23+
- Fixed synthesizing special keys, e.g. `glide.keys.send("<down>")`.
24+
- Fixed the font family for hints, it now falls back to monospace instead of serif.
25+
- Fixed locale fetching, you can now download locales other than en-US in the settings page.
26+
- Fixed incorrect "new update" notification under certain conditions.
27+
- Fixed passing arguments to custom excmds from the commandline.
28+
- Fixed some web extension method return types to indicate a `Promise` is returned.
29+
- Fixed tab commandline not always focusing the first tab.
30+
- Enabled loading unsigned extensions when the `path:xpinstall.signatures.required` pref is set.
31+
- Enabled WebAuthn on Linux.
32+
- Enabled access to missing Web Extension APIs, `tabGroups`, `activityLog`, `geckoProfiler`, and `networkStatus`.
33+
- N.B. these APIs haven't all been tested fully yet, so they may not work as expected. Prior to this release, you could not use them at all.
34+
- Added `glide.tabs.query()` as an alias to `browser.tabs.query()` for better discoverability.
35+
- Thank you [@roceb](https://github.com/roceb) for the contribution!
36+
- Added keymaps to the commandline UI, so you can easily identify what commands are mapped to.
37+
- Thank you to [@jacobzim-stl](https://github.com/jacobzim-stl) for the contribution!
38+
- Disabled the AI chat button in the context menu.
39+
2040
# 0.1.51a
2141

2242
### Breaking changes {% id="0.1.51a-breaking-changes" %}

src/glide/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ title="Demo video showing Glide features including keyboard navigation and confi
4141
<div class="download-platform">
4242
<span class="platform-label">macOS</span>
4343
<div class="download-buttons">
44-
<a href="https://github.com/glide-browser/glide/releases/download/0.1.51a/glide.macos-aarch64.dmg" class="download-link" target="_blank" rel="noopener">Apple Silicon</a>
45-
<a href="https://github.com/glide-browser/glide/releases/download/0.1.51a/glide.macos-x86_64.dmg" class="download-link" target="_blank" rel="noopener">Intel</a>
44+
<a href="https://github.com/glide-browser/glide/releases/download/0.1.52a/glide.macos-aarch64.dmg" class="download-link" target="_blank" rel="noopener">Apple Silicon</a>
45+
<a href="https://github.com/glide-browser/glide/releases/download/0.1.52a/glide.macos-x86_64.dmg" class="download-link" target="_blank" rel="noopener">Intel</a>
4646
</div>
4747
</div>
4848
<div class="download-platform">
4949
<span class="platform-label">Linux</span>
5050
<div class="download-buttons">
51-
<a href="https://github.com/glide-browser/glide/releases/download/0.1.51a/glide.linux-x86_64.tar.xz" class="download-link" target="_blank" rel="noopener">x64.tar</a>
52-
<a href="https://github.com/glide-browser/glide/releases/download/0.1.51a/glide.linux-aarch64.tar.xz" class="download-link" target="_blank" rel="noopener">aarch64.tar</a>
51+
<a href="https://github.com/glide-browser/glide/releases/download/0.1.52a/glide.linux-x86_64.tar.xz" class="download-link" target="_blank" rel="noopener">x64.tar</a>
52+
<a href="https://github.com/glide-browser/glide/releases/download/0.1.52a/glide.linux-aarch64.tar.xz" class="download-link" target="_blank" rel="noopener">aarch64.tar</a>
5353
</div>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)