Java Runtime Environment 歷史版本列表
Java Runtime Environment(JRE)允許您玩在線遊戲,與世界各地的人聊天,計算您的抵押貸款利息,並在 3D 中查看圖像,僅舉幾例。選擇版本:Java JRE 8 更新 152(32 位)Java JRE 9.0.1(64 位)選擇版本:內部網應用程序和其他電子商務解決方案是企業計算的基礎。 Java Runtime Environment 軟體介紹Java Runtime Environment (32-bit)Java Runtime Environment (64-bit)
更新時間:2021-01-20
更新細節:
What's new in this version:
-
- Have app ignore embedded color profile for rainbowCCrop image. Fixes Profile Editor crashing app on some systems
- Supports .BAT/.CMD batch scripts in specAction LaunchProgram. Contribution by mika-n
- Added Hebrew translation. Contribution by avsha114
- Corrected Touchpad Resolution Y Max for DS4 and DualSense
- Fixed crash when right click disconnect is done twice and GUI has not changed yet. More of a pre-caution than anything
- Gioteck VX4 gamepad support. Contribution by mika-n
- Fixed passthru panels showing up properly for Touchpad and Gyro
- Pushing half-baked controller options window
- Change DupBox placeholder text behavior
- Removed Parler link from About window for now. RIP Parler
- Now use device specific Gyro Mouse sensitivity values
- Decreased sensitivity of DualSense Gyro Mouse slightly
- Added placeholder help text for window title auto profile field
- Fixed window style for Updater window
- Allow Home LED to be disabled for Switch Pro and JoyCon
- Fixed app config loading. Stopped extra config saves on program launch from missingSetting being set unintentionally
- Added more white variation of images for use in Dark theme
- Make custom Bezier curve perform circular interpolation rather than per axis
- Use ControlService event dispatcher for synchronization on device unplug
- Fixed Gyro Mouse and Mouse Joystick Smoothing panels visibility in Profile Editor under certain scenarios
- Fixed a bug in autoProfile set Path handler. Contribution by mika-n
- Lowered default rumble emulation strength of DualSense controller
- Allow configurable rumble strength setting for DualSense controllers. Will likely change later
- Now use player LEDs on Switch Pro, JoyCon, and DualSense controllers. Used to display input device slot number
- Display input slot number in controller list
- Now sort main controller list by device index
- Changed output device pluging routine. Stop DS4Windows service if ViGEm device connect call fails
- Changed default dead zone for KBM profile templates
- Only output DS4 touchpad button click when in Passthru mode
- Make sure to refresh gyro mouse smoothing combobox indexes after loading from a preset
- Bundled DS4Updater 1.4.5
更新時間:2021-01-20
更新細節:
更新時間:2021-01-20
更新細節:
更新時間:2021-01-19
更新細節:
更新時間:2021-01-15
更新細節:
What's new in this version:
child_process:
- add 'overlapped' stdio flag
- support AbortSignal in fork
crypto:
- implement basic secure heap support
- fixup bug in keygen error handling
- introduce X509Certificate API
- implement randomuuid
doc:
- update release key for Danielle Adams
- add dnlup to collaborators
- add panva to collaborators
- add yashLadha to collaborator
http:
- set lifo as the default scheduling strategy in Agent
net:
- support abortSignal in server.listen
process:
- add direct access to rss without iterating pages
v8:
- fix native serdes constructors
更新時間:2021-01-12
更新細節:
What's new in this version:
- New: Special placeholders for extended technical info from FLAC: %_flac_md5% and MPEG: %_mpeg_copyright%, %_mpeg_protectection%, %_mpeg_original%, %_mpeg_private%, %_mpeg_emphasis%
- Improved: Speed up reading of tags from huge files
- Improved: Importing of titles for each media from Musicbrainz releases
- Changed: Scripting functions $greater and $longer no longer return true for equal values
- Fixed: Reading of ID3 chunks situated in the end of some lossless files larger than 4GB
- Fixed: Wrong selection of now played file when remove some files from list
更新時間:2021-01-05
更新細節:
What's new in this version:
Fixed:
CVE-2020-8265: use-after-free in TLSWrap (High):
- Affected Node.js versions are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.
CVE-2020-8287: HTTP Request Smuggling in nodejs (Low):
- Affected versions of Node.js allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling
更新時間:2020-12-31
更新細節:
What's new in this version:
- Put lock block in for DS4 USB output routine
更新時間:2020-12-26
更新細節:
What's new in this version:
- Updated App.config file with proper .NET Framework version
- Added support for mapping DualSense Mute button
- Fixed Dark theme crashing app in Windows 7. Removed Aero2 elements from Dark theme
- Disable apply button when creating a new profile. Further enforce current flow
- Added feature set check before generating CRC-32 output data
- Fixed theme style for SaveWhere window
- Corrected KeyDown and KeyUp images in Macro editor
- Split DS4HapticState to two structs. Separate force feedback data from lightbar color
- Added -command cycle cmd flag. Allows for an easy on/off shortcut without having to set any conditions. Contribution by wingfixer
- Changed AutoProfile EXE file extension check to be case-sensitive. Contribution by mika-n
- Added MinWidth back in Dark theme for combobox. Was removed with Aero2 tags
- Updated Russian translation file. Contribution by shikulja
- Don't display data write failure if device is known to be disconnecting. Hopefully eliminates excessive gamepad write failure log messages when Idle Disconnect is executed.
- Tweaked axis scaling to output Xbox 360 axis. Low end now can scale to 0 properly
更新時間:2020-12-23
更新細節:
What's new in this version:
- Extended support for AbortSignal in child_process and stream
- BigInt support in querystring.stringify()
- Additions to the C++ embedder APIs
- New core collaborator