| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,35 @@ title: Release Notes | |||
| 4 | 4 | ||
| 5 | 5 | Download the latest build here: https://waveterm.dev/download | |
| 6 | 6 | ||
| 7 | + ### v0.7.3 - 05/01/2024 | ||
| 8 | + | ||
| 9 | + New sudo support, better theming and keybinding support, with a ton of performance and usability updates (almost 70 PRs have gone into this patch release). | ||
| 10 | + | ||
| 11 | + * **Sudo Support** - Seamless sudo support (configurable in settings) for local/remote machines. (will follow-up with detailed documentation) | ||
| 12 | + * Multi-level terminal theming support -- global, workspace, and per tab terminal themes (will follow-up with more detailed documentation) | ||
| 13 | + * Keybinding updates -- including ability to register custom commands | ||
| 14 | + * Light mode fixes and cleanup | ||
| 15 | + * k8s namespace/context added to the prompt | ||
| 16 | + * Block context menu with easy access to copy command and/or output, or easily minimize, delete, or restart commands | ||
| 17 | + * AI: customizable timeouts for AI connections | ||
| 18 | + * AI: cleaned up labels/names now that our AI integration is not tied to Chat-GPT (BYOLLM support) | ||
| 19 | + * UI: light mode fixes and cleanup | ||
| 20 | + * UI: restyled command input box (removed background color / outline) | ||
| 21 | + * UI: restyled some of the command input auxillary views to be more consistent | ||
| 22 | + * UI: new labels for dropdowns, correctly truncates longer values | ||
| 23 | + * UI: new native context menus for blocks and tabs for quicker access to some functionality | ||
| 24 | + * Internal: Ephemeral Command support to help drive background updates for the command prompt and future use for completions | ||
| 25 | + * Updated telemetry (fixed bug related to computer sleep, cut send time to 4-hours, added some additional metrics -- docs will be updated) | ||
| 26 | + * Bug fix: git branch now updates correctly for zsh users when running "git checkout" or "git switch" | ||
| 27 | + * Bug fix: known_hosts bug fixes | ||
| 28 | + * Bug fix: codeedit keybindings | ||
| 29 | + * Bug fix: fix inline text edit check/confirm button to correctly save input | ||
| 30 | + * Bug fix: no longer showing spurious ptmx error | ||
| 31 | + * Bug fix: fixed app crash on long command input | ||
| 32 | + * Performance: return new blocks faster to the UI cutting down on render latency | ||
| 33 | + * Updated Electron to v30 (and other dependency updates) | ||
| 34 | + * Other assorted bug fixes, cleanup, and performance improvements | ||
| 35 | + | ||
| 7 | 36 | ### v0.7.2 - 04/01/2024 | |
| 8 | 37 | ||
| 9 | 38 | Minor release, focused on zsh improvements, keybinding support (beta), and more light mode cleanup. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments