Skip to content

add ROADMAP.md #1616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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.
Loading