Etcher 歷史版本列表 Page13

最新版本 balenaEtcher 1.18.9

Etcher 歷史版本列表

Etcher 為您提供 SD 卡和 USB 驅動器的跨平台圖像刻錄機。 Etcher 是 Windows PC 的開源項目!如果您曾試圖從損壞的卡啟動,那麼您肯定知道這個沮喪,這個剝離的實用程序設計了一個簡單的用戶界面,允許快速和簡單的圖像燒錄.8997423 選擇版本:Etcher 1.2.1(32 位) Etcher 1.2.1(64 位) Etcher 軟體介紹

Etcher (32-bit)Etcher (64-bit)


EMCO MSI Package Builder 8.0.2 查看版本資訊

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

What's new in this version:

New and improved features:
- Added automatic target platform configuration for MSIX packages

Fixed:
- Fixed incorrect repackaging wizard behavior in some cases
- Fixed user registry keys packaging for MSIX packages
- Fixed suppress reboot option for generated MSI packages

3D Coat 4.9.51 查看版本資訊

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

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

ASUS GPU Tweak II 2.1.8.1 查看版本資訊

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

LT Browser 1.1.0 查看版本資訊

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

GDevelop 5.0.0 Beta 97 查看版本資訊

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

What's new in this version:

Improvements:
Add a basic command palette (experimental):
- Open the command palette with Ctrl+P (or Cmd+P on macOS)
- The list of commands is then shown and allows you to quickly launch actions, like launching a preview, open a project, etc...
- This is the first part of one of the Google Summer of Code 2020 project! A few commands are available now, but many more will be added in the next weeks to navigate through the project and edit any part of it in a few keystrokes.

Add more conditions/expressions to the Platformer Objects:
- Add the speed, jump speed and fall speed
- Add condition to check if platforms can be grabbed
- Add condition to check if the object can jump

- Added "Board walk with raycast" example
- Add an option to clear the shape painted using Shape Painter between each frame
- Add an action to pause the game during a preview: this is useful to then inspect the game with the Debugger
- Prevent a behavior to be selected in a function parameter if it's incompatible with the object
- Add buttons at bottom of events to add new events.
- Avoid showing a drop marker when an event can't be dropped in another (comment, etc...)
- Slightly improve startup speed

Add a border around conditions in the default theme:
- This avoids confusion about two events that are next to each others, in particular for new users
- Also normalize styling in other themes

Bug fixes:
- Fix memory leak leading to a crash in the editor when having a BB Text in the scene: also fix similar smaller memory leak when using other features
- Fix parameter popover in the events sheet shown behind editor panel title bars
- Fix instance variable not saved after a change if another instance is clicked while editing it
- Fix physics engine not applying change in size when using circle shape
- Fix scaffolding line colors between events and some colors in Nord theme
- Fix potential crash by adding a check to ensure built-in extensions are not overriden
- Fix internal warning (divider component in select list)

QGIS 3.14.0 (64-bit) 查看版本資訊

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

RetroArch 1.8.9 (64-bit) 查看版本資訊

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

DVDFab 11.0.9.3 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Improved the profile preset feature

Fixed:
- A problem that only one copy is made despite the copy quantity is set to 10
- A conversion failure problem in the Ripper modules if the output path contains some special characters
- A problem that the estimated output size is wrong if Audio Copy is selected in the Ripper modules

DVDFab 11.0.9.2 (64-bit) 查看版本資訊

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

What's new in this version:

- Fix: A crash problem when converting DVD/Blu-ray discs to MP4/MKV videos in certain cases