You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this example you could search using Discogs by focusing the address bar and typing `disc<space>`!
40
+
41
+
The [`glide.search_engines.add()`](api.md#glide.search_engines.add) function takes the same arguments as the `chrome_settings_overrides.search_provider` web extension manifest v2 [object](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides#browser_compatibility).
42
+
43
+
## Changes {% id="0.1.57a-changes" %}
44
+
45
+
- Bumped Firefox from 147.0b3 to 147.0b8
46
+
-[Improved](https://github.com/glide-browser/glide/pull/193) type inference for [`ts:glide.content.execute()`](api.md#glide.content.execute) params
47
+
- Thanks [@TomerAberbach](https://github.com/TomerAberbach) for the contribution!
48
+
- Added support for [hiding](https://github.com/glide-browser/glide/pull/156) the native tab bar with [`ts:glide.o.native_tabs = "hide"`](api.md#glide.o.native_tabs), or with `"autohide"` to show the tab bar on hover on Linux
49
+
- Thanks [@45Hnri](https://github.com/45Hnri) for the contribution!
- Added support for overwriting existing styles with [`ts:glide.styles.add('css', { id: '...', overwrite: true })`](api.md#glide.styles.add)
53
+
- Added `:tab_pin` and `:tab_unpin` commands
54
+
- Thanks [@suveshmoza](https://github.com/suveshmoza) for the contribution!
55
+
- Updated `:config_reload` to apply across all open windows
56
+
- Updated the commandline to show [suggested](https://github.com/glide-browser/glide/pull/170#issuecomment-3691684770) commands first
57
+
- Thanks [@jyn514](https://github.com/jyn514) for the contribution!
58
+
- Updated hint generation to clear previous "No hints found" notifications when hints are eventually found
59
+
- Thanks [@suveshmoza](https://github.com/suveshmoza) for the contribution!
60
+
- Removed Perplexity as a default search engine
61
+
- Fixed usage of the `browser` API on privileged pages
62
+
- Fixed permissions error when creating or updating tabs with a privileged URI, e.g. `browser.tabs.create({ url: "resource://glide-docs/index.html" })`
63
+
- Fixed [`glide.bo.hint_size`](api.md#glide.o.hint_size) so that it correctly applies the styling for the current buffer
64
+
- Fixed `i` sending an unnecessary `<left>` key event
65
+
- Fixed serialisation of the [`browser.contentScripts.register()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contentScripts/register) return value. You can now access it, and call [`script.unregister()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contentScripts/RegisteredContentScript).
66
+
- Misc
67
+
- Many thanks to [@jyn514](https://github.com/jyn514) for updating lots of docs and improving the contributing experience!
68
+
- Set up a [Zulip chat](https://glide.zulipchat.com) for realtime discussion
69
+
-[Reduced](https://github.com/glide-browser/glide/pull/157) the number of redundant DOM mutations inside the commandline
70
+
- Thanks [@suveshmoza](https://github.com/suveshmoza) for the contribution!
0 commit comments