5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 12:19:18 +08:00

Merge pull request #4238 from blinkinglight/v3-alpha-chore/beta-readiness

Update BETA_READINESS.md
This commit is contained in:
Lea Anthony 2025-04-25 23:19:24 +10:00 committed by GitHub
commit 0c14b208b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,42 +7,42 @@ This document is for tracking the status of the v3-alpha branch in readiness for
| Example | Linux | Windows | macOS |
|--------------------|-------|--------------------------------------------------|-------|
| badge | | ✅ | |
| binding | | ✅ | |
| cancel-async | | ✅ | |
| cancel-chaining | | ✅ | |
| clipboard | | ✅ | |
| context-menus | | ✅ | |
| dialogs | | ⚠️ custom icon not working | |
| dialogs-basic | | ⚠️ cancel crashes the app | |
| drag-n-drop | | ✅ | |
| environment | | ✅ | |
| events | | ✅ | |
| file-association | | ✅ | |
| frameless | | ✅ | |
| gin-example | | ✅ | |
| gin-routing | | ✅ | |
| gin-service | | ✅ | |
| html-dnd-api | | 🚫 | |
| ignore-mouse | | ✅ | |
| keybindings | | ✅ | |
| menu | | ⚠️ Hide/Unhide issue | |
| notifications | | ✅ | |
| panic-handling | | ✅ | |
| plain | | ✅ | |
| raw-message | | ✅ | |
| screen | | ✅ | |
| services | | ⚠️ KV needs refreshing after save | |
| show-macos-toolbar | | | |
| single-instance | | ✅ | |
| systray-basic | | ✅ | |
| systray-custom | | ✅ | |
| systray-menu | | ⚠️ Check systray.Hide/Show | |
| video | | ✅ | |
| window | | ⚠️ SetPos 0,0 is going to 5,0. GetPos is correct | |
| window-api | | ✅ | |
| window-call | | ✅ | |
| window-menubar | | ✅ | |
| wml | | ✅ | |
| binding | | ✅ | |
| cancel-async | | ✅ | |
| cancel-chaining | | ✅ | |
| clipboard | | ✅ | |
| context-menus | | ✅ | 🚫 panic |
| dialogs | | ⚠️ custom icon not working | ⚠️ |
| dialogs-basic | | ⚠️ cancel crashes the app | |
| drag-n-drop | | ✅ | |
| environment | | ✅ | |
| events | | ✅ | |
| file-association | | ✅ | |
| frameless | | ✅ | ⚠️ minimise for 3 not working |
| gin-example | | ✅ | |
| gin-routing | | ✅ | ⚠️ cant see difference from gin-example (copy/paste?) |
| gin-service | | ✅ | ⚠️ half buttons does nothing? ( getuserbyid ) |
| html-dnd-api | | 🚫 | |
| ignore-mouse | | ✅ | |
| keybindings | | ✅ | |
| menu | | ⚠️ Hide/Unhide issue | |
| notifications | | ✅ | ⚠️ nothing happens on button click |
| panic-handling | | ✅ | |
| plain | | ✅ | |
| raw-message | | ✅ | |
| screen | | ✅ | ⚠️ slider bubble drags window |
| services | | ⚠️ KV needs refreshing after save | ⚠️ update kv doesnt updates view on update value |
| show-macos-toolbar | | | |
| single-instance | | ✅ | |
| systray-basic | | ✅ | |
| systray-custom | | ✅ | |
| systray-menu | | ⚠️ Check systray.Hide/Show | |
| video | | ✅ | |
| window | | ⚠️ SetPos 0,0 is going to 5,0. GetPos is correct | |
| window-api | | ✅ | |
| window-call | | ✅ | |
| window-menubar | | ✅ | ⚠️ not sure what should happen in osx |
| wml | | ✅ | |
## Open Bugs
@ -61,4 +61,4 @@ This document is for tracking the status of the v3-alpha branch in readiness for
- [ ] [Port DLL Directory Initialisation](https://github.com/wailsapp/wails/pull/4207)
- [ ] Check if [this](https://github.com/wailsapp/wails/pull/4047#issuecomment-2814676117) needs porting.
- [ ] Update docs
- [ ] Add tutorials
- [ ] Add tutorials