From 042264dd1b2b5810540b373263f31001f2143e50 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Mon, 23 Dec 2024 21:49:10 -0800 Subject: [PATCH] add ROADMAP.md (#1616) --- ROADMAP.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 000000000..291d41b20 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,40 @@ +# Wave Terminal Roadmap + +:::info +This roadmap outlines major upcoming features and improvements for Wave Terminal. As with any roadmap, priorities and timelines may shift as development progresses. + +Want input on the roadmap? Join the discussion on [Discord](https://discord.gg/XfvZ334gwU). +::: + +## v0.11 + +Targeting a release during the week of Jan 13th 2024, betas possible at the end of the prior week. + +Legend: ✅ Done | 🔧 In Progress | 🔷 Planned | 🤞 Stretch Goal + +- 🔷 File/Directory Preview improvements + - 🔷 Remote S3 bucket browsing (directory + files) + - 🔷 Drag & drop between preview blocks + - 🔷 Drag into a preview directory from the native file browser or desktop to copy a file + - 🔷 EC-TIME timeout when transferring large files + - 🤞 log viewer + - 🤞 binary viewer +- 🔷 Wave Apps (Go SDK) +- 🔷 Fixes for reducing 2FA requests on connect +- 🔷 Frontend Only Widgets, React + Babel Transpiling in an iframe/webview +- 🔧 WebLinks in the terminal working again +- 🔧 Search in Web Views +- 🔷 Search in the Terminal +- 🔷 Custom init files for widgets and terminal blocks +- 🔷 Multi-Input between terminal blocks on the same tab +- 🔧 Gemini AI support +- 🔷 Monaco Theming +- 🤞 Log Viewer (stretch) +- 🤞 Blockcontroller fixes for terminal escape sequences +- 🤞 Explore VSCode Extension Compatibility with standalone Monaco Editor (language servers) +- 🔷 Various Connection Bugs + Improvements +- 🔧 More Connection Config Options + +## Future Releases + +Check back soon for longer-term roadmap items.