diff --git a/src/content/docs/changelog/index.mdx b/src/content/docs/changelog/index.mdx index 390f9ea..53fece0 100644 --- a/src/content/docs/changelog/index.mdx +++ b/src/content/docs/changelog/index.mdx @@ -6,6 +6,26 @@ description: >- --- Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) +### 2026.04.29 (v0.2026.04.29.08.57) + +**Improvements** + +* New AI setting to control whether Oz adds an attribution co-author line to commit messages and pull requests it creates. +* Git operation buttons now show tooltips explaining why they're disabled (e.g. "No changes to commit", "Enter a commit message"). +* Long-running shell command indicator now shows a countdown to the agent's next snapshot (e.g. "Next check in 12s") instead of how long it's been since the last one. + +**Bug fixes** + +* warp://action/new_tab?path=~/foo (and /new_window) now expand ~ to your home directory. +* Tab configs in the + menu and default session mode dropdown are now sorted alphabetically by name instead of appearing in random order. +* Fixed an issue where slash commands sent while an agent was still responding were silently dropped. Now, slash commands like /pr-comments run as follow-ups, just like typed messages. +* Disabled the commit message editor while a git commit is being performed in the git operations dialog. +* Project-scoped file-based MCP servers now spawn from the repo root by default (and global ones from ~), so configs with relative commands/args (and workspace launchers like pnpm/npm) work without an explicit working_directory. +* Stopped spamming agent-run metadata fetches on the WASM shared-session viewer, eliminating a flood of 403 responses on `/api/v1/agent/runs/{id}` for non-owner viewers. +* Fixed dropped keystrokes when typing into a command block that started from a queued/typeahead command. +* Fixed double-line visual artifacts between workspace panels in all panel arrangements. +* Fixed a small memory leak on macOS that could accumulate Core Graphics objects during text rendering. +* Fixed settings popup items (View as / Density) being unclickable (thanks @leozeli!). ### 2026.04.27 (v0.2026.04.27.15.32) @@ -2532,7 +2552,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n **New features** -* App links of the form Warp://launch/\ directly open a launch configuration +* App links of the form Warp://launch/\<launch\_configuration\_name> directly open a launch configuration * Added a new setting for creating new windows with a specific size in terms of rows and columns. **Improvements** @@ -3054,7 +3074,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n **Bug fixes** -* Properly send C0 control codes for \ keystrokes +* Properly send C0 control codes for \<ctrl-\[2-8]> keystrokes * Session restoration now also persists bold, underline, italic, and strikethrough formatting * Inspect mode now works for the changelog modal * Fixed a crash when highlighting a link @@ -3277,7 +3297,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n **Bug fixes** -* Improved completions support for arguments nested under options (e.g. git branch -D \) +* Improved completions support for arguments nested under options (e.g. git branch -D \<branch\_name...>) * Modified files are now included (in addition to commit SHAs) for `git diff` ### 2022.06.01 (v0.2022.05.30.09.10) 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 652a81c..104faca 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 @@ -6,7 +6,746 @@ sidebar: label: "Open Source Licenses" --- -```text +## Dependencies + +| Dependency | License | +|---|---| +| adler2 2.0.0 | BSD Zero Clause License | +| enum-iterator-derive 1.2.1 | BSD Zero Clause License | +| enum-iterator 1.4.1 | BSD Zero Clause License | +| num_threads 0.1.7 | Apache License 2.0 | +| xkeysym 0.2.1 | Apache License 2.0 | +| num-conv 0.2.0 | Apache License 2.0 | +| powerfmt 0.2.0 | Apache License 2.0 | +| cursor-icon 1.1.0 | Apache License 2.0 | +| deranged 0.5.5 | Apache License 2.0 | +| embed_plist 1.2.2 | Apache License 2.0 | +| encoding_rs 0.8.35 | Apache License 2.0 | +| hound 3.5.1 | Apache License 2.0 | +| 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 | +| 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 | +| utf8_iter 1.0.4 | Apache License 2.0 | +| vec1 1.10.1 | Apache License 2.0 | +| write16 1.0.0 | Apache License 2.0 | +| x11rb-protocol 0.13.2 | Apache License 2.0 | +| x11rb 0.13.2 | Apache License 2.0 | +| zeroize 1.8.2 | Apache License 2.0 | +| zeroize_derive 1.4.3 | Apache License 2.0 | +| rangemap 1.4.0 | Apache License 2.0 | +| approx 0.5.1 | Apache License 2.0 | +| tinyvec 1.6.0 | Apache License 2.0 | +| derive-where 1.2.7 | Apache License 2.0 | +| interpolator 0.5.0 | Apache License 2.0 | +| proc-macro-utils 0.8.0 | Apache License 2.0 | +| windows-collections 0.2.0 | Apache License 2.0 | +| windows-collections 0.3.2 | Apache License 2.0 | +| windows-core 0.61.2 | Apache License 2.0 | +| windows-core 0.62.2 | Apache License 2.0 | +| windows-future 0.2.1 | Apache License 2.0 | +| windows-future 0.3.2 | Apache License 2.0 | +| windows-implement 0.60.2 | Apache License 2.0 | +| windows-interface 0.59.3 | Apache License 2.0 | +| windows-link 0.1.3 | Apache License 2.0 | +| windows-link 0.2.1 | Apache License 2.0 | +| windows-numerics 0.2.0 | Apache License 2.0 | +| windows-numerics 0.3.1 | Apache License 2.0 | +| windows-registry 0.2.0 | Apache License 2.0 | +| windows-registry 0.5.3 | Apache License 2.0 | +| windows-result 0.2.0 | Apache License 2.0 | +| windows-result 0.3.4 | Apache License 2.0 | +| windows-result 0.4.1 | Apache License 2.0 | +| windows-strings 0.1.0 | Apache License 2.0 | +| windows-strings 0.4.2 | Apache License 2.0 | +| windows-strings 0.5.1 | Apache License 2.0 | +| windows-sys 0.45.0 | Apache License 2.0 | +| windows-sys 0.52.0 | Apache License 2.0 | +| windows-sys 0.59.0 | Apache License 2.0 | +| windows-sys 0.61.2 | Apache License 2.0 | +| windows-targets 0.42.2 | Apache License 2.0 | +| windows-targets 0.52.6 | Apache License 2.0 | +| windows-threading 0.1.0 | Apache License 2.0 | +| windows-threading 0.2.1 | Apache License 2.0 | +| windows-version 0.1.7 | Apache License 2.0 | +| windows 0.61.3 | Apache License 2.0 | +| windows 0.62.2 | Apache License 2.0 | +| windows_aarch64_gnullvm 0.42.2 | Apache License 2.0 | +| windows_aarch64_gnullvm 0.52.6 | Apache License 2.0 | +| windows_aarch64_msvc 0.42.2 | Apache License 2.0 | +| windows_aarch64_msvc 0.52.6 | Apache License 2.0 | +| windows_i686_gnu 0.42.2 | Apache License 2.0 | +| windows_i686_gnu 0.52.6 | Apache License 2.0 | +| windows_i686_gnullvm 0.52.6 | Apache License 2.0 | +| windows_i686_msvc 0.42.2 | Apache License 2.0 | +| windows_i686_msvc 0.52.6 | Apache License 2.0 | +| windows_x86_64_gnu 0.42.2 | Apache License 2.0 | +| windows_x86_64_gnu 0.52.6 | Apache License 2.0 | +| windows_x86_64_gnullvm 0.42.2 | Apache License 2.0 | +| windows_x86_64_gnullvm 0.52.6 | Apache License 2.0 | +| windows_x86_64_msvc 0.42.2 | Apache License 2.0 | +| windows_x86_64_msvc 0.52.6 | Apache License 2.0 | +| zopfli 0.8.3 | Apache License 2.0 | +| crc-catalog 2.4.0 | Apache License 2.0 | +| urlocator 0.1.4 | Apache License 2.0 | +| tinyvec_macros 0.1.1 | Apache License 2.0 | +| 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 | +| 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 | +| sketches-ddsketch 0.4.0 | Apache License 2.0 | +| ciborium-io 0.2.2 | Apache License 2.0 | +| ciborium-ll 0.2.2 | Apache License 2.0 | +| codespan-reporting 0.13.1 | Apache License 2.0 | +| concat-idents 1.1.5 | Apache License 2.0 | +| content_inspector 0.2.4 | Apache License 2.0 | +| cpal 0.17.1 | Apache License 2.0 | +| cvt 0.1.2 | Apache License 2.0 | +| graphql-ws-client 0.11.1 | Apache License 2.0 | +| rustls-platform-verifier 0.6.2 | Apache License 2.0 | +| spinning 0.1.0 | Apache License 2.0 | +| sys-locale 0.3.2 | Apache License 2.0 | +| unicode-linebreak 0.1.5 | Apache License 2.0 | +| zune-core 0.5.1 | Apache License 2.0 | +| zune-jpeg 0.5.12 | Apache License 2.0 | +| ntapi 0.4.1 | Apache License 2.0 | +| ipnet 2.11.0 | Apache License 2.0 | +| ab_glyph_rasterizer 0.1.8 | Apache License 2.0 | +| cosmic-text 0.12.0 | Apache License 2.0 | +| anstyle-parse 0.2.3 | Apache License 2.0 | +| bytecount 0.6.9 | Apache License 2.0 | +| notify-rust 4.11.7 | Apache License 2.0 | +| pinned 0.1.0 | Apache License 2.0 | +| winapi 0.3.9 | Apache License 2.0 | +| wio 0.2.2 | Apache License 2.0 | +| anstream 0.6.21 | Apache License 2.0 | +| anstyle-query 1.1.5 | Apache License 2.0 | +| anstyle-wincon 3.0.11 | Apache License 2.0 | +| anstyle 1.0.13 | Apache License 2.0 | +| clap 4.5.48 | Apache License 2.0 | +| clap_builder 4.5.48 | Apache License 2.0 | +| clap_complete 4.5.58 | Apache License 2.0 | +| clap_derive 4.5.47 | Apache License 2.0 | +| clap_lex 0.7.5 | Apache License 2.0 | +| colorchoice 1.0.0 | Apache License 2.0 | +| crc32fast 1.5.0 | Apache License 2.0 | +| env_logger 0.10.2 | Apache License 2.0 | +| float-ord 0.3.2 | Apache License 2.0 | +| foreign-types-macros 0.2.3 | Apache License 2.0 | +| foreign-types-shared 0.3.1 | Apache License 2.0 | +| foreign-types 0.5.0 | Apache License 2.0 | +| hex 0.4.3 | Apache License 2.0 | +| humantime 2.1.0 | Apache License 2.0 | +| is_terminal_polyfill 1.70.2 | Apache License 2.0 | +| jni-sys 0.3.0 | Apache License 2.0 | +| log-panics 2.1.0 | Apache License 2.0 | +| once_cell_polyfill 1.70.2 | Apache License 2.0 | +| quick-error 2.0.1 | Apache License 2.0 | +| serde_regex 1.1.0 | Apache License 2.0 | +| serde_spanned 0.6.9 | Apache License 2.0 | +| serde_spanned 1.0.3 | Apache License 2.0 | +| streaming-iterator 0.1.9 | Apache License 2.0 | +| toml 0.8.23 | Apache License 2.0 | +| toml 0.9.6 | Apache License 2.0 | +| toml_datetime 0.6.11 | Apache License 2.0 | +| toml_datetime 0.7.3 | Apache License 2.0 | +| toml_datetime 1.1.0+spec-1.1.0 | Apache License 2.0 | +| toml_edit 0.19.15 | Apache License 2.0 | +| toml_edit 0.22.27 | Apache License 2.0 | +| toml_edit 0.25.6+spec-1.1.0 | Apache License 2.0 | +| toml_parser 1.1.0+spec-1.1.0 | Apache License 2.0 | +| toml_write 0.1.2 | Apache License 2.0 | +| toml_writer 1.1.0+spec-1.1.0 | Apache License 2.0 | +| diesel 2.3.4 | Apache License 2.0 | +| diesel_derives 2.3.5 | Apache License 2.0 | +| diesel_migrations 2.3.1 | Apache License 2.0 | +| diesel_table_macro_syntax 0.3.0 | Apache License 2.0 | +| dsl_auto_type 0.2.0 | Apache License 2.0 | +| migrations_internals 2.3.0 | Apache License 2.0 | +| migrations_macros 2.3.0 | Apache License 2.0 | +| async-broadcast 0.7.2 | Apache License 2.0 | +| android-tzdata 0.1.1 | Apache License 2.0 | +| rustfft 6.2.0 | Apache License 2.0 | +| strength_reduce 0.2.4 | Apache License 2.0 | +| kmeans_colors 0.5.0 | Apache License 2.0 | +| aws-sdk-signin 1.2.0 | Apache License 2.0 | +| aws-sdk-sso 1.91.0 | Apache License 2.0 | +| aws-sdk-ssooidc 1.93.0 | Apache License 2.0 | +| aws-sdk-sts 1.95.0 | Apache License 2.0 | +| shell-words 1.1.0 | Apache License 2.0 | +| crc 3.4.0 | Apache License 2.0 | +| futures-channel 0.3.31 | Apache License 2.0 | +| futures-core 0.3.31 | Apache License 2.0 | +| futures-executor 0.3.31 | Apache License 2.0 | +| futures-io 0.3.31 | Apache License 2.0 | +| futures-macro 0.3.31 | Apache License 2.0 | +| futures-sink 0.3.31 | Apache License 2.0 | +| futures-task 0.3.31 | Apache License 2.0 | +| futures-util 0.3.31 | Apache License 2.0 | +| futures 0.3.31 | Apache License 2.0 | +| typenum 1.17.0 | 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 | +| http 1.1.0 | Apache License 2.0 | +| tokio-rustls 0.24.1 | Apache License 2.0 | +| tokio-rustls 0.26.4 | Apache License 2.0 | +| logos-codegen 0.14.1 | Apache License 2.0 | +| logos-derive 0.14.1 | Apache License 2.0 | +| logos 0.14.1 | Apache License 2.0 | +| pin-utils 0.1.0 | Apache License 2.0 | +| ecdsa 0.16.9 | Apache License 2.0 | +| rfc6979 0.4.0 | Apache License 2.0 | +| ppv-lite86 0.2.17 | Apache License 2.0 | +| io-uring 0.7.9 | Apache License 2.0 | +| proc-macro-error-attr 1.0.4 | Apache License 2.0 | +| iana-time-zone-haiku 0.1.2 | Apache License 2.0 | +| iana-time-zone 0.1.64 | Apache License 2.0 | +| beef 0.5.2 | Apache License 2.0 | +| gpu-allocator 0.28.0 | Apache License 2.0 | +| rustls-pki-types 1.12.0 | Apache License 2.0 | +| file-id 0.2.2 | Apache License 2.0 | +| notify-debouncer-full 0.5.0 | Apache License 2.0 | +| notify-types 2.0.0 | Apache License 2.0 | +| memmap2 0.9.7 | Apache License 2.0 | +| async-recursion 1.1.1 | Apache License 2.0 | +| 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 | +| ff 0.13.1 | Apache License 2.0 | +| hashlink 0.10.0 | Apache License 2.0 | +| hkdf 0.12.4 | 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 | +| rand_core 0.9.3 | Apache License 2.0 | +| getrandom 0.2.16 | Apache License 2.0 | +| getrandom 0.3.4 | Apache License 2.0 | +| rand_chacha 0.3.1 | Apache License 2.0 | +| home 0.5.12 | Apache License 2.0 | +| proc-macro-crate 1.3.1 | Apache License 2.0 | +| proc-macro-crate 3.3.0 | Apache License 2.0 | +| proc-macro-error 1.0.4 | Apache License 2.0 | +| 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 | +| ascii 1.1.0 | Apache License 2.0 | +| profiling 1.0.11 | 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 | +| skrifa 0.22.3 | Apache License 2.0 | +| glutin_wgl_sys 0.6.0 | Apache License 2.0 | +| dpi 0.1.1 | Apache License 2.0 | +| winit 0.30.1 | 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 | +| tink-core 0.3.0 | Apache License 2.0 | +| tink-hybrid 0.3.0 | Apache License 2.0 | +| tink-proto 0.3.0 | Apache License 2.0 | +| utf8parse 0.2.1 | Apache License 2.0 | +| vte 0.13.0 | Apache License 2.0 | +| vte_generate_state_changes 0.1.1 | Apache License 2.0 | +| ab_glyph 0.2.29 | Apache License 2.0 | +| allocator-api2 0.2.16 | Apache License 2.0 | +| alsa 0.10.0 | Apache License 2.0 | +| android-activity 0.6.0 | Apache License 2.0 | +| android_system_properties 0.1.5 | Apache License 2.0 | +| anyhow 1.0.79 | Apache License 2.0 | +| arboard 3.6.1 | Apache License 2.0 | +| arborium-elixir 2.13.0 | Apache License 2.0 | +| arborium-hcl 2.13.0 | Apache License 2.0 | +| arborium-highlight 2.13.0 | Apache License 2.0 | +| arborium-theme 2.13.0 | Apache License 2.0 | +| arborium 2.13.0 | Apache License 2.0 | +| arraydeque 0.5.1 | Apache License 2.0 | +| as-raw-xcb-connection 1.0.0 | Apache License 2.0 | +| async-trait 0.1.89 | Apache License 2.0 | +| aws-config 1.8.12 | Apache License 2.0 | +| aws-credential-types 1.2.11 | Apache License 2.0 | +| aws-lc-sys 0.39.1 | Apache License 2.0 | +| aws-runtime 1.5.17 | Apache License 2.0 | +| aws-sigv4 1.3.7 | Apache License 2.0 | +| aws-smithy-async 1.2.7 | Apache License 2.0 | +| aws-smithy-http-client 1.1.5 | Apache License 2.0 | +| aws-smithy-http 0.62.6 | Apache License 2.0 | +| aws-smithy-json 0.61.9 | Apache License 2.0 | +| aws-smithy-observability 0.2.0 | Apache License 2.0 | +| aws-smithy-query 0.60.9 | Apache License 2.0 | +| aws-smithy-runtime-api 1.10.0 | Apache License 2.0 | +| aws-smithy-runtime 1.9.8 | Apache License 2.0 | +| aws-smithy-types 1.3.6 | Apache License 2.0 | +| aws-smithy-xml 0.60.13 | Apache License 2.0 | +| aws-types 1.3.11 | Apache License 2.0 | +| bimap 0.6.3 | Apache License 2.0 | +| bon-macros 3.7.1 | Apache License 2.0 | +| bon 3.7.1 | Apache License 2.0 | +| cesu8 1.1.0 | Apache License 2.0 | +| color-print-proc-macro 0.3.7 | Apache License 2.0 | +| color-print 0.3.7 | Apache License 2.0 | +| constant_time_eq 0.3.1 | Apache License 2.0 | +| dasp_sample 0.11.0 | Apache License 2.0 | +| datasketches 0.2.0 | Apache License 2.0 | +| directories 6.0.0 | Apache License 2.0 | +| dirs-next 2.0.0 | Apache License 2.0 | +| dirs-sys-next 0.1.2 | Apache License 2.0 | +| dirs-sys 0.3.7 | Apache License 2.0 | +| dirs-sys 0.5.0 | Apache License 2.0 | +| dirs 3.0.2 | Apache License 2.0 | +| dirs 6.0.0 | Apache License 2.0 | +| dispatch2 0.3.0 | Apache License 2.0 | +| document-features 0.2.12 | Apache License 2.0 | +| dunce 1.0.5 | Apache License 2.0 | +| dyn-clone 1.0.20 | Apache License 2.0 | +| erased-serde 0.4.10 | Apache License 2.0 | +| eventsource-stream 0.2.3 | Apache License 2.0 | +| fdeflate 0.3.7 | Apache License 2.0 | +| fiat-crypto 0.2.9 | Apache License 2.0 | +| find-crate 0.6.3 | Apache License 2.0 | +| gloo-events 0.2.0 | Apache License 2.0 | +| gloo-file 0.3.0 | Apache License 2.0 | +| gloo-storage 0.3.0 | Apache License 2.0 | +| gloo-timers 0.2.6 | Apache License 2.0 | +| gloo-timers 0.3.0 | Apache License 2.0 | +| gloo-utils 0.2.0 | Apache License 2.0 | +| gloo-worker-macros 0.1.0 | Apache License 2.0 | +| gloo-worker 0.5.0 | Apache License 2.0 | +| gpu-descriptor-types 0.2.0 | Apache License 2.0 | +| gpu-descriptor 0.3.2 | Apache License 2.0 | +| half 2.6.0 | Apache License 2.0 | +| hpke 0.13.0 | Apache License 2.0 | +| htmlescape 0.3.1 | Apache License 2.0 | +| ident_case 1.0.1 | Apache License 2.0 | +| image-webp 0.2.4 | Apache License 2.0 | +| image 0.25.9 | Apache License 2.0 | +| interprocess 1.2.1 | Apache License 2.0 | +| inventory 0.3.20 | Apache License 2.0 | +| itoa 1.0.9 | Apache License 2.0 | +| lasso 0.7.3 | Apache License 2.0 | +| libc 0.2.180 | Apache License 2.0 | +| litrs 1.0.0 | Apache License 2.0 | +| mac-notification-sys 0.6.9 | Apache License 2.0 | +| mac 0.1.1 | Apache License 2.0 | +| mach2 0.5.0 | Apache License 2.0 | +| match_token 0.35.0 | Apache License 2.0 | +| miniz_oxide 0.8.8 | Apache License 2.0 | +| naga 29.0.1 | Apache License 2.0 | +| ndk-context 0.1.1 | Apache License 2.0 | +| ndk-sys 0.6.0+11769913 | Apache License 2.0 | +| ndk 0.9.0 | Apache License 2.0 | +| num_enum 0.7.4 | Apache License 2.0 | +| num_enum_derive 0.7.4 | Apache License 2.0 | +| objc2-app-kit 0.3.2 | Apache License 2.0 | +| objc2-audio-toolbox 0.3.0 | Apache License 2.0 | +| objc2-avf-audio 0.3.0 | Apache License 2.0 | +| objc2-core-audio-types 0.3.2 | Apache License 2.0 | +| objc2-core-audio 0.3.2 | Apache License 2.0 | +| objc2-core-foundation 0.3.2 | Apache License 2.0 | +| objc2-core-graphics 0.3.2 | Apache License 2.0 | +| objc2-io-kit 0.3.1 | Apache License 2.0 | +| objc2-metal 0.3.2 | Apache License 2.0 | +| objc2-quartz-core 0.3.2 | Apache License 2.0 | +| oneshot 0.1.13 | Apache License 2.0 | +| ouroboros 0.18.0 | Apache License 2.0 | +| ouroboros_macro 0.18.0 | Apache License 2.0 | +| owned_ttf_parser 0.25.0 | Apache License 2.0 | +| paste 1.0.14 | Apache License 2.0 | +| pastey 0.2.1 | Apache License 2.0 | +| pathfinder_color 0.5.0 | Apache License 2.0 | +| pathfinder_geometry 0.5.1 | Apache License 2.0 | +| pin-project-internal 1.1.3 | Apache License 2.0 | +| pin-project-lite 0.2.16 | Apache License 2.0 | +| pin-project 1.1.3 | Apache License 2.0 | +| portable-atomic-util 0.2.4 | Apache License 2.0 | +| portable-atomic 1.11.1 | Apache License 2.0 | +| prettyplease 0.2.15 | Apache License 2.0 | +| proc-macro2 1.0.93 | Apache License 2.0 | +| process-wrap 8.2.1 | Apache License 2.0 | +| psl 2.1.4 | Apache License 2.0 | +| quote 1.0.45 | Apache License 2.0 | +| r-efi 5.2.0 | Apache License 2.0 | +| rand 0.8.5 | Apache License 2.0 | +| rand 0.9.1 | Apache License 2.0 | +| rand_chacha 0.9.0 | Apache License 2.0 | +| range-alloc 0.1.3 | Apache License 2.0 | +| raw-window-handle 0.5.2 | Apache License 2.0 | +| raw-window-handle 0.6.2 | Apache License 2.0 | +| read-fonts 0.22.7 | Apache License 2.0 | +| ref-cast-impl 1.0.23 | Apache License 2.0 | +| ref-cast 1.0.23 | Apache License 2.0 | +| reqwest-eventsource 0.6.0 | Apache License 2.0 | +| resvg 0.47.0 | Apache License 2.0 | +| rstar 0.12.2 | Apache License 2.0 | +| rustc-hash 2.1.1 | Apache License 2.0 | +| rustls-platform-verifier-android 0.1.1 | Apache License 2.0 | +| rustversion 1.0.14 | Apache License 2.0 | +| ryu 1.0.20 | Apache License 2.0 | +| saphyr-parser 0.0.6 | Apache License 2.0 | +| self_cell 1.2.1 | Apache License 2.0 | +| semver 1.0.20 | Apache License 2.0 | +| serde 1.0.228 | Apache License 2.0 | +| serde_bytes 0.11.19 | Apache License 2.0 | +| serde_core 1.0.228 | Apache License 2.0 | +| serde_derive 1.0.228 | Apache License 2.0 | +| serde_derive_internals 0.29.1 | Apache License 2.0 | +| serde_json 1.0.145 | Apache License 2.0 | +| serde_path_to_error 0.1.16 | Apache License 2.0 | +| serde_repr 0.1.20 | Apache License 2.0 | +| serde_urlencoded 0.7.1 | Apache License 2.0 | +| shlex 1.3.0 | Apache License 2.0 | +| siphasher 0.3.11 | Apache License 2.0 | +| siphasher 1.0.1 | Apache License 2.0 | +| spirv 0.4.0+sdk-1.4.341.0 | Apache License 2.0 | +| sse-stream 0.2.1 | Apache License 2.0 | +| syn 2.0.117 | Apache License 2.0 | +| sync_wrapper 1.0.1 | Apache License 2.0 | +| tauri-winrt-notification 0.7.2 | Apache License 2.0 | +| thiserror-impl 1.0.63 | Apache License 2.0 | +| thiserror-impl 2.0.17 | Apache License 2.0 | +| thiserror 1.0.63 | Apache License 2.0 | +| thiserror 2.0.17 | Apache License 2.0 | +| time-core 0.1.8 | Apache License 2.0 | +| time-macros 0.2.27 | Apache License 2.0 | +| time 0.3.47 | Apache License 2.0 | +| tink-aead 0.3.0 | Apache License 2.0 | +| tink-daead 0.3.0 | Apache License 2.0 | +| tink-mac 0.3.0 | Apache License 2.0 | +| tink-prf 0.3.0 | Apache License 2.0 | +| typed-path 0.10.0 | Apache License 2.0 | +| typeid 1.0.3 | Apache License 2.0 | +| typetag-impl 0.2.21 | Apache License 2.0 | +| typetag 0.2.21 | Apache License 2.0 | +| unicode-ident 1.0.12 | Apache License 2.0 | +| unindent 0.2.4 | Apache License 2.0 | +| usvg 0.47.0 | Apache License 2.0 | +| utf-8 0.7.6 | Apache License 2.0 | +| utf8parse 0.2.2 | Apache License 2.0 | +| wasip2 1.0.2+wasi-0.2.9 | Apache License 2.0 | +| wasite 0.1.0 | Apache License 2.0 | +| wasm-streams 0.4.0 | Apache License 2.0 | +| wgpu-core-deps-apple 29.0.0 | Apache License 2.0 | +| wgpu-core-deps-emscripten 29.0.0 | Apache License 2.0 | +| wgpu-core-deps-wasm 29.0.0 | Apache License 2.0 | +| wgpu-core-deps-windows-linux-android 29.0.0 | Apache License 2.0 | +| wgpu-core 29.0.1 | Apache License 2.0 | +| wgpu-hal 29.0.1 | Apache License 2.0 | +| wgpu-naga-bridge 29.0.1 | Apache License 2.0 | +| wgpu-types 29.0.1 | Apache License 2.0 | +| wgpu 29.0.1 | Apache License 2.0 | +| whoami 1.5.2 | Apache License 2.0 | +| wide 0.7.33 | Apache License 2.0 | +| winapi-i686-pc-windows-gnu 0.4.0 | Apache License 2.0 | +| winapi-x86_64-pc-windows-gnu 0.4.0 | Apache License 2.0 | +| woothee 0.13.0 | Apache License 2.0 | +| zstd-safe 7.2.4 | Apache License 2.0 | +| zstd-sys 2.0.15+zstd.1.5.7 | Apache License 2.0 | +| zune-core 0.4.12 | Apache License 2.0 | +| 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 | +| 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 | +| 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 | +| subtle 2.6.1 | BSD 3-Clause "New" or "Revised" License | +| x25519-dalek 2.0.1 | BSD 3-Clause "New" or "Revised" License | +| bounded-vec-deque 0.1.1 | BSD 3-Clause "New" or "Revised" License | +| instant 0.1.12 | BSD 3-Clause "New" or "Revised" License | +| alloc-stdlib 0.2.2 | BSD 3-Clause "New" or "Revised" License | +| aws-lc-sys 0.39.1 | BSD 3-Clause "New" or "Revised" License | +| curve25519-dalek 4.1.3 | BSD 3-Clause "New" or "Revised" License | +| tini 1.3.0 | BSD 3-Clause "New" or "Revised" License | +| encoding_rs 0.8.35 | BSD 3-Clause "New" or "Revised" License | +| 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 | +| webpki-root-certs 1.0.1 | Community Data License Agreement Permissive 2.0 | +| webpki-roots 1.0.1 | Community Data License Agreement Permissive 2.0 | +| untrusted 0.9.0 | ISC License | +| rustls-webpki 0.101.7 | ISC License | +| inotify-sys 0.1.5 | ISC License | +| ring 0.17.14 | ISC License | +| libloading 0.8.9 | ISC License | +| rustls-webpki 0.103.13 | ISC License | +| aws-lc-rs 1.16.2 | ISC License | +| aws-lc-sys 0.39.1 | ISC License | +| rustybuzz 0.20.1 | MIT License | +| uds_windows 1.1.0 | MIT License | +| onig_sys 69.9.1 | MIT License | +| onig 6.5.1 | MIT License | +| brotli 7.0.0 | MIT License | +| mio 1.1.1 | MIT License | +| libsqlite3-sys 0.33.0 | MIT License | +| nom 7.1.3 | MIT License | +| nom 8.0.0 | MIT License | +| float-cmp 0.9.0 | MIT License | +| hyper 0.14.32 | MIT License | +| hyper 1.8.1 | MIT License | +| plist 1.5.1 | 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 | +| wayland-protocols 0.31.0 | MIT License | +| schannel 0.1.28 | MIT License | +| intmap 0.7.1 | 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 | +| version-compare 0.1.1 | MIT License | +| h2 0.3.27 | 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.18.1 | 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 | +| assert-json-diff 2.0.2 | MIT License | +| sharded-slab 0.1.7 | MIT License | +| matchers 0.2.0 | MIT License | +| http-body 0.4.6 | MIT License | +| tracing-attributes 0.1.30 | MIT License | +| tracing-core 0.1.34 | MIT License | +| tracing-log 0.2.0 | MIT License | +| tracing-subscriber 0.3.20 | MIT License | +| tracing 0.1.41 | MIT License | +| tower-layer 0.3.3 | MIT License | +| tower-service 0.3.3 | MIT License | +| tower 0.5.2 | MIT License | +| pico-args 0.5.0 | MIT License | +| axum 0.8.4 | MIT License | +| tower-http 0.6.8 | MIT License | +| http-body-util 0.1.3 | MIT License | +| rubato 0.16.1 | MIT License | +| strict-num 0.1.1 | MIT License | +| calloop-wayland-source 0.2.0 | MIT License | +| tokio-util 0.7.9 | MIT License | +| hyper-util 0.1.16 | MIT License | +| zbus 5.9.0 | MIT License | +| zbus_macros 5.9.0 | MIT License | +| zbus_names 4.2.0 | MIT License | +| zvariant 5.6.0 | MIT License | +| zvariant_derive 5.6.0 | MIT License | +| murmurhash32 0.3.1 | MIT License | +| fastdivide 0.4.2 | MIT License | +| synstructure 0.13.1 | MIT License | +| serde-bytes-repr 0.3.0 | MIT License | +| measure_time 0.9.0 | MIT License | +| lru 0.16.3 | MIT License | +| lzma-rs 0.3.0 | MIT License | +| tree_magic_mini 3.2.2 | MIT License | +| precomputed-hash 0.1.1 | MIT License | +| cfb 0.7.3 | MIT License | +| darling 0.20.8 | MIT License | +| darling 0.21.3 | MIT License | +| darling_core 0.20.8 | MIT License | +| darling_core 0.21.3 | MIT License | +| darling_macro 0.20.8 | MIT License | +| darling_macro 0.21.3 | MIT License | +| syntect 5.2.0 | MIT License | +| variant_count 1.1.0 | MIT License | +| tiff 0.10.3 | MIT License | +| typed-arena 2.0.2 | MIT License | +| alsa-sys 0.3.1 | MIT License | +| enclose 1.1.8 | MIT License | +| dashmap 6.1.0 | MIT License | +| comfy-table 7.2.1 | MIT License | +| infer 0.19.0 | MIT License | +| schemars 1.0.4 | MIT License | +| schemars_derive 1.0.4 | MIT License | +| rgb 0.8.50 | MIT License | +| strum 0.27.1 | MIT License | +| strum_macros 0.27.1 | MIT License | +| email_address 0.2.3 | MIT License | +| tokio-macros 2.5.0 | MIT License | +| native-dialog 0.7.0 | MIT License | +| ashpd 0.11.1 | MIT License | +| permissions 0.4.1 | MIT License | +| rquickjs 0.3.1 | MIT License | +| android-properties 0.2.2 | MIT License | +| xcursor 0.3.4 | MIT License | +| html-escape 0.2.13 | MIT License | +| utf8-width 0.1.7 | MIT License | +| versions 5.0.1 | MIT License | +| http-range-header 0.4.0 | MIT License | +| takecell 0.1.1 | MIT License | +| fontconfig-parser 0.5.3 | MIT License | +| sctk-adwaita 0.9.0 | MIT License | +| get-size-derive 0.1.3 | MIT License | +| get-size 0.1.4 | MIT License | +| matchit 0.8.4 | MIT License | +| outref 0.5.2 | MIT License | +| libredox 0.0.2 | MIT License | +| libredox 0.1.3 | MIT License | +| is-docker 0.2.0 | MIT License | +| is-wsl 0.4.0 | MIT License | +| byte-unit 5.2.0 | MIT License | +| codesnake 0.3.0 | MIT License | +| sqlite-wasm-rs 0.4.8 | MIT License | +| line-ending 1.5.1 | MIT License | +| convert_case 0.7.1 | MIT License | +| objc 0.2.7 | MIT License | +| tokio-stream 0.1.17 | MIT License | +| tokio 1.47.1 | MIT License | +| simd-adler32 0.3.7 | MIT License | +| getset 0.1.2 | MIT License | +| deltae 0.3.2 | MIT License | +| imagesize 0.14.0 | MIT License | +| serde-wasm-bindgen 0.6.5 | MIT License | +| crossterm 0.29.0 | MIT License | +| 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 | +| 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 | +| rquickjs-sys 0.3.1 | MIT License | +| fancy-regex 0.11.0 | MIT License | +| deflate64 0.1.10 | MIT License | +| zip 2.4.2 | MIT License | +| phf 0.11.3 | MIT License | +| phf_shared 0.11.3 | MIT License | +| aho-corasick 1.1.3 | MIT License | +| byteorder-lite 0.1.0 | MIT License | +| byteorder 1.5.0 | MIT License | +| csv-core 0.1.11 | MIT License | +| csv 1.3.1 | MIT License | +| globset 0.4.18 | MIT License | +| grep-cli 0.1.12 | MIT License | +| grep-matcher 0.1.8 | MIT License | +| grep-printer 0.3.1 | MIT License | +| grep-regex 0.1.14 | MIT License | +| grep-searcher 0.1.16 | MIT License | +| grep 0.4.1 | MIT License | +| ignore 0.4.24 | MIT License | +| jiff-tzdb-platform 0.1.3 | MIT License | +| jiff-tzdb 0.1.6 | MIT License | +| jiff 0.2.24 | MIT License | +| memchr 2.7.6 | MIT License | +| tabwriter 1.4.1 | MIT License | +| termcolor 1.4.1 | MIT License | +| utf8-ranges 1.0.5 | MIT License | +| walkdir 2.4.0 | MIT License | +| tantivy-fst 0.5.0 | MIT License | +| mime_guess 2.0.4 | MIT License | +| nix 0.26.4 | MIT License | +| nix 0.30.1 | MIT License | +| strsim 0.10.0 | MIT License | +| strsim 0.11.1 | MIT License | +| sysinfo 0.37.0 | MIT License | +| twox-hash 2.1.2 | MIT License | +| combine 4.6.6 | MIT License | +| fsevent-sys 4.1.0 | MIT License | +| difflib 0.4.0 | MIT License | +| orbclient 0.3.47 | MIT License | +| data-encoding 2.10.0 | MIT License | +| aws-lc-sys 0.39.1 | MIT License | +| mockito 1.7.1 | MIT License | +| derive_more-impl 2.0.1 | MIT License | +| derive_more 0.99.17 | MIT License | +| derive_more 2.0.1 | MIT License | +| gettext-rs 0.7.0 | MIT License | +| gettext-sys 0.21.3 | MIT License | +| lsp-types 0.97.0 | MIT License | +| color_quant 1.1.0 | MIT License | +| locale_config 0.3.0 | MIT License | +| same-file 1.0.6 | MIT License | +| winapi-util 0.1.11 | MIT License | +| redox_users 0.4.3 | MIT License | +| redox_users 0.5.2 | MIT License | +| os_info 3.7.0 | MIT License | +| derive-new 0.5.9 | MIT License | +| rust-embed-impl 6.8.1 | MIT License | +| rust-embed-impl 8.7.2 | MIT License | +| rust-embed-utils 7.8.1 | MIT License | +| rust-embed-utils 8.7.2 | MIT License | +| rust-embed 6.8.1 | MIT License | +| rust-embed 8.7.2 | MIT License | +| arborium-tree-sitter 2.13.0 | MIT License | +| fuzzy-matcher 0.3.7 | MIT License | +| xmlwriter 0.1.0 | MIT License | +| aliasable 0.1.3 | MIT License | +| lz4_flex 0.11.6 | MIT License | +| lz4_flex 0.13.0 | MIT License | +| fontdb 0.23.0 | MIT License | +| xkbcommon-dl 0.4.2 | MIT License | +| mermaid_to_svg 0.1.0 | MIT License | +| fontconfig 0.8.0 | MIT License | +| yeslogic-fontconfig-sys 5.0.0 | MIT License | +| os_pipe 1.2.3 | MIT License | +| open 5.3.3 | MIT License | +| zstd 0.13.3 | MIT License | +| nu-ansi-term 0.50.3 | MIT License | +| bincode 1.3.3 | MIT License | +| generic-array 0.14.7 | 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 | +| 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 | +| cynic-proc-macros 3.8.0 | Mozilla Public License 2.0 | +| cynic 3.8.0 | Mozilla Public License 2.0 | +| option-ext 0.2.0 | Mozilla Public License 2.0 | +| icu_collections 1.5.0 | Unicode License v3 | +| icu_locid 1.5.0 | Unicode License v3 | +| icu_locid_transform 1.5.0 | Unicode License v3 | +| icu_locid_transform_data 1.5.0 | Unicode License v3 | +| icu_normalizer 1.5.0 | Unicode License v3 | +| icu_normalizer_data 1.5.0 | Unicode License v3 | +| icu_properties 1.5.1 | Unicode License v3 | +| icu_properties_data 1.5.0 | Unicode License v3 | +| icu_provider 1.5.0 | Unicode License v3 | +| icu_provider_macros 1.5.0 | Unicode License v3 | +| litemap 0.7.4 | Unicode License v3 | +| tinystr 0.7.6 | Unicode License v3 | +| writeable 0.5.5 | Unicode License v3 | +| yoke-derive 0.7.5 | Unicode License v3 | +| yoke 0.7.5 | Unicode License v3 | +| zerofrom-derive 0.1.5 | Unicode License v3 | +| zerofrom 0.1.5 | Unicode License v3 | +| zerovec-derive 0.10.3 | Unicode License v3 | +| zerovec 0.10.4 | Unicode License v3 | +| unicode-ident 1.0.12 | Unicode License Agreement - Data Files and Software (2016) | +| async_io_stream 0.3.3 | The Unlicense | +| ws_stream_wasm 0.7.4 | The Unlicense | +| pharos 0.5.3 | The Unlicense | +| slotmap 1.0.6 | zlib License | +| foldhash 0.1.5 | zlib License | +| foldhash 0.2.0 | zlib License | +| Hack Font | MIT | +| Roboto Font | SIL Open Font License | +| bash-preexec | MIT | +| Claude API Skill | Apache-2.0 | +| rudder-sdk-rust | MIT | +| Windows Terminal | MIT | +| GitHub Desktop | MIT | + +## Full License Text + +
+Click to expand + +
 Third-Party Licenses for Warp
 ================================================================================
 
@@ -16,7 +755,7 @@ in the Warp distribution.
 BSD Zero Clause License
   - adler2 2.0.0
 --------------------------------------------------------------------------------
-Copyright (C) Jonas Schievink 
+Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
 
 Permission to use, copy, modify, and/or distribute this software for
 any purpose with or without fee is hereby granted.
@@ -4834,7 +5573,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -5040,7 +5779,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -5246,7 +5985,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -5457,7 +6196,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -5465,7 +6204,7 @@ Apache License 2.0
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright {yyyy} {name of copyright owner}
+   Copyright \{yyyy\} \{name of copyright owner\}
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -5700,7 +6439,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -5708,7 +6447,7 @@ Apache License 2.0
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright {yyyy} {name of copyright owner}
+   Copyright \{yyyy\} \{name of copyright owner\}
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -6510,7 +7249,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -6518,7 +7257,7 @@ Apache License 2.0
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright {yyyy} {name of copyright owner}
+   Copyright \{yyyy\} \{name of copyright owner\}
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -6915,7 +7654,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -8996,7 +9735,7 @@ APPENDIX: How to apply the Apache License to your work.
    same "printed page" as the copyright notice for easier
    identification within third-party archives.
 
-Copyright 2018 Maciej Hirsz 
+Copyright 2018 Maciej Hirsz <maciej.hirsz@gmail.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -10027,7 +10766,7 @@ APPENDIX: How to apply the Apache License to your work.
    same "printed page" as the copyright notice for easier
    identification within third-party archives.
 
-Copyright 2019-2020 CreepySkeleton 
+Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -10440,7 +11179,7 @@ APPENDIX: How to apply the Apache License to your work.
    same "printed page" as the copyright notice for easier
    identification within third-party archives.
 
-Copyright 2020 Maciej Hirsz 
+Copyright 2020 Maciej Hirsz <hello@maciej.codes>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -14220,7 +14959,7 @@ APPENDIX: How to apply the Apache License to your work.
    same "printed page" as the copyright notice for easier
    identification within third-party archives.
 
-Copyright 2019-2020 CreepySkeleton 
+Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -15246,7 +15985,7 @@ Apache License 2.0
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -15948,7 +16687,7 @@ Apache License
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -16155,7 +16894,7 @@ Apache License
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "{}"
+      boilerplate notice, with the fields enclosed by brackets "\{\}"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
@@ -16163,7 +16902,7 @@ Apache License
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright {yyyy} {name of copyright owner}
+   Copyright \{yyyy\} \{name of copyright owner\}
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -16634,7 +17373,7 @@ END OF TERMS AND CONDITIONS
 APPENDIX: How to apply the Apache License to your work.
 
 To apply the Apache License to your work, attach the following
-boilerplate notice, with the fields enclosed by brackets "{}"
+boilerplate notice, with the fields enclosed by brackets "\{\}"
 replaced with your own identifying information. (Don't include
 the brackets!)  The text should be enclosed in the appropriate
 comment syntax for the file format. We also recommend that a
@@ -16642,7 +17381,7 @@ file or class name and description of purpose be included on the
 same "printed page" as the copyright notice for easier
 identification within third-party archives.
 
-Copyright {yyyy} {name of copyright owner}
+Copyright \{yyyy\} \{name of copyright owner\}
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -16946,7 +17685,7 @@ contributors.
 Nota Bene: This is same as the Rust Project's own license.
 
 
-[1]: , which is reproduced below:
+[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
 
 ~~~~
 The MIT License (MIT)
@@ -16973,7 +17712,7 @@ THE SOFTWARE.
 ~~~~
 
 
-[2]: , which is reproduced below:
+[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
 
 ~~~~
                               Apache License
@@ -17211,7 +17950,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 BSD 2-Clause "Simplified" License
   - arrayref 0.3.9
 --------------------------------------------------------------------------------
-Copyright (c) 2015 David Roundy 
+Copyright (c) 2015 David Roundy <roundyd@physics.oregonstate.edu>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -17242,7 +17981,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 BSD 2-Clause "Simplified" License
   - openh264 0.8.1
 --------------------------------------------------------------------------------
-Copyright (c)   
+Copyright (c) <year> <owner> 
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
@@ -17495,7 +18234,7 @@ BSD 3-Clause "New" or "Revised" License
   - curve25519-dalek 4.1.3
   - tini 1.3.0
 --------------------------------------------------------------------------------
-Copyright (c)  . 
+Copyright (c) <year> <owner>. 
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
@@ -17584,7 +18323,7 @@ Creative Commons Zero v1.0 Universal
 --------------------------------------------------------------------------------
 Creative Commons CC0 1.0 Universal
 
-<> CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.  <>
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.  
 
 Statement of Purpose
 
@@ -17854,13 +18593,13 @@ ISC License
 // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 #[test]
-fn cert_without_extensions_test() {
+fn cert_without_extensions_test() \{
     // Check the certificate is valid with
     // `openssl x509 -in cert_without_extensions.der -inform DER -text -noout`
     const CERT_WITHOUT_EXTENSIONS_DER: &[u8] = include_bytes!("cert_without_extensions.der");
 
     assert!(webpki::EndEntityCert::try_from(CERT_WITHOUT_EXTENSIONS_DER).is_ok());
-}
+\}
 
 
 ISC License
@@ -18031,13 +18770,13 @@ MIT License
 All source code in this repository is distributed under the terms of
 the *MIT License* unless otherwise stated. The Oniguruma source code
 remains the property of the original authors and is re-distributed
-under the original license, see [COPYING](oniguruma/COPYING) for more
+under the original license, see the COPYING file for more
 information.
 
 > The MIT License (MIT)
 > 
-> Copyright (c) 2015 Will Speak , Ivan Ivashchenko
-> , and contributors.
+> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
+> <defuz@me.com>, and contributors.
 > 
 > Permission is hereby granted, free of charge, to any person obtaining a copy
 > of this software and associated documentation files (the "Software"), to deal
@@ -18070,8 +18809,8 @@ under the original license.
 
 > The MIT License (MIT)
 > 
-> Copyright (c) 2015 Will Speak , Ivan Ivashchenko
-> , and contributors.
+> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
+> <defuz@me.com>, and contributors.
 > 
 > Permission is hereby granted, free of charge, to any person obtaining a copy
 > of this software and associated documentation files (the "Software"), to deal
@@ -18458,7 +19197,7 @@ MIT License
   - kqueue-sys 1.0.4
   - kqueue 1.0.8
 --------------------------------------------------------------------------------
-Copyright (c) 2016 William Orr 
+Copyright (c) 2016 William Orr <will@worrbase.com>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -20661,7 +21400,7 @@ MIT License
 --------------------------------------------------------------------------------
 MIT License
 
-Copyright (c)  
+Copyright (c) <year> <copyright holders>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
 associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -20942,7 +21681,7 @@ SOFTWARE.
 MIT License
   - wayland-protocols-plasma 0.2.0
 --------------------------------------------------------------------------------
-MIT License Copyright (c)  
+MIT License Copyright (c) <year> <copyright holders>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -21316,7 +22055,7 @@ MIT License
 The MIT License (MIT)
 
 Copyright (c) 2015 Danny Guo
-Copyright (c) 2016 Titus Wormer 
+Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
 Copyright (c) 2018 Akash Kurdekar
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -21690,11 +22429,11 @@ MIT License
 --------------------------------------------------------------------------------
 The MIT License (MIT)
 
-Copyright (c) 2016–2019 Jan Hudec 
-Copyright (c) 2016 A.J. Gardner 
-Copyright (c) 2019, Bastien Orivel 
-Copyright (c) 2019, Igor Gnatenko 
-Copyright (c) 2019, Sophie Tauchert <999eagle@999eagle.moe>
+Copyright (c) 2016–2019 Jan Hudec <bulb@ucw.cz>
+Copyright (c) 2016 A.J. Gardner <aaron.j.gardner@gmail.com>
+Copyright (c) 2019, Bastien Orivel <eijebong@bananium.fr>
+Copyright (c) 2019, Igor Gnatenko <i.gnatenko.brain@gmail.com>
+Copyright (c) 2019, Sophie Tauchert <999eagle@999eagle.moe>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -21937,7 +22676,7 @@ MIT License
 --------------------------------------------------------------------------------
 The MIT License (MIT)
 
-Copyright (c) 2020 James Dyson 
+Copyright (c) 2020 James Dyson <avitex@wfxlabs.com>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -24284,7 +25023,7 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 
-For more information, please refer to 
+For more information, please refer to <http://unlicense.org>
 
 
 The Unlicense
@@ -24299,13 +25038,13 @@ successors. We intend this dedication to be an overt act of relinquishment in pe
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-For more information, please refer to 
+For more information, please refer to <http://unlicense.org/>
 
 
 zlib License
   - slotmap 1.0.6
 --------------------------------------------------------------------------------
-Copyright (c) 2021 Orson Peters 
+Copyright (c) 2021 Orson Peters <orsonpeters@gmail.com>
 
 This software is provided 'as-is', without any express or implied warranty. In
 no event will the authors be held liable for any damages arising from the use of
@@ -24809,7 +25548,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
+
- -``` - +
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 ca9f059..0789993 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 @@ -281,6 +281,8 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CodeReview.FindBarModeChanged` | Search mode changed in code review find bar | | `CodeReview.FindBarToggled` | Code review find bar opened or closed | | `CodeReview.FindNavigated` | Navigated to next or previous match in code review find bar | +| `CodeReview.GitButtonTriggered` | User clicked a git operation button in the code review header | +| `CodeReview.GitDialogCompleted` | Git operation dialog reached a terminal state (succeeded, failed, or cancelled) | | `CodeReview.LoadDiffFailed` | Failure when loading diff content | | `CodeReview.PaneOpened` | Code review pane opened | | `CodeReview.PaneStateChanged` | Code review pane minimized or maximized | @@ -467,6 +469,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `RemoteServer.BinaryCheck` | Remote server binary check completed (found, not found, or error) | | `RemoteServer.ClientRequestError` | A client request to the remote server failed | | `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) | | `RemoteServer.Installation` | Remote server binary installation completed (success or failure) | | `RemoteServer.MessageDecodingError` | A server message could not be decoded (no parseable request_id) | diff --git a/telemetry.json b/telemetry.json index dfd7759..099120d 100644 --- a/telemetry.json +++ b/telemetry.json @@ -210,6 +210,8 @@ "CodeReview.FindBarModeChanged": "Search mode changed in code review find bar", "CodeReview.FindBarToggled": "Code review find bar opened or closed", "CodeReview.FindNavigated": "Navigated to next or previous match in code review find bar", + "CodeReview.GitButtonTriggered": "User clicked a git operation button in the code review header", + "CodeReview.GitDialogCompleted": "Git operation dialog reached a terminal state (succeeded, failed, or cancelled)", "CodeReview.LoadDiffFailed": "Failure when loading diff content", "CodeReview.PaneOpened": "Code review pane opened", "CodeReview.PaneStateChanged": "Code review pane minimized or maximized", @@ -396,6 +398,7 @@ "RemoteServer.BinaryCheck": "Remote server binary check completed (found, not found, or error)", "RemoteServer.ClientRequestError": "A client request to the remote server failed", "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)", "RemoteServer.Installation": "Remote server binary installation completed (success or failure)", "RemoteServer.MessageDecodingError": "A server message could not be decoded (no parseable request_id)",