Comment on page

Changelog

Warp autoupdates whenever a new release comes out. We try to ship an update every week usually on Thursday! Submit bugs and feature request on our GitHub board!

2023.11.30 (v0.2023.11.28.08.02)

Improvements
  • Warp’s custom prompt builder now includes a context chip for Kubernetes context
  • Improved completions for kubectl, including suggestions for resources, global options, and namespaces
Bug fixes
  • Fixed a UI bug in the workflows editor where the editor for arguments was overflowing
  • Search bar focuses as expected when you open Launch Configurations with the Command Palette

2023.11.16 (v0.2023.11.14.08.02)

Bug fixes
  • The informational block that shows workflow metadata now resizes with your Warp window
  • The scrolling speed is now standardized across Warp

2023.11.09 (v0.2023.11.07.08.02)

New features
  • New Markdown Viewer: You can now open .md files in Warp and run the shell commands within these files
  • Block Filtering: You can now filter block output (SHIFT-OPT-F) to quickly find matching lines based on a query
Improvements
  • Removed the workflow button from the toolbelt section (top-right buttons) of a block. It is still accessible through the right-click menu (see "Save as Workflow") and its default keybinding CMD-S
  • Improved performance of Warp Drive team and state syncing

2023.10.19 (v0.2023.10.17.08.03)

Improvements
  • Indicators appear in the tab bar when the current pane is maximized (a full-screen icon) and when a command exits with an error
  • The Git context chip in Warp's prompt now shows the commit hash instead of "HEAD" when in a detached state
  • Easier to add and remove allowlisted domains when inviting teammates to Warp Drive
  • Added a menu option for copying a workflow command into the clipboard

2023.10.12 (v0.2023.10.10.08.06)

Improvements
  • Warp can now support MacOS's proxy settings
  • You can now toggle whether to render Warp using the integrated GPU for dual GPU Macs in Settings > Features > Performance > Prefer rendering new windows with integrated GPU(low power)
  • Warp now escapes the file path of an executable loaded from Finder
Bug fixes
  • Fixed a crash on startup for some users on MacOS Sonoma
  • The workflow info box now refreshes when edited

2023.10.05 (v0.2023.10.03.08.03)

New features
  • Now you can use Vim keybindings to edit text on the command line in Warp. Navigate to Settings > Feature > Editor and enable "Edit commands with Vim keybindings." This feature is currently in beta and available to try today.
Improvements
  • Admins can now control whether the team invite link is accessible for other team members to copy and share. Admins can also reset the URL token if needed.
  • You can now add a 24-hour timestamp to your Warp prompt with context chips in the prompt editor.
  • The free preview for Warp AI and Warp Drive for teams has been extended. Learn more

2023.09.28 (v0.2023.09.26.08.09)

New features
  • If you have Cursor installed, you can now set this as your default code editor under Settings > Features > General.
Improvements
  • Enhanced user accessibility by adding a tab bar button as a new entry point for the command palette.
  • Improved user guidance by displaying a warning when attempting to run a workflow while another command is already in progress.
Bug fixes
  • Resolved an issue where autosuggestions were not being inserted when bound to certain keybindings.
  • Fixed a bug affecting Input Method Editor functionality on non-English keyboards, which caused incorrect positioning and prevented text input after opening a new window.

2023.09.14 (v0.2023.09.19.08.04)

New features
  • You can now edit keybindings to scroll up and down by one line.
Improvements
  • The input editor remains visible in inactive panes when using split panes.
Bug fixes
  • Resolved a regression where the filled bookmark icon didn’t display on bookmarked blocks unless hovered on.
  • Fixed the TAB key not cycling through fields in the Workflow editor under certain circumstances.
  • Restored functionality of the keybinding for “New Tab” to work even when no windows are open.

2023.09.07 (v0.2023.09.06.18.09)

Improvements
  • The new tab keyboard shortcut (CMD-T by default) can now be re-mapped.
  • Warp Drive now shows a loading indicator when syncing.
Bug fixes
  • The command timestamp tooltip is no longer hidden when the Input Editor is pinned to the top.

2023.08.31 (v0.2023.08.29.08.04)

Improvements
  • You can now delete custom themes from the Warp UI
  • You can now scroll to the top or bottom of a selected block from the Command Palette.
Bug fixes
  • Fixed an issue where CPU was being used up by git processes (3563)
  • Fixed a Zsh bug where set sh_word_split could break Warp's bootstrapping

2023.08.24 (v0.2023.08.22.08.03)

New features
  • Secret Redaction - Warp can now automatically redact secrets and sensitive information in terminal output, including passwords, IP addresses, API keys, and PII. Enable Secret Redaction from the Command Palette or Settings > Privacy > Secret Redaction
Improvements
  • Special keys used in conjunction with META e.g. META-DELETE should now work within the alt-screen
  • The line height for the text within the Input Editor should now actually change when the custom height in Settings > Appearance > Text > Line Height is updated
  • Alias Abbreviations in fish should no longer show a red error underline within the Input Editor
  • Reduced the bottom padding within the Input Editor when Warp is in Compact Mode

2023.08.17 (v0.2023.08.15.08.03)

New features
  • Warp now displays richer metadata for each command in history, including exit code, working directory, git branch, and whether the command is part of a workflow.
  • Warp's native prompt is now customizable directly within the app with drag-and-drop Context Chips (Settings > Appearance > Prompt)
Improvements
  • Warp now supports xterm's escape codes (sequences) for focus reporting
  • The Command Palette now supports searching for workflows with their Warp Drive folder name, in addition to the Workflow's name and description.
  • Auto-generating custom themes from starting images now work even with a missing ~/.warp/themes directory
  • The "New Workflow" modal now supports more text for longer commands

2023.08.10 (v0.2023.08.08.08.04)

New features
  • Automatically create new themes based on a background image! Click the + button in the theme picker (Settings -> Appearance -> Current Theme) or search Open Theme Picker within the Command Palette
Improvements
  • Workflows and folders in Warp Drive can now be sorted alphabetically and by last updated
  • Multiple JetBrains IDEs are now supported as external editors (e.g. WebStorm, PhpStorm, GoLand)
  • The Command Palette now shows which folders a Workflow is in (breadcrumbs)
  • Aliases like ... and .... no longer incorrectly have an error underline

2023.08.03 (v0.2023.08.01.08.05)

New features
  • Reopen closed tabs with SHIFT-CMD-T for up to one minute; configure or disable this feature in Settings > Features > Enable reopening of closed sessions
  • Autogenerate descriptions for Workflows in Warp Drive using Warp AI
Improvements
  • Nested folders in Warp Drive can now be collapsed all at once
  • Fixed issue where fish abbreviation expansion would include comments
  • Fixed a regression with fish history becoming inaccessible

2023.07.27 (v0.2023.07.25.08.03)

Improvements
  • Fixed an issue where $PATH could be overwritten in Bash subshells
  • Fixed an issue where completions for file-paths broke when using Named Flags e.g. ls --color=auto
  • Fixed an issue where Warp Drive objects could get stuck in a sync state
  • The down arrow DOWN now correctly moves the cursor within Warp AI's text editor

2023.07.20 (v0.2023.07.18.08.03)

New features
  • Can now configure whether TAB accepts autosuggestions or opens the completions menu; switch between the configurations via Settings > Features > Editor
  • Improved completions behavior by improving common prefix detection, and supporting case sensitivity
  • Can now natively draw some Unicode block element characters instead of using font glyphs--improves alignment and reduces fuzziness
  • Warp's Resource Center now displays new features and improvements
Improvements
  • Increased the maximum blur radius from 18 to 64

2023.07.13 (v0.2023.07.11.08.03)

New features
  • Warp Drive items that failed to sync can now be retried
  • Workflows in Warp Drive drive can now be edited with the workflow execution modal
Improvements
  • Fixed a bug where git information could sometimes be missing from the prompt
  • Adjusted some colors throughout Warp--replaced gradients with solid colors.

2023.07.06 (v0.2023.07.04.08.03)

New features
  • A new AI Command Search experience that allows you to translate natural language to shell commands and integrates directly with workflows! Type '#' in the input to try it out!
Improvements
  • Fixed a bug where Warp was not recognizing some single character commands and aliases.
  • Fixed a bug where command output would sometimes be cut off after finishing (most notably in Gradle).
  • Fixed a bug where two prompts could appear for remote Bash sessions

2023.06.29 (v0.2023.06.27.19.34)

New features
  • 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
  • Fix rendering of multiple ANSI styles on the same character. This fixes rendering issues commonly encountered in Vim and emacs.
  • Fix tabs (indentations) sometimes being inserted into the Input Editor when the completion menu should open.
  • Added tooltip for “New tab” button
  • The “Launch Configurations” sub-menu (under the Mac File menu) now updates dynamically as launch configurations are added and removed.
  • Find bar is able to match double-width unicode characters, including CJK and emojis.
  • Fixed a crash that could occur when pasting a command in the workflow editor

2023.06.20 (v0.2023.06.20.08.04)

New features
  • You can now bring the power of your Powerlevel10k (P10K) prompt to Warp! For best results, you’ll need the latest version of P10K; see their GitHub page for upgrade instructions
  • Right-side prompts are now supported in Zsh and fish!
  • Warp AI commands can now be executed as workflows.
Bug fixes
  • Clicking on an inactive Warp window now focuses the underlying pane correctly.

2023.06.08 (v0.2023.06.13.08.03)

New features
  • Added a settings page for our upgraded referral system--we’ve added new swag options.
  • Right-click a highlighted file path to open a context menu that now supports showing the file in Finder
  • The Command Palette can now search through Warp sessions, actions and launch configurations
Bug fixes
  • The completions menu now supports fish abbreviations
  • Fixed an issue where certain aliases would be incorrect after expansion.
  • Fixed command search to ignore the extra whitespace before and after the search query
  • Restored background Blocks no longer create blank history entries
  • Fixed an issue where enabling the “Open completions as you type” setting could sometimes break path completions
  • Fixed an issue where Zsh could fail to bootstrap when $PATH is an a bad state
  • Fixed issue where Warp’s bootstrap logic could leak into Zsh’s history
  • Fix issue with properly underlining when hyperlinks are in lists or span across multiple lines

2023.06.01 (v0.2023.05.30.08.03)

New features
  • Right-clicking the New Tab (+) button opens a context menu to select saved Launch Configurations
  • Use Page Up (PG-UP) and Page Down (PG-DOWN) in the Command Palette for faster navigation
  • Added support for Zed as a default code editor
  • Referral counts have been updated to only include referrals who’ve onboarded onto (actually tried) Warp
Bug fixes
  • Warp’s hotkey window (Quake Mode) now properly retains its size
  • Fixed issue where command output would temporarily cutoff when resizing Warp.
  • Fixed the Sticky Command Header covering content for pager commands.
  • Fixed tabs showing stale text when being renamed.
  • Clicking a Mac menu bar item that has a sub-menu no longer incorrectly closes the menu
  • Warp now automatically focuses the shortcut search bar when the keyboard shortcuts pane is opened (CMD-/)
  • Fixed regression where Warp’s native prompt no longer showed the virtual environment

2023.05.25 (v0.2023.05.23.08.05)

Bug fixes
  • Improved shell startup performance after a system restarts for users with Xcode installed
  • Fixed issue with Warpifying a pipenv shell subshell from zsh
  • Fixed issue with updating the git status prompt indicator in remote subshells

2023.05.18 (v0.2023.05.18.01.08)

New features
  • Warp now supports subshells in Zsh, Bash, and fish for a better experience with Docker, GCP, Poetry, and more. Configure which commands you’d like to “Warpify” under Settings > Subshells
Bug fixes
  • Fixed an issue with Warp's completions when using flags that start with a single dash e.g. -namespace
  • Fixed an issue with Synchronized Inputs where switching from alt-screens focused on the incorrect terminal session
  • Fixed an issue where command history suggestions could cause Synchronized Inputs to get out of sync

2023.05.11 (v0.2023.05.09.08.03)

New features
  • Warp now sends the output of background shell processes into new (distinct) Blocks--separate from user generated Blocks.
  • Synchronize (broadcast) input across multiple panes in a single tab or multiple tabs (Mac Menu > Edit > Synchronize Inputs or Synchronize within the Command Palette)
  • Added option to enable (disabled by default) an audible terminal bell (Settings > Features > Terminal or “Enable/Disable Audible Terminal Bell” within the Command Palette)
  • Now opens new windows with the same position and size of the most recently closed window (if there is one)
  • Fish aliases are now supported in the completions menu
Bug fixes
  • Support for SHIFT-UP and SHIFT-DOWN within alt-screen editors
  • Fixed incorrect alt-screen scrolling behavior when scroll reporting is enabled
  • SHIFT-TAB now (correctly) sends the ANSI (backward-tab) escape sequence (for Vim and NeoVim)
  • SSH wrapper now also loads your /etc/profile and supports login-like prompts and interactions like printing the message of the day (MOTD)

2023.05.04 (v0.2023.05.02.08.03)

New features
  • Indicate when Warp is downloading an update in Settings > Account > About Warp
  • Support alias expansion for bash/zsh aliases

2023.04.27 (v0.2023.04.25.08.05)

New features
  • Support for Fish abbreviations
  • Right-click within the Input Editor to open a context menu where you can split panes, etc.
Bug fixes
  • Starting a command with whitespace in the Workflow creation dialog no longer breaks its argument parser
  • Fixed a bug when commands were aliased to comm because of a naming clash with Warp's wrapper
  • Cut word left (CTRL-W) and Cut word right (OPT-D) now use the shell clipboard instead of the system clipboard

2023.04.13 (v0.2023.04.11.08.03)

New features
  • Navigation by subword within the Input Editor with CTRL-OPT-LEFT and CTRL-OPT-RIGHT
  • View prior Warp AI questions using the UP arrow even after the transcript is cleared
Bug fixes
  • Fixed a bug in proxied SSH while not on the default shell
  • Background blur now also applies to windows that are opened via drag-and-drop from Finder
  • The Sticky Command Header no longer cuts off text for pagers

2023.04.06 (v0.2023.04.04.08.03)

New features
  • The position of the input and direction of the terminal output are now configurable. You can start the input at the top and have it move down as new commands are run (to clear the screen and reset the position press CTRL-L, CMD-K or type clear). Or you can keep the input pinned to the top of the pane and have terminal outputs flow in reverse order. Settings are available under Settings > Appearance > Input Position
  • Added a button for “jumping to the bottom” of the currently hovered Block to make it easy to get to the bottom of an output. Configurable with a setting under Settings > Appearance > Blocks
  • Warp AI transcripts can now be navigated via keyboard (UP / DOWN arrows)
  • Added a right-click context menu in the alt-screen (that still respects mouse reporting and SGR_MOUSE)
  • Warp AI's past prompts can be accessed via UP (arrow)
  • CMD-ENTER within Warp AI now inputs the selected command into the Input Editor
Bug fixes
  • Workflows can now be searched by their description in Command Search
  • Consolidated “Ask Warp AI” keybindings into one
  • Fixed an issue causing “Move cursor by word” and “Select left/right by word” to not work if “Left/Right Option key is Meta” is enabled
  • Can now unset cursor navigation bindings within an executing command

2023.03.30 (v0.2023.03.28.08.03)

New features
  • Warning if a known-incompatible custom prompt is detected
  • Keybindings for cursor navigation in REPLs and subshells, e.g. ⌥←, ⌥→, ⌥⌫, ⌘←, ⌘→, ⌘⌫, ⌘fn⌫
Bug fixes
  • Fixed an issue where an input suggestion tooltip could overflow outside the visible window
  • Fixed keybinding conflict with Warp AI
  • Fixed completion and syntax highlighting when local paths contain separators, not in the prefix

2023.03.23 (v0.2023.03.21.08.02)

New features
  • Added VSCode Insiders as a supported code editor
  • Added completions for pnpm.
Bug fixes
  • Fixed an issue where AI command results with multiple commands would all render on the same line
  • The configurable width of Universal Search is now persistent (doesn’t reset to default in new sessions).
  • “Copy Prompt” now correctly respects your PS1 prompt, if enabled
  • Fixed automatic command corrections for cargo.

2023.03.20 (v0.2023.03.14.08.03)

New features
  • Added support to configure which shell Warp should use when starting a terminal session. Configurable under Settings -> Features -> Session.
  • Tabs can now be renamed via mouse double-click.
Bug fixes
  • Launch configuration templates now support use of ~ in the cwd field.
  • Double-clicking a button/tab in the title bar no longer resizes the whole window.
  • Context menus in the blocklist are now more pronounced and easier to dismiss by clicking.
  • Increased the clickable area of small search boxes.
  • A keyboard shortcut can now be registered to clear all blocks.
  • Fixed some locale-related issues due to use of LC_ALL environment variable.
  • Xterm escape code OSC 4 (“change color”) no longer crashes the app when it appears in PS1.
  • Fixed a crash that occurs when resizing windows after dismissing a notification banner.
  • Fixed crash that occurs if you unset the keybinding for the keyboard shortcuts side panel.
  • Added Warp AI to resource center.

2023.03.16 (v0.2023.03.07.08.02)

New features
  • Introducing Warp AI ⚡ Get explanations for errors and outputs, ask for help with complicated workflows and scripts, easily execute suggested commands, all without leaving Warp!

2023.03.09 (v0.2023.03.07.08.02)

New features
  • Added support for clearing a keybinding for an action 2300.
  • Added support for showing/hiding Warp windows with a system-wide Activation hotkey 2585.
  • Improved scroll speed for Sidebar menu 'Warp Essentials'/'Keyboard Shortcuts' 2673.
  • Users may now set a custom keybinding to open the completions menu.
  • Enabling/disabling mouse reporting is no longer bound to CMD-R by default.
  • Toggling mouse reporting enabled shows a banner.
Bug fixes
  • Fixed SSH wrapper hanging forever when SSH host is Arch Linux with the latest bash package 2636.
  • Fixed Bash commands having escape codes in the last 20 characters producing incorrect output.
  • Fixed a bug with bash prompt expansion on recent macOS versions.

2023.02.28 (v0.2023.02.28.08.03)

New features
  • Warp now suggests a URL for creating a GitHub PR on git push.
  • Command Search and Workflow menus are now horizontally resizable.
Bug fixes
  • Fixed a bug where Warp doesn’t correctly Auto-Raise.
  • Fixed issue where formatting is lost when pasting into nano.
  • Fixed issue where Warp doesn’t detect process termination when exiting info.
  • Fixed a bug with bash prompt expansion not working on v4.4 or earlier.
  • Fixed a bug where profile pictures don’t show in the Account menu.
  • Fixed Syntax Highlighting and Error Underlining’s handling of multi-byte characters.
  • Fixed issue where 'Checking for Update’ doesn’t reflect the current status.

2023.02.23 (v0.2023.02.21.08.03)

New features
  • Support for configuring the initial working directory for new sessions. New tabs/windows/split panes can have separate configurations, or you can set one value for all new sessions.
Bug fixes
  • Warp now supports syntax highlighting and error underlining for multi-line inputs with multibyte characters
  • Fixed a bug where the update status in Warp’s About Section was incorrect.
  • Improved GPU memory consumption when multiple windows are open.

2023.02.16 (v0.2023.02.14.08.05)

New features
  • Improved double-click selection. Double-clicking text now smart selects patterns like file paths, URLs, email addresses, etc. - 659
  • Warp can now be opened from Finder - 102
Bug fixes
  • Warp no longer hangs after exiting the alt-screen--having searched for text using Find.
  • The Block-list now scrolls to the correct position after returning from the alt-screen.
  • Clicking above the scroll-bar no longer (incorrectly) changes its scroll position.
  • The terminal cell dimensions now update immediately after modifying the Font size.
  • Hyperlinks no longer incorrectly highlight on hover when Warp is not focused.
  • The Input Method Editor (non-English keyboards) is now positioned correctly in the alt-screen and in running Blocks
  • When there are no windows open, clicking New Tab from the Mac menu will create a new window

2023.02.09 (v0.2023.02.07.08.03)

Bug fixes
  • Warp now sets the Mac window title; right-clicking on the dock icon will show the name of the active tab.
  • Fixed a bug where navigating the theme picker with the arrow keys would lead to a crash when no theme matches the search.
  • The Input Editor now refocuses correctly after clicking hyperlinks.
  • Custom keybindings incorporating the SPACE key now persist after closing Warp.
  • The Input Method Editor (non-English keyboards) now positions itself within the Input Editor

2023.02.02 (v0.2023.01.31.08.08)

2023.01.26 (v0.2023.01.24.08.03)

New features
  • Warp can now dim inactive terminal panes, navigate to Settings > Appearance > Panes > Dim inactive panes
Bug fixes
  • Fixed crash when selecting multiple occurrences of multi-byte characters using CTRL-G

2023.01.19 (v0.2023.01.17.08.03)

New features
  • The current Git branch can now be copied using the Command Palette (CMD-P)
Bug fixes
  • Fixed bug where some keybinding actions would be applied to the wrong terminal pane.
  • Warp now checks the input values for font size and line height and ignores them if they are too small or large
  • The missing update permissions banner, can now be dismissed
  • Fixed a rare crash when closing panes created by a launch configuration

2023.01.12 (v0.2023.01.10.08.02)

New features
  • Support setting window background transparency and blur radius, via sliders under Settings > Appearance
  • Revamped resource center! Click the Warp icon in the top right to see keyboard shortcuts and learn how to best use Warp
  • Quit modal: Quitting or closing Warp while a session is running triggers a warning prompt–that also lets you view which sessions are running
  • Added a toggle to disable cursor blinking
Bug fixes
  • Can now support completions that have escaped paths
  • Can now support background images with paths that start with ~
  • Can now properly restore a Warp window’s position when using multiple monitors
  • Commands from restored sessions run on the local machine no longer appear in the SSH server’s history
  • Fixed issues SSHing into RHEL/Fedora machines with PackageKit-command-not-found installed
  • Fixed incorrect handling of -> as the user's prompt
  • Fixed ls completions when using the --color option

2023.01.05 (v0.2023.01.03.08.03)

Bug fixes
  • Trailing periods are no longer considered part of a URL.
  • Fixed regression where the "autocomplete symbols" setting was not being respected.

2022.12.15 (v0.2022.12.13.08.04)

New features
  • You can now reorder and drag tabs around with your mouse!
Bug fixes
  • The welcome Block now also works when using Fish shell.
  • AI Command Search no longer crashes from multi-byte characters when opened via the # prefix
  • Warp no longer crashes when starting a new session in a deleted or inaccessible directory
  • Resolved rendering bugs and hangs in full-screen applications like 'k9s' and 'less'.
  • Added a login failure notification.

2022.12.06 (v0.2022.12.06.08.03)

New features
  • Users may now opt out of telemetry (app analytics and crash reporting)
  • Added 'Tail Warp network log' workflow for viewing logs of all app network activity.
Bug fixes
  • Full-screen CLI commands like mitmproxy now correctly span the entire view.
  • Improved styling and organization of Features page in settings.
  • Completions While Typing menu closes while generating new results.
  • Added a hidden completion result for root dir.
  • Warp now consumes less memory when a session has many blocks.
  • Fixed an issue over SSH where logs were being inserted into input.

2022.12.02 (v0.2022.11.29.08.03)

New features
  • Users may now opt out of telemetry (app analytics and crash reporting)
  • Added 'Tail Warp network log' workflow for viewing logs of all app network activity.
Bug fixes
  • Mitigated an issue where running a command over SSH would emit spurious output (specifically, 'channel: open failed' statements) in a block.

2022.12.01 (v0.2022.11.29.08.03)

New features
  • Warp now supports using the find bar within the alt-screen! CMD-F now opens find within vim, less, and other alt-screen apps!
Bug fixes
  • Respect symlinks in Warp configuration directories (for themes and workflows).
  • Fixed unwanted text appearing in the Input Editor when RPROMPT is set
  • Fixed the emoji composer not working properly.
  • Fixed a crash that could occur when using the Unicode Hex Input keyboard.
  • Fixed escape binding not closing the resource center
  • Move Backward/Forward One Word bindings can now be overridden.
  • Fixed crash when hovering over multiple byte text within the Input Editor
  • Fixed “command not found: sed” and “command not found: tr” issues with the SSH wrapper.
  • Fixed issue where tab completions and command search could be visible at the same time.

2022.11.15 (v0.2022.11.14.14.55)

New features
  • Command Search: Ctrl-R opens a panel where you can search your history, workflows, and other command execution-related items, all in one place.
  • Sticky command header: Warp now pins the prompt/command section of a Block to the top of the screen; click it to scroll to the top of the Block. Can be toggled via Settings > Features > Show Sticky Command Header
  • Warp’s Input Editor now supports soft wrapping; long commands are now fully visible!
Bug fixes
  • Warp now sets the TERM_PROGRAM environment variable correctly in wrapped SSH sessions.

2022.11.10 (v0.2022.11.08.08.07)

New features
  • Warp now offers Command Corrections! Warp will suggest corrections for errors in previous console commands
  • Warp now also detects invalid file paths -- they are underlined red when error underlining is enabled
  • Added a toggle in Settings > Appearance to configure whether and how Warp enforces minimum contrast
Bug fixes
  • Fixed an issue where toggling the default prompt would not update it immediately
  • Improved positioning of the TAB completions menu when using split panes

2022.11.03 (v0.2022.11.01.08.03)

New features
  • Warp's prompt now shows the number of modified files on your local git branch! Search "changed file count" in the Command Palette or right-click the Prompt to toggle.
Bug fixes
  • Dim-styled colors are now restored properly.

2022.10.27 (v0.2022.10.25.08.06)

Bug fixes
  • Fixed a bug when hovering over hover icons

2022.10.20 (v0.2022.10.18.08.10)

Bug fixes
  • Modifying the mouse and scroll reporting settings now applies immediately
  • Fixed cursor not blinking when starting a shell instance
  • Fixed temporarily flashing the wrong prompt while Warp is still bootstrapping
  • Removed duplicate entry for toggling error underlining and syntax highlighting within the Command Palette

2022.10.13 (v0.2022.10.11.08.13)

New features
  • Warp’s Input Editor now has Syntax Highlighting and Error Underlining, with no configuration!
  • Warp now uses a pointer cursor when hovering over links
Bug fixes
  • Git branches in the completions menu now bold correctly
  • Warp no longer crashes when /bin/bash is missing

2022.10.06 (v0.2022.10.04.08.05)

New features
  • Drag and drop a folder or file onto the Warp dock icon to open a new tab in this directory
  • Added dividers between Blocks in compact mode
  • Shell keywords are now supported for completions and Command Inspector
Bug fixes
  • Accessibility support for context menu keybinding
  • Keystrokes typed while a command is still executing no longer gets dropped
  • Link recognition no longer includes trailing quotes
  • Find search results will continue to be highlighted after clearing the screen during a long running command
  • Fixed completions for commands prefixed with environment variables
  • Warp’s resource center is now center aligned

2022.09.29 (v0.2022.09.27.08.11)

New features
  • Extend the currently selected text (within Blocks) with SHIFT-LEFT, SHIFT-RIGHT, SHIFT-UP, and SHIFT-DOWN
  • Double-click and drag to select text in the Input Editor
  • Insert the last word of the previous command with META-.
  • Added a toggle to enable mouse and scroll reporting to the settings dialog (Settings > Features)
Bug fixes
  • The clear command no longer appears in the snackbar at the top of the window
  • Warp’s completions now support executables in remote sessions (no longer just bash)
  • Fixed subcommand completions for commands with proper prefixes of each other (e.g. npm r and npm run)
  • The completion spec for lsd now supports files

2022.09.22 (v0.2022.09.20.08.08)

New features
  • After selecting a Block press CTRL-M to open its context menu
  • Commands in the tab completions menu and history menu can now be executed directly with CMD-ENTER
  • Completions now support shell builtins, git aliases, and also npm aliases
Bug fixes
  • Command Palette now includes the most useful features at the top
  • Improved flag completions for cargo

2022.09.15 (v0.2022.09.13.08.15)

New features
  • Warp Resource Center - explore Warp features and documentation by clicking the ? icon or pressing SHIFT-CTRL-?
  • New icons in the completion menu denoting flags, folders, branches, etc.
Bug fixes
  • Press CMD-ENTER within the history menu (CTRL-R) to directly execute the highlighted command
  • Fixed crash when opening many tabs (due to MacOS’s default open file descriptor limits)
  • Fixed crash when laying out RTL text

2022.09.08 (v0.2022.09.07.14.56)

New features
  • Global hotkey window can now float above full-screen apps
  • Tabs can now have their color customized (via right-clicking on a tab)
  • Terminal line height is now configurable (via Settings > Appearance)

2022.09.01 (v0.2022.08.31.18.11)

New features
  • Tab completions now support fuzzy string matching
  • Improve completions for over 450 commands, including docker, kubernetes, cargo, node, and git
Bug fixes
  • 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
  • Fixed Find occasionally returning only partial results
  • Fixed occasional crash when loading images
  • Fixed display issue in the Mac Menu for keyboard shortcuts with special keys

2022.08.25 (v0.2022.08.23.08.06)

New features
  • Experimental feature: support for always-on completions — the completions menu can now open automatically while typing (enable via Settings -> Features)
Bug fixes
  • Custom tab titles no longer get overwritten when using multiple panes
  • A Block’s execution duration is now formatted in hours, minutes, and seconds
  • Improved rendering of the ‘Current session’ text in the Navigation Palette
  • Warp properly hides the cursor when a CLI sends the respective escape sequence
  • Warp stays focused (keyboard-interactive) after closing the Share Block menu and the context menu
  • Warp no longer lags when the Ctrl-R menu is opened
  • Confirming a tab suggestion appends a space to the buffer

2022.08.18 (v0.2022.08.16.10.16)

New features
  • Launch Configurations - Save a configuration of windows, tabs, and panes to open later with CTRL-CMD-L
  • Session Navigation - Navigate to any session in Warp with SHIFT-CMD-P
  • Added exclusive theme for users who joined Warp through a referral
Bug fixes
  • Prompt now shows Git SHA instead of HEAD when you’re not on a branch
  • Filepath completions now include current directory ('.') and parent directory ('..')
  • Support SHIFT-HOME and SHIFT-END keybindings to select text to line start and end.
  • Items in the Command Palette now highlight when you hover over them with your mouse
  • Improved how Warp cleans up the warptmp directory for Zsh SSH sessions
  • Already open dropdown menus are now properly closed when clicked
  • Warp no longer crashes when dragging a window that’s running htop
  • Warp no longer crashes when the find bar is open

2022.08.10 (v0.2022.08.08.09.21)

New features
  • Can now Middle-click a tab to close it
  • Added additional tab reordering options (Close: tab, other tabs, and tabs to the right) via the Mac Menu, the Command Palette, and a tab’s context menu (right click)
Bug fixes
  • Added a toggle to the Mac Menu for maximizing panes
  • Can now switch panes using keyboard shortcuts even when a pane is maximized
  • Add support for opening file paths with RubyMine, PhpStorm, and WebStorm
  • Fixed crash when highlighting links
  • Fixed issue where the HISTCONTROL environment variable was ignored in bash
  • Pressing CTRL-R to open history search no longer crashes Warp when you have multiple cursors

2022.08.03 (v0.2022.08.01.09.12)

New features
  • Updated Mac menus to make Warp actions more discoverable -