ALLPlayer 歷史版本列表 Page16

最新版本 ALLPlayer 8.9.5

ALLPlayer 歷史版本列表

ALLPlayer 可能是最流行的與匹配字幕看電影的節目。它播放所有已知的媒體格式,RAR 文件,而且還有一個實現的 LiveUpdate 功能來更新最新的編解碼器,如果打開電影文件時出現問題。該程序還自動搜索所有語言的匹配字幕。智能字幕將字幕保存在屏幕上一段時間,供您閱讀。 AVI Doctor 幫助你下載一個 torrent 文件並且想要預覽電影。與 AVI 醫生,你也可以修復損壞的文件。 ... ALLPlayer 軟體介紹


cURL 7.71.1 查看版本資訊

更新時間:2020-07-08
更新細節:

What's new in this version:

Bug-fixes:
- cirrus-ci: disable FreeBSD 13 (again)
- Curl_inet_ntop: always check the return code
- CURLOPT_READFUNCTION.3: provide the upload data size up front
- DYNBUF.md: fix a typo: trail => tail
- escape: make the URL decode able to reject only %00-bytes
- escape: zero length input should return a zero length output
- examples/multithread.c: call curl_global_cleanup()
- http2: set the correct URL in pushed transfers
- http: fix proxy auth with blank password
- mbedtls: fix build with disabled proxy support
- ngtcp2: sync with current master
- openssl: Fix compilation on Windows when ngtcp2 is enabled
- Revert "multi: implement wait using winsock events"
- sendf: improve the message on client write errors
- terminology: call them null-terminated strings
- tool_cb_hdr: Fix etag warning output and return code
- url: allow user + password to contain "control codes" for HTTP(S)
- vtls: compare cert blob when finding a connection to reuse

Bitwig Studio 3.2.4 查看版本資訊

更新時間:2020-07-03
更新細節:

What's new in this version:

Improvements:
- Better precision when drawing boolean/integer automation using the pencil tool

Fixes:
- Pencil tool no longer allows point selection/dragging for automation
- Fixed lots of issues auto-zooming/scrolling the pitch ruler when selecting time/clips in Arranger
- Follower RF Grid module: presets saved before 3.1 were missing their output connections
- Rare crashes when disconnecting some controllers from a project
- If a controller does not use MIDI to change parameters (e.g OSC or some other form of input) still allow it to be mapped in the mapping browser based on the logical controls it changes via the controller API
- Plug-ins can no longer steal focus whenever the mouse moves over the plug-in window (e.g., LiquidSonics Reverberate 2), but we eventually give in to avoid fighting over window focus forever.
- ASIO: Removing an output routing sometimes left non-silence in the output buffer
- Crash after starting the application in demo mode, then activating while in demo mode, and then switching Display Profile or activating the engine for a project

Opera GX 68.0.3618.191 (64-bit) 查看版本資訊

更新時間:2020-06-29
更新細節:

Opera GX 68.0.3618.186 (64-bit) 查看版本資訊

更新時間:2020-06-26
更新細節:

Bitwig Studio 3.2.3 查看版本資訊

更新時間:2020-06-25
更新細節:

What's new in this version:

Fixed:
- Note editor auto scrolls when dragging notes to easily making it too difficult to drop a note at the top or bottom keys
- Prevent using invalid input or output audio channels in case audio device channel count changes
- Doesn't allow adding an audio input or output in the preferences that would exceed the channel count of the device
- Crash when selecting audio clip and note clip with exactly the same properties and then changing fade settings in clip inspector (fade section should be hidden in that case)
- Show an error notification if user tries to start a second controller using the same MIDI inputs or outputs as another controller
- Fix various problems with controllers when starting them and some MIDI inputs were not possible to open (e.g when in use by another application)
- Doesn't show a window maximize button for windows where it doesn't make sense or where the OS would not do anything if you clicked it
- Controller API: CursorTrack.position() wasn't working since 3.2 beta 6
- Windows: if user sets the properties of the application to always open its windows maximized then don't allow the maximize to be applied to the login window or other windows that can't be resized
- Windows: installer was setting the default application window mode to maximized, which could cause strange problems during the login window when user is not activated

cURL 7.71.0 查看版本資訊

更新時間:2020-06-24
更新細節:

What's new in this version:

Changes:
- CURLOPT_SSL_OPTIONS: optional use of Windows' CA store (with openssl)
- Setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency
- Setopt: support certificate options in memory with struct curl_blob
- Tool: Add option --retry-all-errors to retry on any error

Bugfixes:
- *_sspi: fix bad uses of CURLE_NOT_BUILT_IN
- All: fix codespell errors
- Altsvc: bump to h3-29
- Altsvc: fix 'dsthost' may be used uninitialized in this function
- Altsvc: fix parser for lines ending with CRLF
- Altsvc: remove the num field from the altsvc struct
- Appveyor: add non-debug plain autotools-based build
- Appveyor: disable flaky test 1501 and ignore broken 1056
- Appveyor: disable test 1139 instead of ignoring it
- Asyn-*: remove support for never-used NULL entry pointers
- Azure: use matrix strategy to avoid configuration redundancy
- Build: disable more code/data when built without proxy support
- Buildconf: remove -print from the find command that removes files
- Checksrc: enhance the ASTERISKSPACE and update code accordingly
- CI/macos: fix 'is already installed' errors by using bundle
- Cirrus: disable SFTP and SCP tests
- CMake: add ENABLE_ALT_SVC option
- CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)
- CMake: add libssh build support
- CMake: do not build test programs by default
- CMake: fix runtests.pl with CMake, add new test targets
- CMake: ignore INTERFACE_LIBRARY targets for pkg-config file
- CMake: rebuild Makefile.inc.cmake when Makefile.inc changes
- CODE_REVIEW.md: how to do code reviews in curl
- Configure: fix pthread check with static boringssl
- Configure: for wolfSSL, check for the DES func needed for NTLM
- Configure: only strip first -L from LDFLAGS
- Configure: repair the check if argv can be written to
- Configure: the wolfssh backend does not provide SCP
- Connect: improve happy eyeballs handling
- Connect: make happy eyeballs work for QUIC (again)
- Curl.1: Quote globbed URLs
- Curl: remove -J "informational" written on stdout
- Curl_addrinfo: use one malloc instead of three
- CURLINFO_ACTIVESOCKET.3: clarify the description
- Doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
- Doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax
- Docs/HTTP3: add qlog to the quiche build instruction
- Docs/options-in-versions: which version added each cmdline option
- Docs: unify protocol lists
- Dynbuf: introduce internal generic dynamic buffer functions
- Easy: fix dangling pointer on easy_perform fail
- Examples/ephiperfifo: turn off interval when setting timerfd
- Examples/http2-down/upload: add error checks
- Examples: remove asiohiper.cpp
- FILEFORMAT: add more features that tests can depend on
- FILEFORMAT: describe verify/stderr
- Ftp: make domore_getsock() return the secondary socket properly
- Ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)
- Ftp: shut down the secondary connection properly when SSL is used
- GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT
- Hostip: make Curl_printable_address not return anything
- Hostip: on macOS avoid DoH when given a numerical IP address
- Http2: keep trying to send pending frames after req.upload_done
- Http2: simplify and clean up trailer handling
- HTTP3.md: clarify cargo build directory
- Http: move header storage to Curl_easy from connectdata
- Libcurl.pc: Merge Libs.private into Libs for static-only builds
- Libssh2: improved error output for wrong quote syntax
- Libssh2: keep sftp errors as 'unsigned long'
- Libssh2: set the expected total size in SCP upload init
- Libtest/cmake: Remove commented code
- List-only.d: this option existed already in 4.0
- Manpage: add three missing environment variables
- Multi: add defensive check on data->multi->num_alive
- Multi: implement wait using winsock events
- Ngtcp2: cleanup memory when failing to connect
- Ngtcp2: fix build with current ngtcp2 master implementing draft 28
- Ngtcp2: fix happy eyeballs quic connect crash
- Ngtcp2: introduce qlog support
- Ngtcp2: never call fprintf() in lib code in release version
- Ngtcp2: update with recent API changes
- Ntlm: enable NTLM support with wolfSSL
- OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN
- Openssl: set FLAG_TRUSTED_FIRST unconditionally
- Projects: Add crypt32.lib to dependencies for all OpenSSL configs
- Quiche: enable qlog output
- Quiche: update SSLKEYLOGFILE support
- Revert "buildconf: use find -execdir"
- Revert "ssh: ignore timeouts during disconnect"
- Runtests: remove sleep calls
- Runtests: show elapsed test time with higher precision (ms)
- Select: always use Sleep in Curl_wait_ms on Win32
- Select: fix overflow protection in Curl_socket_check
- Sendf: make failf() use the mvsnprintf() return code
- Server/sws: fix asan warning on use of uninitialized variable
- Server/util: fix logmsg format using curl_off_t argument
- Sha256: fixed potentially uninitialized variable
- Share: don not set the share flag it something fails
- Sockfilt: make select_ws stop waiting on exit signal event
- Socks: detect connection close during handshake
- Socks: fix expected length of SOCKS5 reply
- Socks: remove unreachable breaks in socks.c and mime.c
- Source cleanup: remove all custom typedef structs
- Test1167: fixes in badsymbols.pl
- Test1177: look for curl.h in source directory

Opera GX 68.0.3618.177 (64-bit) 查看版本資訊

更新時間:2020-06-19
更新細節:

Bitwig Studio 3.2.2 查看版本資訊

更新時間:2020-06-19
更新細節:

What's new in this version:

Fixes:
- When showing the Commander window ([CTRL]+[ENTER]), plug-ins and other windows are now temporarily hidden
- Pasting a time selection that spanned multiple track groups would only paste (or misplace) some of the data
- Dragging a multi-track time selection between two projects would sometimes only bring (or misplace) some of the data
- Moving a time selection to the end of an Arranger note clip in the Detail Editor Panel in Track mode could delete other notes
- When showing Expanded Device View, don't steal input focus from the application window
- Device parameters' default values were sometimes out of range
- Fix rare crashes that could happen when deactivating the audio engine for a project that contained plug-ins
- Rare crash when reshowing plug-in windows and a plug-in crashes
- VST3: fixed message allocation
- Values shown on controllers for choice style parameters could sometimes be wrong
- Windows: fixed some occasional audio engine crashes when unplugging a controller
- Double clicking a device in the side browser using touch screen loads wrong device
- HW instrument is sending CC controller for Pan in MPE mode
- Shortcut for toggle micro-pitch editing has no effect

rekordbox 6.0.2 查看版本資訊

更新時間:2020-06-17
更新細節:

What's new in this version:

Fixed:
- Sometimes unable to start rekordbox
- Unable to play or export tracks that are uploaded to the cloud using Cloud Library Sync from iTunes/Explorer/Inflyte in the Tree View
- Unable to upload files properly if they have similar long names in Cloud Library Sync
- Unable to display remixer metadata when searching Beatport LINK/Beatsource LINK
- Potential crash when analyzing Beatport LINK/Beatsource LINK tracks
- Sometimes Sync Manager playlist synchronization on Windows wouldn't work properly, causing playlists and tracks to be deleted from the device

-Note: If using ver. 6.0.0 or ver. 6.0.1, delete the following file while rekordbox is closed, before installing ver. 6.0.2:
C:UsersusernameAppDataRoamingPioneerrekordboxmasterPlaylists6.xml

- Sometimes the color for played tracks may be reset against the settings
- Sometimes unable to install rekordbox
- Improved stability and fixes for other minor issues

Opera GX 68.0.3618.150 (64-bit) 查看版本資訊

更新時間:2020-06-15
更新細節: