@@ -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" %}
0 commit comments