Arduino 歷史舊版本 Page4

最新版本 Megacubo 17.4.5 (64-bit)

Arduino 歷史版本列表

開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。最有趣的功能是:等待新的 arduino-builder這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一... Arduino 軟體介紹


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

更新時間:2023-12-21
更新細節:

What's new in this version:

Features:
- Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes

Fixed:
- an issue where font requests were incorrectly being sent to dev tools multiple times per resource
- child window opening in non-active macOS apps
- documentation of the default --inspect port
- save to file option not working in performance tab of devtools
- Prevent node mode to be used as script runner by other apps on macOS

Other Changes:
- Security: backported fix for CVE-2023-7024
- Security: backported fix for CVE-2023-6508

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

更新時間:2023-12-21
更新細節:

What's new in this version:

Features:
- Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes

Fixed:
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux
- Prevent node mode to be used as script runner by other apps on macOS

Other Changes:
- Security: backported fix for CVE-2023-7024
- Security: backported fix for CVE-2023-6508

Plex 1.84.1.4069 查看版本資訊

更新時間:2023-12-20
更新細節:

What's new in this version:

New:
- Account Settings: Added a requirement for new passwords to be different from the current password
- Add new privacy section in Account Settings and Edit Profile page
- Discover Credits: Improve roles displayed in “Movies & Shows in Media Libraries” hub
- Live TV: Added ability to add or remove channels from Favorites from hubs and details pages
- Search: Added ability to toggle Plex Channels favorite status from search results

Fixed:
- Discover Together: Change “Popular this week” to “Popular With Your Friends” in the activity feed
- Discover: Fixed an issue that could cause the wrong breadcrumb title to be displayed when navigating around Discover pages
- Don’t enforce user/library name capitalization in sidebar
- Fixed alignment of popular tracks when going back from play history
- Live TV: Fixed an issue that could cause managed users to see the wrong message when all tuners are in use
- TIDAL: Fixed a couple of issues around available actions when selecting multiple items
- [DVR] Fixed DVR channel mapping error message not shown
- [Downloads] Fixed the position of the download status icon in the metadata poster

Megacubo 17.3.4 (64-bit) 查看版本資訊

更新時間:2023-12-18
更新細節:

What's new in this version:

- HLS playback adjustments for the desktop version
- Improvements in performance and media playback
- Improvements in the search and tuning function, which internally affects several aspects
- Safer way to detect VOD in HLS
- Minor bugfixes and improvements

Megacubo 17.3.3 (64-bit) 查看版本資訊

更新時間:2023-12-06
更新細節:

What's new in this version:

Added:
- support for DASH.js
- the "All channels" option within "Live"

Fixed:
- a bug in redirects that caused some M3U8 transmissions to not be processed correctly
- a bug that caused favorites to disappear when clearing the cache manually

Improved:
- the "Debug credentials" option
- country/language detection

Plex 1.83.1.4061 查看版本資訊

更新時間:2023-12-05
更新細節:

What's new in this version:

New:
- [Live TV] Improve look and titles of Recent Channels hub items
- Added ability to remove multiple items from Continue Watching using multi-select
- [Account Settings] Focus password fields when clicking “Set Password”

Fixed:
- [Playback] Fixed inability to play media if disconnected from the internet
- [Cast & Crew] Fixed an issue that could cause a “Not Found” error to flash on screen when switching between Cast & Crew tabs and to and from the page
- [Console] Added text truncation to prevent logs from overflowing
- [Discover Credits] Prevent year and location from being truncated for credits with long roles
- [First Run] Set hidden Libraries as unpinned by default
- Fixed a rare edge case that could cause the list of episodes to not be displayed in a season details page
- Fixed an edge case that could cause hubs to not load all posters when jumping between PMS and Plex sources
- Fixed an issue that caused watched status actions to appear when selecting multiple collections or playlists
- Fixed page crash when loading DVR hubs or filtering on the Browse page
- Fixed play history item contrast
- Fixed wrong poster ratio and missing art in Recent Playlists hub grid view
- [Movies & Shows] Avoid showing “Loading…” text for Audio/Video/Subtitles when performing actions like toggling Watchlist status or changing audio/subtitle tracks
- Restored Record Label in Album detail pages
- [Streaming Services] Fixed an edge case in the selection UI that could cause a group to be expanded when unselecting a group above it
- [TIDAL] Fixed missing “Add to My TIDAL” action
- [Collections] Fixed collections page when reordering the play queue
- [Search] Increased search request timeout to 30 seconds

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

更新時間:2023-12-05
更新細節:

What's new in this version:

Breaking Changes:
- The BrowserWindow.getTrafficLightPosition() and BrowserWindow.setTrafficLightPosition() methods have been removed
- The app.runningUnderRosettaTranslation() method has been removed
- The ipcRenderer.sendTo() method has been removed
- The scroll-touch-{begin,end,edge} events have been removed
- Setting backgroundThrottling to false will disable frames throttling in the BrowserWindow for all WebContents displayed by it

Features:
Additions:
- Enabled ESM support
- For more details, see the ESM documentation
- The UtilityProcess API now supports ESM entrypoints
- Added several properties to the display object including detected, maximumCursorSize, and nativeOrigin
- Added support for ELECTRON_OZONE_PLATFORM_HINT environment variable on Linux

- In addition to enabling ESM support in Electron itself, Electron Forge also supports using ESM to package, build and develop Electron applications. You can find this support in Forge v7.0.0 or higher.

- Added API to help apps know when to avoid semitransparent backgrounds
- Added getWebRTCUDPPortRange and setWebRTCUDPPortRange APIs to specify UDP port range for WebRTC
- Added keyboardLock to ses.setPermissionRequestHandler(handler)
- Added mouse-enter and mouse-leave Tray events for Windows
- Added a generateTaggedPDF option to webContents.printToPDF() to allow generating tagged (accessible) PDFs
- Added a tabbingIdentifier property to BrowserWindow
- Added middle click mouse event to tray icon
- Added several properties to the display object including detected, maximumCursorSize, and nativeOrigin
- Added support for ELECTRON_OZONE_PLATFORM_HINT environment variable on Linux
- Added support for chrome.scripting extension APIs
- Added support for several more extensions manifest keys including host_permissions, author, and short_name
- Added the ability to send HTTP headers with webContents.downloadURL()
- Changed systemPreferences.getColor(name) to return an RGBA hex value (#RRGGBBAA) instead of a plain RGB (#RRGGBB) value
- Honor XDG dark theme preferences on Linux
- Improved compatibility with CommonJS modules in sandboxed preload scripts by passing dummy module.exports

Improved:
- Improved fork() and execve() performance for child_process API on Linux
- Fixed resizing performance issue on macOS
- Fixed opaque window performance regression on DWM
- Re-enabled partition alloc on macOS

Removed/Deprecated:
- The app.runningUnderRosettaTranslation property has been deprecated
- The gpu-process-crashed event on app has been deprecated
- The renderer-process-crashed event on app and crashed event on WebContents and <webview> have been deprecated

Fixed:
- Fixed an issue that prevented MessagePorts from being garbage collected when not referenced
- Fixed app incorrectly activating panel windows on macOS Sonoma
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux
- Fixed loading nested ESM dependencies in node_modules. Support the throwIfNoEntry option in fs.statSync/fs.lstatSync in asar files
- Fixed same-party cookie functionality for first party sets
- Use activateIgnoringOtherApps for focusing non-panels on macOS

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

更新時間:2023-11-30
更新細節:

What's new in this version:

Fixed:
- Backported fix for AVX related crashes on certain linux machines
- Fixed a potential issue with async_hook corruption in some error contexts
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux

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

更新時間:2023-11-30
更新細節:

What's new in this version:

Fixed:
- Backported fix for AVX related crashes on certain linux machines
- Fixed a potential issue with async_hook corruption in some error contexts
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux

Megacubo 17.3.2 (64-bit) 查看版本資訊

更新時間:2023-11-27
更新細節:

What's new in this version:

- Added languages: Punjabi, Indonesian, Bengali, Swahili, Telugu and Urdu
- Added option to copy URL from playing stream to clipboard
- Improved language+country detection
- Fixed compatibility with outdated webviews
- Improved memory usage
- Minor bugfixes and improvements