diff --git a/website/blog/2021-11-06-v2-beta2-release-notes.mdx b/website/blog/2021-11-06-v2-beta2-release-notes.mdx index 77abcc9c..f7aa2483 100644 --- a/website/blog/2021-11-06-v2-beta2-release-notes.mdx +++ b/website/blog/2021-11-06-v2-beta2-release-notes.mdx @@ -38,6 +38,15 @@ I'm happy to announce that there's new runtime APIs specifically for this. It's feature-rich and supports multi-monitor configurations. There is also an improved dialogs API: Now, you can have modern, native dialogs with rich configuration to cater for all your dialog needs. +### Mac Specific Options + +In addition to the normal application options, Wails v2 for Mac also brings some Mac extras: + + - Make your window all funky and translucent, like all the pretty swift apps! + - Highly customisable titlebar + - We support the NSAppearance options for the application + - Simple config to auto-create an "About" menu + ### No requirement to bundle assets A huge pain-point of v1 was the need to condense your entire application down to single JS & CSS files. I'm happy to