GNS3 歷史版本列表 Page22

最新版本 GNS3 2.2.46

GNS3 歷史版本列表

GNS3 是一種模擬複雜網絡的軟件,盡可能接近真實網絡的執行方式,所有這些都沒有專用的網絡硬件,如路由器和交換機。它還可以用來實驗功能或檢查需要在實際設備上稍後部署的配置.在無風險的虛擬環境中構建,設計和測試您的網絡,並訪問最大的網絡社區來提供幫助。無論您正在學習第一次網絡考試還是建立全州電信網絡,GNS3 都可以輕鬆設計和構建任何規模的網絡,而無需硬件。而最好的部分是免費的!為什麼要使用 GNS... GNS3 軟體介紹


Electron 12.0.11 (64-bit) 查看版本資訊

更新時間:2021-06-10
更新細節:

What's new in this version:

Fixed:
- memory leak when requesting files in ASAR archive from renderer
- sending intermediate certificates with 'select-client-certificate' event callback
- shifted character getting changed in menu accelerator

TomTom HOME 2.21.17.420385 查看版本資訊

更新時間:2021-06-10
更新細節:

MiKTeX 21.6 查看版本資訊

更新時間:2021-06-08
更新細節:

Electron 13.1.1 (64-bit) 查看版本資訊

更新時間:2021-06-05
更新細節:

What's new in this version:

Fixed:
- crashes on latest gen Intel and Ryzen processors
- memory leak when requesting files in ASAR archive from renderer

Electron 13.1.0 (64-bit) 查看版本資訊

更新時間:2021-06-03
更新細節:

What's new in this version:

Features:
- Added experimental cookie encryption support behind an Electron Fuse
- Added support for debug URLs such as chrome://gpucrash

Fixed:
- missing 'fetch' event in service workers for requests using a registered protocol
- pressing Alt with mouse click results in toggling menu bar
- pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE

Other Changes:
- Backported fix for 1090441,1173656,1181434,118811
- Fixed using custom v8 snapshots on Apple Silicon
- Updated Chromium to 91.0.4472.77

Electron 12.0.10 (64-bit) 查看版本資訊

更新時間:2021-06-03
更新細節:

What's new in this version:

Fixed:
- drag and drop not working correctly for some x11 window managers
- missing 'fetch' event in service workers for requests using a registered protocol
- pressing Alt with mouse click results in toggling menu bar
- pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE

Other Changes:
- Fixed using custom v8 snapshots on Apple Silicon

Electron 11.4.8 (64-bit) 查看版本資訊

更新時間:2021-06-03
更新細節:

What's new in this version:

Fixed:
- will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor
- drag and drop not working correctly for some x11 window managers
- packaged apps allowing --require in NODE_OPTIONS on Windows

Other Changes:
- Fixed using custom v8 snapshots on Apple Silicon

Electron 13.0.1 (64-bit) 查看版本資訊

更新時間:2021-05-26
更新細節:

What's new in this version:

- Fixed SHA issue when creating a universal macOS build

Electron 13.0.0 (64-bit) 查看版本資訊

更新時間:2021-05-25
更新細節:

What's new in this version:

Stack Upgrades:
- Chromium 91.0.4472.69
- v91 blog post
- v90 blog post
- Node v14.17.0
- v14.17.0 release notes
- V8 v9.1
- v9.1 blog post
- v9.0 blog post

Breaking Changes:
- Fixed so window.open() parameter frameName is no longer set as window title
- Changed session.setPermissionCheckHandler(handler) to allow for handler's first parameter, webContents to be null

Features:
Additions:
- Added process.contextId used by @electron/remote
- Added process.contextIsolated property that indicates whether the current renderer context has contextIsolation enabled
- Added process.uptime() to sandboxed renderers
- Added roundedCorners option for BrowserWindow
- Added missing fields to the parameters emitted as part of the context-menu event
- Added new session.storagePath API to get the path on disk for session-specific data
- Added support for passing DOM elements over the context bridge
- Added support for registering Manifest V3 extension service workers.
- Added 'registration-completed' event to ServiceWorkers
- Added disposition, referrer and postBody to the details object passed to the window open handler registered with setWindowOpenHandler

Improvements:
- Additional permission checks are now routed through session.setPermissionCheckHandler. These include Notification.permission, and permission.query. Please note that the webContents parameter to the check handler can now be null
- Allowed skipping process type transformation in win.SetVisibleOnAllWorkspaces on macOS
- Reverted WebFrameMain.executeJavaScriptInIsolatedWorld()
- Made trafficLightPosition option work for customButtonOnHover window
- The submitURL option for crashReporter.start is no longer a required argument when uploadToServer is false
- Improved performance of napi_threadsafe_function

Removed/Deprecated
- Removed deprecated BrowserWindow extension APIs
- Removed deprecated shell.moveItemToTrash()
- Removed deprecated systemPreferences methods

Fixed:
- Fixed hiddenInset titleBarStyle's abnormal fullscreen titlebar. Fix hiddenInset titleBarStyle not working with trafficLightPosition option
- Fixed a use-after-free bug during shutdown when using off-the-record sessions
- Fixed an issue where contextBridge might incorrectly try to serialize some WebAssembly objects
- Fixed behavior of 302/303/307 redirect responses in the protocol module
- Made BrowserWindow.setWindowButtonVisibility work for window with customButtonsOnHover titlebar style
- Fixed a rare crash on boot
- Fixed permissions issue that was preventing the PDF viewer from displaying
- Fixed the possibility for incorrect visual artifacts when using vibrancy and making frameless windows fullscreen on macOS
- Fixed using vibrancy with titleBarStyle together resulting in weird window shadow on macOS
- Restored cross-platform noop implementation of app.setAppUserModelId
- Security: backported fix for chromium:1196683

Other Changes:
- Non-functional change; updates repository's issue template file
- Updated community discussions link in default Electron menu

Electron 12.0.9 (64-bit) 查看版本資訊

更新時間:2021-05-20
更新細節:

What's new in this version:

Fixed:
- will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor
- incorrect value of document.focus when opening multiple windows on macOS