All Versions
24
Latest Version
Avg Release Cycle
40 days
Latest Release
1576 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.2 Changes
November 29, 2020๐ Changelog
- โ Add
MessageBox
API. - ๐ Fix destroying
Tray
not removing the icon from status bar on macOS.
- โ Add
-
v0.9.1 Changes
October 31, 2020๐ Changelog
- ๐ Fix compilation error when building from source code on Windows.
-
v0.9.0 Changes
October 31, 2020๐ Changelog
- โ Add macOS arm64 build.
- โ Add Windows arm64 build.
- โ Add build for Node.js v15.x.
- โ Add
AttributedText.clear
API. - ๐ Fix text color of
Label
not changing after switching to/from dark mode on macOS.
๐ฅ Breaking changes
- โก๏ธ Update
base
library to latest (Sep 2020). - C++ APIs that take references of the arguments now take
scoped_refptr
instead of raw pointers as parameters.
โ Removed deprecated APIs
Painter.measureText
- Replaced byAttributedText.getBounds
.App.getColor
- Replaced byColor.get
.- 0๏ธโฃ
App.getDefaultFont
- Replaced byFont.default
. App.getClipboard
- Replaced byClipboard.get/fromType
.
-
v0.8.8 Changes
August 01, 2020Changelog
- โ Add
Tray.Remove
API.
๐ Windows
- ๐ Fix tray context menu not disappearing.
- ๐ Fix disabling view may not work.
- ๐ Fix window icon being blank.
- ๐ Fix measuring multiline text's bounds.
๐ง Linux
- ๐ Fix crash when creating tray.
- ๐ Fix measuring
Label
's size.
๐ macOS
- โ Add support for template image.
- โ Add
-
v0.8.7 Changes
July 26, 2020Changelog
- โ Add
Clipboard.on_change
event.
- โ Add
-
v0.8.6 Changes
June 20, 2020Changelog
- ๐ Fix binary sizes of Node.js modules being too large on Linux.
- โ Add
Separator
API. - โ Add
GifPlayer.SetScale/GetScale
APIs. - โ Add
Button.MakeDefault
API.
-
v0.8.5 Changes
June 11, 2020Changelog
- โ Add support for WebView2 on Windows.
-
v0.8.4 Changes
May 30, 2020Changelog
- ๐ Fix binary sizes being too large.
- ๐ Fix building libyue with VS 2019 with cmake.
- โ Add
Painter.Clear
API. - โ Add
Font.CreateFromPath
API. - โ Add
Window.SetSkipTaskbar
API. - โ Add
App.Set/GetActivationPolicy
APIs. - โ Add
App.Activate/Deactivate/IsActive
APIs.
-
v0.8.3 Changes
May 24, 2020Changelog
- ๐ Provide TypeScript definitions in releases.
- โ Add
AttributedText
class. - โ Add
Painter.drawAttributedText
API. - โ Add
Color.Get
API. - โ Add
Font.Default
API. - โ Add
Clipboard.Get/FromType
API. - ๐ Fix leak when getting text from
TextEdit
on Linux. - The Node.js module is now context-aware.
๐ Deprecated APIs
๐ Following APIs are deprecated and will be removed in next minor release:
Painter.measureText
App.getColor
- 0๏ธโฃ
App.getDefaultFont
App.getClipboard
-
v0.8.2 Changes
May 15, 2020Changelog
- ๐ Fix crash when doing garbage collection in event handlers in Lua bindings.
- ๐ Fix crash when switching tabs on Windows.