mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 03:10:34 +00:00
Do not recommend Warp right now [release]
This commit is contained in:
@@ -39,7 +39,9 @@ public interface WarpTerminalType extends ExternalTerminalType, TrackableTermina
|
||||
|
||||
@Override
|
||||
default boolean isRecommended() {
|
||||
return true;
|
||||
// Right now, opening scripts is broken
|
||||
// Maybe this will be fixed at some point by Warp
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Vendored
+6
-1
@@ -1,2 +1,7 @@
|
||||
- Add automatic fallback to disable hardware acceleration on Linux when the graphics driver had issues
|
||||
- Fix password manager agent option not showing key list when used for git SSH auth
|
||||
- Fix password manager agent option not working and not showing key list when used for git SSH auth
|
||||
- Fix rare concurrent modification exception on initial startup
|
||||
- Scripts and script categories can now be moved
|
||||
- The sample scripts category can now be deleted
|
||||
- Fix run script menu not showing nested categories
|
||||
- The latest Warp Terminal update broke opening scripts. It is currently unusable and is marked as not-recommended anymore
|
||||
|
||||
Reference in New Issue
Block a user