Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Electron v1.2.7 发布,跨平台桌面应用开发工具

$
0
0

Electron v1.2.7 发布了,Electron.js 是 Github 发布跨平台桌面应用开发工具,基于 Web 技术。

本次发布改进如下:

  • Do not show default accelerators in menus other than application menu and window menu.#6385

  • Add capturePage method to WebContents class and <webview> tag. #6355

  • Add showHiddenFiles to dialog.showOpenDialog(options)'s properties#6431

  • Add app.getLoginItemSettings() and app.setLoginItemSettings(settings) APIs. #6375,#6444

  • Add accessibility-support-changed event and isAccessibilitySupportEnabled() method to app module. #6446

  • Fix session not saved on exit. #6411

  • Fix passing remote objects without constructor. #6369

  • Fix showing context menu and synchronous dialogs emitting unresponsive event. #6432

  • Fix value becoming null when passing the same Array for multiple times in remote module.#6442

  • Fix setting maximum/minimum size overriding minimum/maximum size. #6455

  • Fix edit menu in context menu of devtools not showing. #6459

macOS

  • Fix single key accelerator not working. #6370

  • Fix win.setBounds(bounds) API ignore maximum/minimum sizes. #6363

  • Fix the fullscreen button showing in frameless window on OS X 10.9. #6433

  • Fix transparent window having border on OS X 10.9. #6449

  • Fix crash when destroying tray icon from its context menu. #6448

Linux

  • Fix exception when calling console.log after relaunch. #6412

  • Fix menubar not hiding after entering fullscreen. #6429

  • Fix crash on startup. #6466

Windows

  • Add thickFrame option for BrowserWindow#6412

  • Add toolbar to BrowserWindow's type#6428

  • Fix transparent window not working when in maximized or fullscreen state. #6417

  • Fix shell.openExternal(url) not working with non-ASCII characters. #6436

下载地址:https://github.com/electron/electron/releases/tag/v1.2.7


Viewing all articles
Browse latest Browse all 44787

Trending Articles