From 272fd98e5bc76224df6801ca447fc3fa72a1d2b5 Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Thu, 28 May 2026 17:15:33 -0600 Subject: [PATCH 1/4] docs: add CLI agent telemetry entries Co-Authored-By: Oz --- .../community/open-source-licenses.mdx | 3 +++ .../privacy-and-security/privacy.mdx | 8 ++++++++ telemetry.json | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/src/content/docs/support-and-community/community/open-source-licenses.mdx b/src/content/docs/support-and-community/community/open-source-licenses.mdx index 3ddef1f1..bf74df69 100644 --- a/src/content/docs/support-and-community/community/open-source-licenses.mdx +++ b/src/content/docs/support-and-community/community/open-source-licenses.mdx @@ -28,6 +28,7 @@ sidebar: | iri-string 0.7.8 | Apache License 2.0 | | kurbo 0.13.0 | Apache License 2.0 | | line-wrap 0.1.1 | Apache License 2.0 | +| qrcode 0.14.1 | Apache License 2.0 | | raw-window-metal 1.1.0 | Apache License 2.0 | | static_assertions 1.1.0 | Apache License 2.0 | | utf16_iter 1.0.5 | Apache License 2.0 | @@ -2031,6 +2032,7 @@ Apache License 2.0 - iri-string 0.7.8 - kurbo 0.13.0 - line-wrap 0.1.1 + - qrcode 0.14.1 - raw-window-metal 1.1.0 - static_assertions 1.1.0 - utf16_iter 1.0.5 @@ -21116,6 +21118,7 @@ MIT License - fax_derive 0.2.0 - hifijson 0.5.0 - inquire 0.9.1 + - iso8601-duration 0.2.0 - jaq-all 0.1.0 - jaq-core 3.0.0 - jaq-fmts 0.1.0 diff --git a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx index 15f2c57a..aa80ff34 100644 --- a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx +++ b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx @@ -68,6 +68,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow ### Exhaustive Telemetry Table + | Event Name | Description | |---|---| @@ -229,10 +230,15 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CLI Subagent Control State Changed` | Control state changed in CLI subagent (agent in control, agent blocked, user in control, or agent tagged in) | | `CLI Subagent Input Dismissed` | User dismissed the input in the CLI subagent | | `CLI Subagent Responses Toggled` | User toggled the visibility of agent responses in CLI subagent | +| `CLI.Execute.Agent.Create` | Created an agent from the Warp CLI | +| `CLI.Execute.Agent.Delete` | Deleted an agent from the Warp CLI | +| `CLI.Execute.Agent.Get` | Got agent details from the Warp CLI | | `CLI.Execute.Agent.List` | Listed agents from the Warp CLI | | `CLI.Execute.Agent.Profile.List` | Listed agent profiles from the Warp CLI | | `CLI.Execute.Agent.Run` | Ran an agent from the Warp CLI | | `CLI.Execute.Agent.RunAmbient` | Ran an ambient agent from the Warp CLI | +| `CLI.Execute.Agent.Skills` | Listed agent skills from the Warp CLI | +| `CLI.Execute.Agent.Update` | Updated an agent from the Warp CLI | | `CLI.Execute.ApiKey.Create` | Created an API key from the Warp CLI | | `CLI.Execute.ApiKey.Expire` | Expired an API key from the Warp CLI | | `CLI.Execute.ApiKey.List` | Listed API keys from the Warp CLI | @@ -507,6 +513,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `RemoteCodebaseIndex.StatusChanged` | The remote codebase index status changed | | `RemoteServer.BinaryCheck` | Remote server binary check completed (found, not found, or error) | | `RemoteServer.ClientRequestError` | A client request to the remote server failed | +| `RemoteServer.DaemonStartup` | Remote server daemon startup completed and socket bound | | `RemoteServer.Disconnection` | An established remote server connection was dropped | | `RemoteServer.HostUnsupported` | Preinstall check classified the remote host as unsupported, falling back to the legacy SSH flow | | `RemoteServer.Initialization` | Remote server connection and initialization completed (success or failure) | @@ -681,4 +688,5 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `revenue.AutoReloadModalClosed` | User closed the auto-reload modal (either dismissed or enabled auto-reload) | | `revenue.AutoReloadToggledFromBillingSettings` | User toggled auto-reload in Billing & Usage settings | | `revenue.OutOfCreditsBannerClosed` | User closed the 'Out of credits' banner (dismissed or purchased credits) | + diff --git a/telemetry.json b/telemetry.json index 47109b65..11bf5a32 100644 --- a/telemetry.json +++ b/telemetry.json @@ -157,10 +157,15 @@ "CLI Subagent Control State Changed": "Control state changed in CLI subagent (agent in control, agent blocked, user in control, or agent tagged in)", "CLI Subagent Input Dismissed": "User dismissed the input in the CLI subagent", "CLI Subagent Responses Toggled": "User toggled the visibility of agent responses in CLI subagent", + "CLI.Execute.Agent.Create": "Created an agent from the Warp CLI", + "CLI.Execute.Agent.Delete": "Deleted an agent from the Warp CLI", + "CLI.Execute.Agent.Get": "Got agent details from the Warp CLI", "CLI.Execute.Agent.List": "Listed agents from the Warp CLI", "CLI.Execute.Agent.Profile.List": "Listed agent profiles from the Warp CLI", "CLI.Execute.Agent.Run": "Ran an agent from the Warp CLI", "CLI.Execute.Agent.RunAmbient": "Ran an ambient agent from the Warp CLI", + "CLI.Execute.Agent.Skills": "Listed agent skills from the Warp CLI", + "CLI.Execute.Agent.Update": "Updated an agent from the Warp CLI", "CLI.Execute.ApiKey.Create": "Created an API key from the Warp CLI", "CLI.Execute.ApiKey.Expire": "Expired an API key from the Warp CLI", "CLI.Execute.ApiKey.List": "Listed API keys from the Warp CLI", @@ -435,6 +440,7 @@ "RemoteCodebaseIndex.StatusChanged": "The remote codebase index status changed", "RemoteServer.BinaryCheck": "Remote server binary check completed (found, not found, or error)", "RemoteServer.ClientRequestError": "A client request to the remote server failed", + "RemoteServer.DaemonStartup": "Remote server daemon startup completed and socket bound", "RemoteServer.Disconnection": "An established remote server connection was dropped", "RemoteServer.HostUnsupported": "Preinstall check classified the remote host as unsupported, falling back to the legacy SSH flow", "RemoteServer.Initialization": "Remote server connection and initialization completed (success or failure)", From a4d962317e0ca05aa4c994116b60356e83ed1d2e Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Thu, 28 May 2026 17:24:32 -0600 Subject: [PATCH 2/4] docs: sync 2026.05.27 changelog from channel-versions Co-Authored-By: Oz --- src/content/docs/changelog/2026.mdx | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index 2e4dbba0..54ff9c9d 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -5,6 +5,61 @@ description: >- --- Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) + + +### 2026.05.27 (v0.2026.05.27.15.44) + +**New features** + +* Added git operations to the code review pane. ([#11716](https://github.com/warpdotdev/warp/pull/11716)) + +**Improvements** + +* A new, faster implementation of find is now available as an opt-in setting under Settings → Features → Asynchronous find, keeping the UI responsive on large outputs. ([#11555](https://github.com/warpdotdev/warp/pull/11555)) +* Custom inference endpoints now show token usage with friendly alias names in Agent Mode. ([#11496](https://github.com/warpdotdev/warp/pull/11496)) +* Added AWS Bedrock indicators in the model selector for Bedrock-enabled models. ([#11358](https://github.com/warpdotdev/warp/pull/11358)) +* The Oz CLI now has commands for operating over reusable agents. ([#11286](https://github.com/warpdotdev/warp/pull/11286)) +* Added the ability to view attached images in agent conversations. ([#11426](https://github.com/warpdotdev/warp/pull/11426)) +* Markdown files opened from remote SSH sessions now render in the markdown viewer with Rendered/Raw toggle support. ([#11427](https://github.com/warpdotdev/warp/pull/11427)) +* Added a QR code flow for remote-control sessions. ([#11435](https://github.com/warpdotdev/warp/pull/11435)) +* Mermaid diagrams in notebooks can now be opened in a lightbox by clicking the rendered diagram. ([#11548](https://github.com/warpdotdev/warp/pull/11548)) +* Rich text editor newlines now render as line breaks instead of paragraph breaks, fixing unusually large spacing. ([#10293](https://github.com/warpdotdev/warp/pull/10293)) +* Orchestration child agent pills now sort by status, surfacing attention-needed items first. ([#11363](https://github.com/warpdotdev/warp/pull/11363)) +* The orchestrator pill now shows in-progress status while child agents are running. ([#11367](https://github.com/warpdotdev/warp/pull/11367)) +* Added a disconnection banner when remote SSH sessions lose connection. ([#11565](https://github.com/warpdotdev/warp/pull/11565)) +* Improved GitHub authentication error messages with more detailed information. ([#11248](https://github.com/warpdotdev/warp/pull/11248)) +* Warp now exposes a focus URL in terminal session environments so external notification tools can return focus to the originating pane. ([#11130](https://github.com/warpdotdev/warp/pull/11130)) +* Added podman exec/run support for warpify subshells. ([#9831](https://github.com/warpdotdev/warp/pull/9831)) +* Added in-session size-based rotation for warp.log so the log no longer grows unbounded within a session. ([#11000](https://github.com/warpdotdev/warp/pull/11000)) + +**Bug fixes** + +* Stopped tearing down and re-opening the orchestration connection on every status transition, reducing reconnect churn. ([#11574](https://github.com/warpdotdev/warp/pull/11574)) +* Fixed free solo users seeing the legacy Billing and usage settings page instead of the V2 page. ([#11434](https://github.com/warpdotdev/warp/pull/11434)) +* Fixed file edit diff application when a create and delete target the same path. ([#11516](https://github.com/warpdotdev/warp/pull/11516)) +* Fixed an issue that could prevent an AI query and its output from showing up. ([#11494](https://github.com/warpdotdev/warp/pull/11494)) +* Fixed command execution requests being sent while disconnected from a remote server. ([#11558](https://github.com/warpdotdev/warp/pull/11558)) +* Fixed URL redirects not working correctly. ([#11353](https://github.com/warpdotdev/warp/pull/11353)) +* Fixed a Linux file-watcher bug where certain git events were not being sent. ([#11464](https://github.com/warpdotdev/warp/pull/11464)) +* Fixed the code review panel showing \"Unable to load file content\" when opening the same remote SSH repo in multiple tabs. ([#11418](https://github.com/warpdotdev/warp/pull/11418)) +* Fixed the remote control button incorrectly appearing in cloud conversation transcripts. ([#11292](https://github.com/warpdotdev/warp/pull/11292)) +* Fixed notification dots not appearing on vertical tabs when the inbox panel is hidden. ([#11611](https://github.com/warpdotdev/warp/pull/11611)) +* Fixed local-to-cloud handoff for remote SSH sessions, which was previously broken. ([#11453](https://github.com/warpdotdev/warp/pull/11453)) +* Fixed pasting raw image data to CLI agents. ([#11627](https://github.com/warpdotdev/warp/pull/11627)) +* Fixed gitignore rules not being correctly inherited by nested directories during codebase indexing. ([#11698](https://github.com/warpdotdev/warp/pull/11698)) +* Fixed Ctrl+C in certain terminal programs erroneously closing the entire session on Windows. ([#10976](https://github.com/warpdotdev/warp/pull/10976)) +* Fixed rendering issues on the Intel HD Graphics 2500 integrated GPU. ([#11454](https://github.com/warpdotdev/warp/pull/11454)) +* Fixed a zsh bootstrapping issue where commands could be duplicated when using oh-my-zsh with the allexport option. ([#11673](https://github.com/warpdotdev/warp/pull/11673)) +* Fixed warpify using incorrect path separators for shell configuration files on some platforms. ([#10584](https://github.com/warpdotdev/warp/pull/10584)) +* The tab's working directory and git branch indicator now update when a process emits an OSC 7 escape sequence to report a new CWD (e.g. worktrunk's wt switch). ([#9279](https://github.com/warpdotdev/warp/pull/9279)) +* Orchestration child agents are now preserved across restart so agent names and child pills restore correctly. ([#10794](https://github.com/warpdotdev/warp/pull/10794)) + +**Oz updates** + +* Added search to the Oz Cloud API Keys settings page. ([#11307](https://github.com/warpdotdev/warp/pull/11307)) +* Fixed Oz cloud agent GitHub CLI authentication by writing refreshed credentials to gh's expected hosts.yml file. ([#11492](https://github.com/warpdotdev/warp/pull/11492)) +* Added an execution profile permission for controlling whether agents can use run_agents. ([#11225](https://github.com/warpdotdev/warp/pull/11225)) + ### 2026.05.20 (v0.2026.05.20.09.21) From cde0d99c71190b32125fda4e70eab229360b6999 Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Thu, 28 May 2026 18:13:56 -0600 Subject: [PATCH 3/4] fix: remove mdx markdownlint comments breaking llms build Co-Authored-By: Oz --- src/content/docs/changelog/2026.mdx | 2 -- .../docs/support-and-community/privacy-and-security/privacy.mdx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index 54ff9c9d..a0ef81bc 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -5,7 +5,6 @@ description: >- --- Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) - ### 2026.05.27 (v0.2026.05.27.15.44) @@ -59,7 +58,6 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Added search to the Oz Cloud API Keys settings page. ([#11307](https://github.com/warpdotdev/warp/pull/11307)) * Fixed Oz cloud agent GitHub CLI authentication by writing refreshed credentials to gh's expected hosts.yml file. ([#11492](https://github.com/warpdotdev/warp/pull/11492)) * Added an execution profile permission for controlling whether agents can use run_agents. ([#11225](https://github.com/warpdotdev/warp/pull/11225)) - ### 2026.05.20 (v0.2026.05.20.09.21) diff --git a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx index aa80ff34..5fd85b0b 100644 --- a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx +++ b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx @@ -68,7 +68,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow ### Exhaustive Telemetry Table - | Event Name | Description | |---|---| @@ -688,5 +687,4 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `revenue.AutoReloadModalClosed` | User closed the auto-reload modal (either dismissed or enabled auto-reload) | | `revenue.AutoReloadToggledFromBillingSettings` | User toggled auto-reload in Billing & Usage settings | | `revenue.OutOfCreditsBannerClosed` | User closed the 'Out of credits' banner (dismissed or purchased credits) | - From 5db4f393b80b5693e0bfa4bff38fe52cb4ce21ee Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Fri, 29 May 2026 10:36:31 -0600 Subject: [PATCH 4/4] added missing licenses to the table --- .../community/open-source-licenses.mdx | 426 ++++++++++++++++++ 1 file changed, 426 insertions(+) diff --git a/src/content/docs/support-and-community/community/open-source-licenses.mdx b/src/content/docs/support-and-community/community/open-source-licenses.mdx index bf74df69..161c3711 100644 --- a/src/content/docs/support-and-community/community/open-source-licenses.mdx +++ b/src/content/docs/support-and-community/community/open-source-licenses.mdx @@ -98,6 +98,7 @@ sidebar: | dagre_rust 0.0.5 | Apache License 2.0 | | graphlib_rust 0.0.2 | Apache License 2.0 | | ordered_hashmap 0.0.3 | Apache License 2.0 | +| zerocopy 0.7.32 | Apache License 2.0 | | web-time 1.1.0 | Apache License 2.0 | | moxcms 0.7.11 | Apache License 2.0 | | pxfm 0.1.28 | Apache License 2.0 | @@ -193,6 +194,7 @@ sidebar: | futures-util 0.3.31 | Apache License 2.0 | | futures 0.3.31 | Apache License 2.0 | | typenum 1.20.0 | Apache License 2.0 | +| reqwest 0.13.3 | Apache License 2.0 | | ctrlc 3.4.7 | Apache License 2.0 | | pathdiff 0.2.1 | Apache License 2.0 | | http 0.2.12 | Apache License 2.0 | @@ -219,9 +221,299 @@ sidebar: | gif 0.14.1 | Apache License 2.0 | | keyboard-types 0.7.0 | Apache License 2.0 | | weezl 0.1.12 | Apache License 2.0 | +| core-foundation-sys 0.8.7 | Apache License 2.0 | +| core-foundation 0.10.1 | Apache License 2.0 | +| core-graphics-types 0.2.0 | Apache License 2.0 | +| core-graphics 0.25.0 | Apache License 2.0 | +| core-text 21.1.0 | Apache License 2.0 | +| font-kit 0.12.0 | Apache License 2.0 | +| yaml-rust 0.4.5 | Apache License 2.0 | +| addr2line 0.25.1 | Apache License 2.0 | +| addr 0.15.6 | Apache License 2.0 | +| ahash 0.8.11 | Apache License 2.0 | +| arbitrary 1.4.1 | Apache License 2.0 | +| arc-swap 1.7.1 | Apache License 2.0 | +| arrayvec 0.7.6 | Apache License 2.0 | +| async-channel 2.3.1 | Apache License 2.0 | +| async-compat 0.2.5 | Apache License 2.0 | +| async-compression 0.4.22 | Apache License 2.0 | +| async-executor 1.13.1 | Apache License 2.0 | +| async-fs 2.1.2 | Apache License 2.0 | +| async-io 2.6.0 | Apache License 2.0 | +| async-lock 3.4.0 | Apache License 2.0 | +| async-net 2.0.0 | Apache License 2.0 | +| async-process 2.5.0 | Apache License 2.0 | +| async-signal 0.2.13 | Apache License 2.0 | +| async-task 4.7.1 | Apache License 2.0 | +| atomic-waker 1.1.2 | Apache License 2.0 | +| backtrace 0.3.76 | Apache License 2.0 | +| base64 0.21.7 | Apache License 2.0 | +| base64 0.22.1 | Apache License 2.0 | +| bitflags-serde-legacy 0.1.1 | Apache License 2.0 | +| bitflags 1.3.2 | Apache License 2.0 | +| bitflags 2.9.4 | Apache License 2.0 | +| blocking 1.6.2 | Apache License 2.0 | +| bstr 1.9.0 | Apache License 2.0 | +| bumpalo 3.19.1 | Apache License 2.0 | +| bytes-utils 0.1.4 | Apache License 2.0 | +| bzip2-sys 0.1.13+1.0.8 | Apache License 2.0 | +| bzip2 0.5.2 | Apache License 2.0 | +| cfg-if 1.0.0 | Apache License 2.0 | +| cocoa-foundation 0.1.2 | Apache License 2.0 | +| cocoa-foundation 0.2.1 | Apache License 2.0 | +| cocoa 0.25.0 | Apache License 2.0 | +| cocoa 0.26.0 | Apache License 2.0 | +| concurrent-queue 2.5.0 | Apache License 2.0 | +| core-foundation 0.9.4 | Apache License 2.0 | +| core-graphics-types 0.1.3 | Apache License 2.0 | +| core-graphics-types 0.2.0 | Apache License 2.0 | +| core-graphics 0.23.1 | Apache License 2.0 | +| core-graphics 0.24.0 | Apache License 2.0 | +| coreaudio-rs 0.13.0 | Apache License 2.0 | +| crossbeam-channel 0.5.8 | Apache License 2.0 | +| crossbeam-deque 0.8.3 | Apache License 2.0 | +| crossbeam-epoch 0.9.15 | Apache License 2.0 | +| crossbeam-utils 0.8.21 | Apache License 2.0 | +| curve25519-dalek-derive 0.1.1 | Apache License 2.0 | +| data-url 0.3.1 | Apache License 2.0 | +| derivative 2.2.0 | Apache License 2.0 | +| derive_arbitrary 1.4.1 | Apache License 2.0 | +| displaydoc 0.2.5 | Apache License 2.0 | +| dlmalloc 0.2.12 | Apache License 2.0 | +| either 1.9.0 | Apache License 2.0 | +| encoding_rs_io 0.1.7 | Apache License 2.0 | +| equivalent 1.0.1 | Apache License 2.0 | +| errno 0.3.10 | Apache License 2.0 | +| event-listener-strategy 0.5.2 | Apache License 2.0 | +| event-listener 5.4.0 | Apache License 2.0 | +| fastrand 1.9.0 | Apache License 2.0 | +| fastrand 2.3.0 | Apache License 2.0 | +| filetime 0.2.25 | Apache License 2.0 | +| fixedbitset 0.5.7 | Apache License 2.0 | +| flate2 1.1.1 | Apache License 2.0 | +| fnv 1.0.7 | Apache License 2.0 | +| form_urlencoded 1.2.1 | Apache License 2.0 | +| freetype 0.7.2 | Apache License 2.0 | +| fs4 0.13.1 | Apache License 2.0 | +| futf 0.1.5 | Apache License 2.0 | +| futures-lite 1.13.0 | Apache License 2.0 | +| futures-lite 2.6.1 | Apache License 2.0 | +| gethostname 1.1.0 | Apache License 2.0 | +| gimli 0.32.3 | Apache License 2.0 | +| git2 0.20.4 | Apache License 2.0 | +| global-hotkey 0.7.0 | Apache License 2.0 | +| gloo 0.11.0 | Apache License 2.0 | +| group 0.13.0 | Apache License 2.0 | +| hash32 0.3.1 | Apache License 2.0 | +| hashbrown 0.12.3 | Apache License 2.0 | +| hashbrown 0.14.1 | Apache License 2.0 | +| hashbrown 0.15.2 | Apache License 2.0 | +| hashbrown 0.16.0 | Apache License 2.0 | +| heapless 0.8.0 | Apache License 2.0 | +| heck 0.4.1 | Apache License 2.0 | +| heck 0.5.0 | Apache License 2.0 | +| hermit-abi 0.3.3 | Apache License 2.0 | +| hermit-abi 0.5.2 | Apache License 2.0 | +| html5ever 0.35.0 | Apache License 2.0 | +| httparse 1.10.1 | Apache License 2.0 | +| hyper-rustls 0.27.7 | Apache License 2.0 | +| idna 1.0.3 | Apache License 2.0 | +| idna_adapter 1.2.0 | Apache License 2.0 | +| imara-diff 0.2.0 | Apache License 2.0 | +| indexmap 1.9.3 | Apache License 2.0 | +| indexmap 2.12.0 | Apache License 2.0 | +| is_executable 1.0.1 | Apache License 2.0 | +| itertools 0.10.5 | Apache License 2.0 | +| itertools 0.11.0 | Apache License 2.0 | +| itertools 0.14.0 | Apache License 2.0 | +| jni 0.21.1 | Apache License 2.0 | +| js-sys 0.3.94 | Apache License 2.0 | +| khronos-egl 6.0.0 | Apache License 2.0 | +| lalrpop-util 0.20.2 | Apache License 2.0 | +| lazy_static 1.5.0 | Apache License 2.0 | +| libgit2-sys 0.18.3+1.9.2 | Apache License 2.0 | +| libz-sys 1.1.25 | Apache License 2.0 | +| linux-raw-sys 0.11.0 | Apache License 2.0 | +| linux-raw-sys 0.4.15 | Apache License 2.0 | +| lock_api 0.4.14 | Apache License 2.0 | +| log 0.4.29 | Apache License 2.0 | +| lzma-sys 0.1.20 | Apache License 2.0 | +| markup5ever 0.35.0 | Apache License 2.0 | +| markup5ever_rcdom 0.35.0+unofficial | Apache License 2.0 | +| memo-map 0.3.2 | Apache License 2.0 | +| metal 0.33.0 | Apache License 2.0 | +| mime 0.3.17 | Apache License 2.0 | +| num-bigint 0.4.6 | Apache License 2.0 | +| num-complex 0.4.6 | Apache License 2.0 | +| num-derive 0.4.2 | Apache License 2.0 | +| num-integer 0.1.46 | Apache License 2.0 | +| num-iter 0.1.45 | Apache License 2.0 | +| num-rational 0.4.2 | Apache License 2.0 | +| num-traits 0.2.19 | Apache License 2.0 | +| num 0.4.3 | Apache License 2.0 | +| num_cpus 1.16.0 | Apache License 2.0 | +| oauth2 5.0.0 | Apache License 2.0 | +| object 0.37.3 | Apache License 2.0 | +| once_cell 1.21.3 | Apache License 2.0 | +| openssl-probe 0.1.6 | Apache License 2.0 | +| ordered-stream 0.2.0 | Apache License 2.0 | +| palette 0.6.1 | Apache License 2.0 | +| palette_derive 0.6.1 | Apache License 2.0 | +| parking 2.2.0 | Apache License 2.0 | +| parking_lot 0.12.5 | Apache License 2.0 | +| parking_lot_core 0.9.12 | Apache License 2.0 | +| percent-encoding 2.3.1 | Apache License 2.0 | +| petgraph 0.8.3 | Apache License 2.0 | +| piper 0.2.1 | Apache License 2.0 | +| png 0.18.1 | Apache License 2.0 | +| polling 3.11.0 | Apache License 2.0 | +| primal-check 0.3.4 | Apache License 2.0 | +| prost-derive 0.14.3 | Apache License 2.0 | +| prost-reflect-derive 0.16.0 | Apache License 2.0 | +| prost-reflect 0.16.3 | Apache License 2.0 | +| prost-types 0.14.3 | Apache License 2.0 | +| prost 0.14.3 | Apache License 2.0 | +| psl-types 2.0.11 | Apache License 2.0 | +| rayon-core 1.12.1 | Apache License 2.0 | +| rayon 1.10.0 | Apache License 2.0 | +| regex-automata 0.4.9 | Apache License 2.0 | +| regex-bites 0.1.6 | Apache License 2.0 | +| regex-lite 0.1.6 | Apache License 2.0 | +| regex-syntax 0.8.5 | Apache License 2.0 | +| regex 1.11.1 | Apache License 2.0 | +| renderdoc-sys 1.1.0 | Apache License 2.0 | +| ring 0.17.14 | Apache License 2.0 | +| roxmltree 0.18.1 | Apache License 2.0 | +| roxmltree 0.21.1 | Apache License 2.0 | +| rustc-demangle 0.1.27 | Apache License 2.0 | +| rustc-hash 1.1.0 | Apache License 2.0 | +| rustix 0.38.44 | Apache License 2.0 | +| rustix 1.1.2 | Apache License 2.0 | +| rustls-native-certs 0.8.2 | Apache License 2.0 | +| rustls 0.23.39 | Apache License 2.0 | +| scoped-tls 1.0.1 | Apache License 2.0 | +| scopeguard 1.2.0 | Apache License 2.0 | +| secret-service 5.0.0 | Apache License 2.0 | +| security-framework-sys 2.15.0 | Apache License 2.0 | +| security-framework 2.9.2 | Apache License 2.0 | +| security-framework 3.5.1 | Apache License 2.0 | +| send_wrapper 0.4.0 | Apache License 2.0 | +| send_wrapper 0.6.0 | Apache License 2.0 | +| serde_with 2.3.3 | Apache License 2.0 | +| serde_with_macros 2.3.3 | Apache License 2.0 | +| serde_yaml 0.8.26 | Apache License 2.0 | +| shellexpand 3.1.1 | Apache License 2.0 | +| signal-hook-mio 0.2.5 | Apache License 2.0 | +| signal-hook-registry 1.4.1 | Apache License 2.0 | +| signal-hook 0.3.18 | Apache License 2.0 | +| similar 2.7.0 | Apache License 2.0 | +| simplecss 0.2.1 | Apache License 2.0 | +| smallvec 1.15.1 | Apache License 2.0 | +| smol_str 0.2.2 | Apache License 2.0 | +| socket2 0.6.0 | Apache License 2.0 | +| stable_deref_trait 1.2.0 | Apache License 2.0 | +| string_cache 0.8.9 | Apache License 2.0 | +| svgtypes 0.16.1 | Apache License 2.0 | +| syn 1.0.109 | Apache License 2.0 | +| system-configuration-sys 0.6.0 | Apache License 2.0 | +| system-configuration 0.6.1 | Apache License 2.0 | +| tar 0.4.45 | Apache License 2.0 | +| tempfile 3.23.0 | Apache License 2.0 | +| tendril 0.4.3 | Apache License 2.0 | +| thousands 0.2.0 | Apache License 2.0 | +| thread_local 1.1.7 | Apache License 2.0 | +| toml 0.5.11 | Apache License 2.0 | +| ttf-parser 0.25.1 | Apache License 2.0 | +| tungstenite 0.24.0 | Apache License 2.0 | +| unicase 2.7.0 | Apache License 2.0 | +| unicode-bidi-mirroring 0.4.0 | Apache License 2.0 | +| unicode-bidi 0.3.15 | Apache License 2.0 | +| unicode-ccc 0.4.0 | Apache License 2.0 | +| unicode-properties 0.1.3 | Apache License 2.0 | +| unicode-segmentation 1.11.0 | Apache License 2.0 | +| unicode-vo 0.1.0 | Apache License 2.0 | +| unicode-width 0.1.14 | Apache License 2.0 | +| unicode-width 0.2.1 | Apache License 2.0 | +| unindent 0.1.11 | Apache License 2.0 | +| url 2.5.4 | Apache License 2.0 | +| uuid 1.19.0 | Apache License 2.0 | +| waker-fn 1.1.1 | Apache License 2.0 | +| wasi 0.11.0+wasi-snapshot-preview1 | Apache License 2.0 | +| wasm-bindgen-futures 0.4.67 | Apache License 2.0 | +| wasm-bindgen-macro-support 0.2.117 | Apache License 2.0 | +| wasm-bindgen-macro 0.2.117 | Apache License 2.0 | +| wasm-bindgen-shared 0.2.117 | Apache License 2.0 | +| wasm-bindgen 0.2.117 | Apache License 2.0 | +| web-sys 0.3.94 | Apache License 2.0 | +| web_atoms 0.1.3 | Apache License 2.0 | +| wit-bindgen 0.51.0 | Apache License 2.0 | +| wl-clipboard-rs 0.9.3 | Apache License 2.0 | +| xattr 1.5.1 | Apache License 2.0 | +| xdg 2.5.2 | Apache License 2.0 | +| xml5ever 0.35.0 | Apache License 2.0 | +| xmlparser 0.13.6 | Apache License 2.0 | +| xz2 0.1.7 | Apache License 2.0 | | ff 0.13.1 | Apache License 2.0 | | hashlink 0.10.0 | Apache License 2.0 | +| bit-set 0.5.3 | Apache License 2.0 | +| bit-set 0.9.1 | Apache License 2.0 | +| bit-vec 0.6.3 | Apache License 2.0 | +| bit-vec 0.9.1 | Apache License 2.0 | +| downcast-rs 1.2.0 | Apache License 2.0 | +| downcast-rs 2.0.2 | Apache License 2.0 | +| linked-hash-map 0.5.6 | Apache License 2.0 | +| minimal-lexical 0.2.1 | Apache License 2.0 | +| presser 0.3.1 | Apache License 2.0 | +| toml-span 0.7.1 | Apache License 2.0 | | hkdf 0.12.4 | Apache License 2.0 | +| aes-gcm-siv 0.11.1 | Apache License 2.0 | +| aes-gcm 0.10.3 | Apache License 2.0 | +| aes-siv 0.7.0 | Apache License 2.0 | +| aes 0.8.4 | Apache License 2.0 | +| base16ct 0.2.0 | Apache License 2.0 | +| base64ct 1.8.0 | Apache License 2.0 | +| block-buffer 0.10.4 | Apache License 2.0 | +| block-buffer 0.12.0 | Apache License 2.0 | +| block-padding 0.3.3 | Apache License 2.0 | +| cbc 0.1.2 | Apache License 2.0 | +| chacha20 0.9.1 | Apache License 2.0 | +| chacha20poly1305 0.10.1 | Apache License 2.0 | +| cipher 0.4.4 | Apache License 2.0 | +| cmac 0.7.2 | Apache License 2.0 | +| const-oid 0.10.2 | Apache License 2.0 | +| const-oid 0.9.6 | Apache License 2.0 | +| cpufeatures 0.2.9 | Apache License 2.0 | +| cpufeatures 0.3.0 | Apache License 2.0 | +| crypto-bigint 0.5.5 | Apache License 2.0 | +| crypto-common 0.1.6 | Apache License 2.0 | +| crypto-common 0.2.1 | Apache License 2.0 | +| ctr 0.9.2 | Apache License 2.0 | +| dbl 0.3.2 | Apache License 2.0 | +| der 0.7.10 | Apache License 2.0 | +| digest 0.10.7 | Apache License 2.0 | +| digest 0.11.3 | Apache License 2.0 | +| elliptic-curve 0.13.8 | Apache License 2.0 | +| ghash 0.5.1 | Apache License 2.0 | +| hmac 0.12.1 | Apache License 2.0 | +| hmac 0.13.0 | Apache License 2.0 | +| hybrid-array 0.4.11 | Apache License 2.0 | +| inout 0.1.4 | Apache License 2.0 | +| opaque-debug 0.3.1 | Apache License 2.0 | +| p256 0.13.2 | Apache License 2.0 | +| pbkdf2 0.12.2 | Apache License 2.0 | +| pem-rfc7468 0.7.0 | Apache License 2.0 | +| pkcs8 0.10.2 | Apache License 2.0 | +| poly1305 0.8.0 | Apache License 2.0 | +| polyval 0.6.2 | Apache License 2.0 | +| primeorder 0.13.6 | Apache License 2.0 | +| sec1 0.7.3 | Apache License 2.0 | +| sha-1 0.10.1 | Apache License 2.0 | +| sha1 0.10.6 | Apache License 2.0 | +| sha2 0.10.9 | Apache License 2.0 | +| sha2 0.11.0 | Apache License 2.0 | +| signature 2.2.0 | Apache License 2.0 | +| spki 0.7.3 | Apache License 2.0 | +| universal-hash 0.5.1 | Apache License 2.0 | | aead 0.5.2 | Apache License 2.0 | | console_error_panic_hook 0.1.7 | Apache License 2.0 | | rand_core 0.6.4 | Apache License 2.0 | @@ -236,8 +528,15 @@ sidebar: | unicode-script 0.5.5 | Apache License 2.0 | | transpose 0.2.3 | Apache License 2.0 | | glow 0.17.0 | Apache License 2.0 | +| futures-timer 3.0.2 | Apache License 2.0 | +| safemem 0.3.3 | Apache License 2.0 | +| swash 0.1.19 | Apache License 2.0 | +| win32job 2.0.3 | Apache License 2.0 | +| yazi 0.1.6 | Apache License 2.0 | +| zeno 0.2.3 | Apache License 2.0 | | ascii 1.1.0 | Apache License 2.0 | | profiling 1.0.11 | Apache License 2.0 | +| enumflags2 0.7.12 | Apache License 2.0 | | enumflags2_derive 0.7.12 | Apache License 2.0 | | ash 0.38.0+1.3.281 | Apache License 2.0 | | font-types 0.7.3 | Apache License 2.0 | @@ -245,6 +544,9 @@ sidebar: | glutin_wgl_sys 0.6.0 | Apache License 2.0 | | dpi 0.1.1 | Apache License 2.0 | | winit 0.30.13 | Apache License 2.0 | +| bytemuck 1.24.0 | Apache License 2.0 | +| bytemuck_derive 1.10.2 | Apache License 2.0 | +| safe_arch 0.7.4 | Apache License 2.0 | | httpdate 1.0.3 | Apache License 2.0 | | simplelog 0.12.2 | Apache License 2.0 | | pathfinder_simd 0.5.4 | Apache License 2.0 | @@ -455,9 +757,14 @@ sidebar: | zune-jpeg 0.4.21 | Apache License 2.0 | | chrono 0.4.40 | Apache License 2.0 | | openh264-sys2 0.8.1 | BSD 2-Clause "Simplified" License | +| arrayref 0.3.9 | BSD 2-Clause "Simplified" License | | openh264 0.8.1 | BSD 2-Clause "Simplified" License | | matchit 0.8.4 | BSD 3-Clause "New" or "Revised" License | | rust-stemmers 1.2.0 | BSD 3-Clause "New" or "Revised" License | +| tiny-skia-path 0.11.4 | BSD 3-Clause "New" or "Revised" License | +| tiny-skia-path 0.12.0 | BSD 3-Clause "New" or "Revised" License | +| tiny-skia 0.11.4 | BSD 3-Clause "New" or "Revised" License | +| tiny-skia 0.12.0 | BSD 3-Clause "New" or "Revised" License | | alloc-no-stdlib 2.0.4 | BSD 3-Clause "New" or "Revised" License | | brotli-decompressor 4.0.2 | BSD 3-Clause "New" or "Revised" License | | brotli 7.0.0 | BSD 3-Clause "New" or "Revised" License | @@ -473,9 +780,12 @@ sidebar: | error-code 3.3.2 | Boost Software License 1.0 | | clipboard-win 5.4.1 | Boost Software License 1.0 | | notify 8.0.0 | Creative Commons Zero v1.0 Universal | +| hexf-parse 0.2.1 | Creative Commons Zero v1.0 Universal | +| to_method 1.1.0 | Creative Commons Zero v1.0 Universal | | webpki-root-certs 1.0.1 | Community Data License Agreement Permissive 2.0 | | untrusted 0.9.0 | ISC License | | inotify-sys 0.1.5 | ISC License | +| inotify 0.11.0 | ISC License | | ring 0.17.14 | ISC License | | libloading 0.8.9 | ISC License | | rustls-webpki 0.103.13 | ISC License | @@ -493,29 +803,44 @@ sidebar: | float-cmp 0.9.0 | MIT License | | hyper 1.8.1 | MIT License | | plist 1.5.1 | MIT License | +| wayland-backend 0.3.11 | MIT License | +| wayland-client 0.31.11 | MIT License | +| wayland-cursor 0.31.8 | MIT License | +| wayland-protocols-plasma 0.3.9 | MIT License | +| wayland-protocols-wlr 0.3.9 | MIT License | +| wayland-protocols 0.32.9 | MIT License | +| wayland-scanner 0.31.7 | MIT License | +| wayland-sys 0.31.7 | MIT License | | winreg 0.55.0 | MIT License | | new_debug_unreachable 1.0.4 | MIT License | | ordered-float 3.9.2 | MIT License | | ordered-float 5.3.0 | MIT License | | dlib 0.5.2 | MIT License | +| which 4.4.2 | MIT License | | schannel 0.1.28 | MIT License | | intmap 0.7.1 | MIT License | +| bitpacking 0.9.3 | MIT License | | kqueue-sys 1.0.4 | MIT License | | kqueue 1.0.8 | MIT License | | async-tungstenite 0.28.2 | MIT License | | memoffset 0.7.1 | MIT License | | memoffset 0.9.0 | MIT License | +| redox_syscall 0.2.16 | MIT License | +| redox_syscall 0.4.1 | MIT License | +| redox_syscall 0.5.7 | MIT License | | version-compare 0.1.1 | MIT License | | h2 0.4.12 | MIT License | | bytes 1.11.1 | MIT License | | levenshtein_automata 0.2.1 | MIT License | | try-lock 0.2.4 | MIT License | | smithay-client-toolkit 0.19.2 | MIT License | +| calloop 0.13.0 | MIT License | | census 0.4.2 | MIT License | | tantivy 0.26.0 | MIT License | | want 0.3.1 | MIT License | | cstr 0.2.11 | MIT License | | wfd 0.1.8 | MIT License | +| slab 0.4.9 | MIT License | | assert-json-diff 2.0.2 | MIT License | | sharded-slab 0.1.7 | MIT License | | matchers 0.2.0 | MIT License | @@ -534,8 +859,10 @@ sidebar: | http-body 1.0.1 | MIT License | | http-body-util 0.1.3 | MIT License | | rubato 0.16.1 | MIT License | +| trait-set 0.3.0 | MIT License | | strict-num 0.1.1 | MIT License | | calloop-wayland-source 0.3.0 | MIT License | +| wayland-csd-frame 0.3.0 | MIT License | | hyper-util 0.1.16 | MIT License | | zbus 5.9.0 | MIT License | | zbus_macros 5.9.0 | MIT License | @@ -546,8 +873,11 @@ sidebar: | fastdivide 0.4.2 | MIT License | | synstructure 0.13.1 | MIT License | | serde-bytes-repr 0.3.0 | MIT License | +| axum-core 0.5.2 | MIT License | +| axum-extra 0.10.1 | MIT License | | measure_time 0.9.0 | MIT License | | lru 0.16.3 | MIT License | +| rust_decimal 1.35.0 | MIT License | | lzma-rs 0.3.0 | MIT License | | tree_magic_mini 3.2.2 | MIT License | | precomputed-hash 0.1.1 | MIT License | @@ -594,6 +924,8 @@ sidebar: | get-size 0.1.4 | MIT License | | matchit 0.8.4 | MIT License | | outref 0.5.2 | MIT License | +| attribute-derive-macro 0.6.1 | MIT License | +| attribute-derive 0.6.1 | MIT License | | libredox 0.0.2 | MIT License | | libredox 0.1.3 | MIT License | | is-docker 0.2.0 | MIT License | @@ -603,6 +935,89 @@ sidebar: | sqlite-wasm-rs 0.4.8 | MIT License | | line-ending 1.5.1 | MIT License | | convert_case 0.7.1 | MIT License | +| arborium-bash 2.13.0 | MIT License | +| arborium-c-sharp 2.13.0 | MIT License | +| arborium-c 2.13.0 | MIT License | +| arborium-cpp 2.13.0 | MIT License | +| arborium-css 2.13.0 | MIT License | +| arborium-dockerfile 2.13.0 | MIT License | +| arborium-go 2.13.0 | MIT License | +| arborium-html 2.13.0 | MIT License | +| arborium-java 2.13.0 | MIT License | +| arborium-javascript 2.13.0 | MIT License | +| arborium-jq 2.13.0 | MIT License | +| arborium-json 2.13.0 | MIT License | +| arborium-kotlin 2.13.0 | MIT License | +| arborium-lua 2.13.0 | MIT License | +| arborium-objc 2.13.0 | MIT License | +| arborium-php 2.13.0 | MIT License | +| arborium-powershell 2.13.0 | MIT License | +| arborium-python 2.13.0 | MIT License | +| arborium-ruby 2.13.0 | MIT License | +| arborium-rust 2.13.0 | MIT License | +| arborium-scala 2.13.0 | MIT License | +| arborium-scss 2.13.0 | MIT License | +| arborium-sql 2.13.0 | MIT License | +| arborium-starlark 2.13.0 | MIT License | +| arborium-swift 2.13.0 | MIT License | +| arborium-sysroot 2.13.0 | MIT License | +| arborium-toml 2.13.0 | MIT License | +| arborium-tsx 2.13.0 | MIT License | +| arborium-typescript 2.13.0 | MIT License | +| arborium-vue 2.13.0 | MIT License | +| arborium-xml 2.13.0 | MIT License | +| arborium-yaml 2.13.0 | MIT License | +| async-stream-impl 0.3.5 | MIT License | +| async-stream 0.3.5 | MIT License | +| base64-simd 0.8.0 | MIT License | +| block2 0.5.1 | MIT License | +| block2 0.6.2 | MIT License | +| block 0.1.6 | MIT License | +| collection_literals 1.0.1 | MIT License | +| convert_case 0.4.0 | MIT License | +| core_maths 0.1.0 | MIT License | +| counter 0.5.7 | MIT License | +| counter 0.6.0 | MIT License | +| crunchy 0.2.2 | MIT License | +| difflib 0.4.0 | MIT License | +| dispatch 0.2.0 | MIT License | +| fax 0.2.6 | MIT License | +| fax_derive 0.2.0 | MIT License | +| hifijson 0.5.0 | MIT License | +| inquire 0.9.1 | MIT License | +| iso8601-duration 0.2.0 | MIT License | +| jaq-all 0.1.0 | MIT License | +| jaq-core 3.0.0 | MIT License | +| jaq-fmts 0.1.0 | MIT License | +| jaq-json 2.0.0 | MIT License | +| jaq-std 3.0.0 | MIT License | +| libm 0.2.15 | MIT License | +| malloc_buf 0.0.6 | MIT License | +| objc-foundation 0.1.1 | MIT License | +| objc-sys 0.3.5 | MIT License | +| objc2-app-kit 0.2.2 | MIT License | +| objc2-encode 4.1.0 | MIT License | +| objc2-foundation 0.2.2 | MIT License | +| objc2-foundation 0.3.2 | MIT License | +| objc2-ui-kit 0.2.2 | MIT License | +| objc2 0.5.2 | MIT License | +| objc2 0.6.3 | MIT License | +| objc_id 0.1.1 | MIT License | +| ownedbytes 0.9.0 | MIT License | +| quote-use-macros 0.7.2 | MIT License | +| quote-use 0.7.2 | MIT License | +| realfft 3.4.0 | MIT License | +| rquickjs-core 0.3.1 | MIT License | +| tantivy-bitpacker 0.10.0 | MIT License | +| tantivy-columnar 0.7.0 | MIT License | +| tantivy-common 0.11.0 | MIT License | +| tantivy-query-grammar 0.26.0 | MIT License | +| tantivy-sstable 0.7.0 | MIT License | +| tantivy-stacker 0.7.0 | MIT License | +| tantivy-tokenizer-api 0.7.0 | MIT License | +| tree-sitter-language 0.1.2 | MIT License | +| validator 0.19.0 | MIT License | +| vsimd 0.8.0 | MIT License | | objc 0.2.7 | MIT License | | tokio-stream 0.1.17 | MIT License | | tokio-util 0.7.18 | MIT License | @@ -616,6 +1031,11 @@ sidebar: | crossterm_winapi 0.9.1 | MIT License | | line-span 0.1.5 | MIT License | | fluent-uri 0.1.4 | MIT License | +| endi 1.1.0 | MIT License | +| is-terminal 0.4.17 | MIT License | +| unsafe-libyaml 0.2.11 | MIT License | +| x11-dl 2.21.0 | MIT License | +| zvariant_utils 3.2.0 | MIT License | | winnow 0.5.17 | MIT License | | winnow 0.7.12 | MIT License | | winnow 1.0.0 | MIT License | @@ -623,6 +1043,7 @@ sidebar: | fancy-regex 0.11.0 | MIT License | | deflate64 0.1.10 | MIT License | | zip 2.4.2 | MIT License | +| freetype-sys 0.20.1 | MIT License | | phf 0.11.3 | MIT License | | phf_shared 0.11.3 | MIT License | | aho-corasick 1.1.3 | MIT License | @@ -699,10 +1120,15 @@ sidebar: | nu-ansi-term 0.50.3 | MIT License | | bincode 1.3.3 | MIT License | | generic-array 0.14.7 | MIT License | +| quick-xml 0.30.0 | MIT License | +| quick-xml 0.37.4 | MIT License | | titlecase 1.1.0 | MIT License | | urlencoding 2.1.3 | MIT License | | priority-queue 2.5.0 | Mozilla Public License 2.0 | | freedesktop-desktop-entry 0.5.0 | Mozilla Public License 2.0 | +| minimp4-sys 0.1.1 | Mozilla Public License 2.0 | +| minimp4 0.1.2 | Mozilla Public License 2.0 | +| colored 3.0.0 | Mozilla Public License 2.0 | | dwrote 0.11.5 | Mozilla Public License 2.0 | | cynic-codegen 3.8.0 | Mozilla Public License 2.0 | | cynic-parser 0.4.5 | Mozilla Public License 2.0 |