app v3.2.6 Release Notes

Release Date: 2018-09-26 // over 5 years ago
  • mac

    • The way to make a window translucent changed:
    win := app.NewWindow(app.WindowConfig{
      Title:             "frosted window",
      Width:             1024,
      Height:            720,
      TitlebarHidden:    true,
      FrostedBackground: true, // Enable translucent effect.
      URL:               "/MyCompo",
    })
    
    • ๐Ÿ—„ WindowConfig.Mac is deprecated.
    • ๐Ÿ—„ MacWindowConfig is deprecated.
    • ๐Ÿ—„ Vibrancy is deprecated.
    • ๐Ÿ—„ Vibrancy const are deprecated:
      • VibeNone
      • VibeLight
      • VibeDark
      • VibeTitlebar
      • VibeSelection
      • VibeMenu
      • VibePopover
      • VibeSidebar
      • VibeMediumLight
      • VibeUltraDark