@twlite
Since 0.1.4 was published on Jan 11, a few meaningful changes have landed on main, I think it's a good time to publish.
By the way, I noticed the Linux platform packages (e.g. @webviewjs/webview-linux-x64-gnu) don't exist on npm yet. If the OIDC setup requires the package to exist first, a dummy release or manual first publish might be needed. Just flagging this in case.
Give a brief overview of the changes:
Linux desktop support + CI (#25, #26) — new platform
window menu API — new feature
BrowserWindow.setSize() (#35) — new API
And I noticed there are some unmerged changes here, I think they are really useful:
Add getSize/setPosition/getPosition + logical/physical mode + open_file_dialog() + setMin/MaxSize() (#38, #36, #39) — new API
Are there any blockers for a new npm release? If everything looks good, could you publish 0.1.5 or 0.2.0?
Happy to help if anything needs to be done on my side.
@twlite
Since 0.1.4 was published on Jan 11, a few meaningful changes have landed on main, I think it's a good time to publish.
By the way, I noticed the Linux platform packages (e.g.
@webviewjs/webview-linux-x64-gnu) don't exist on npm yet. If the OIDC setup requires the package to exist first, a dummy release or manual first publish might be needed. Just flagging this in case.Give a brief overview of the changes:
Linux desktop support + CI (#25, #26) — new platform
window menu API — new feature
BrowserWindow.setSize() (#35) — new API
And I noticed there are some unmerged changes here, I think they are really useful:
Add getSize/setPosition/getPosition + logical/physical mode + open_file_dialog() + setMin/MaxSize() (#38, #36, #39) — new API
Are there any blockers for a new npm release? If everything looks good, could you publish 0.1.5 or 0.2.0?
Happy to help if anything needs to be done on my side.