# Tauri after 1.0
## 1.x
### Tao improvement
- Sync API with winit. Mostly keyboard input.
- Use DeviceEvent as global shortcut source and deprecate global shortcut feature.
### Mobile beta release
- Better tooling.
- Update android port on tao.
### Native window
- maintain egui plugin.
- evaluate iced. Probably blocked by tao improvement.
### Better Wayland support
### Cookie standpoint
## 2.0
### Evaluate a reasonable date for release
### Muda new menu API
- Deprecate tao's menu.
### Webkit2gtk
- Flatpak evaluation.
- Fix upstream custom URL scheme.
### Stream feature
- Blocked by custom URL scheme on Linux.
### IPC improvements
- Keep tauri::command macro and deprecate in v3
- Allow ergonomic registration of commands without macros
- FEATURE: One-time-commands
- Maybe not worth it alone, without the perf improvements?
[Context](https://github.com/tauri-apps/tauri/issues/3256)