mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 12:41:55 +08:00
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# Roadmap
|
|
|
|
The roadmap is a living document and is subject to change. If you have any
|
|
suggestions, please open an issue. Each milestone will have a set of goals that
|
|
we are aiming to achieve. These are subject to change.
|
|
|
|
## Alpha milestones
|
|
|
|
|
|
### Alpha 2
|
|
|
|
#### Goals
|
|
|
|
Alpha 2 aims to introduce [Taskfile](https://taskfile.dev) support. This will
|
|
allow us to have a single, extensible build system that works on all platforms.
|
|
We also want to get all examples working on Linux.
|
|
|
|
#### Status
|
|
|
|
- [ ] All examples working on Linux
|
|
- [ ] Init, Build, Dev & Package commands
|
|
|
|
|
|
- :material-check-bold: - Working
|
|
- :material-minus: - Partially working
|
|
- :material-close: - Not working
|
|
|
|
{{ read_csv("alpha2.csv") }}
|
|
|
|
### Alpha 1
|
|
|
|
#### Goals
|
|
|
|
Alpha 1 is the initial release. It is intended to get feedback on the new API
|
|
and to get people experimenting with it. The main goal is to get most of the
|
|
examples working on all platforms.
|
|
|
|
#### Status
|
|
|
|
- :material-check-bold: - Working
|
|
- :material-minus: - Partially working
|
|
- :material-close: - Not working
|
|
|
|
{{ read_csv("alpha1.csv") }}
|