Etcher 歷史版本列表 Page28

最新版本 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)


PHP 7.3.12 (64-bit) 查看版本資訊

更新時間:2019-11-20
更新細節:

Google Chrome Portable 78.0.3904.108 (64-bit) 查看版本資訊

更新時間:2019-11-18
更新細節:

ZennoPoster 5.38.0.0 查看版本資訊

更新時間:2019-11-15
更新細節:

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

更新時間:2019-11-13
更新細節:

What's new in this version:

New:
- Added the support for some new Java protections
- Improved the user experience

Fix:
- A crash problem when opening discs in certain cases

Google Chrome Portable 78.0.3904.97 (64-bit) 查看版本資訊

更新時間:2019-11-10
更新細節:

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

更新時間:2019-11-08
更新細節:

What's new in this version:

New:
- Added the support for some new Java protections
- Renamed DVDFab Prime to DVDFab 365
- Introduced the Cloud Backup service (exclusive to DVDFab 365 subscribers) to back up custom profiles, configurations, etc. to cloud server

cURL 7.67.0 查看版本資訊

更新時間:2019-11-08
更新細節:

What's new in this version:

Changes:
- curl: added --no-progress-meter
- setopt: CURLMOPT_MAX_CONCURRENT_STREAMS is new
- urlapi: CURLU_NO_AUTHORITY allows empty authority/host part

Bugfixes:
- BINDINGS: five new bindings addded
- CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time
- CURLOPT_TIMEOUT.3: remove the mention of "minutes"
- ESNI: initial build/setup support
- FTP: FTPFILE_NOCWD: avoid redundant CWDs
- FTP: allow "rubbish" prepended to the SIZE response
- FTP: remove trailing slash from path for LIST/MLSD
- FTP: skip CWD to entry dir when target is absolute
- FTP: url-decode path before evaluation
- HTTP3.md: move -p for mkdir, remove -j for make
- HTTP3: fix invalid use of sendto for connected UDP socket
- HTTP3: fix ngtcp2 Windows build
- HTTP3: fix prefix parameter for ngtcp2 build
- HTTP3: fix typo somehere1 > somewhere1
- HTTP3: show an --alt-svc using example too
- INSTALL: add missing space for configure commands
- INSTALL: add vcpkg installation instructions
- README: minor grammar fix
- altsvc: accept quoted ma and persist values
- altsvc: both backends run h3-23 now
- appveyor: Add MSVC ARM64 build
- appveyor: Use two parallel compilation on appveyor with CMake
- appveyor: add --disable-proxy autotools build
- appveyor: add 32-bit MinGW-w64 build
- appveyor: add a winbuild
- appveyor: add a winbuild that uses VS2017
- appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017
- appveyor: publish artifacts on appveyor
- appveyor: upgrade VS2017 to VS2019
- asyn-thread: make use of Curl_socketpair() where available
- asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
- build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
- checksrc: fix uninitialized variable warning
- chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error
- cirrus: Increase the git clone depth
- cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build
- cirrus: switch off blackhole status on the freebsd CI machines
- cleanups: 21 various PVS-Studio warnings
- configure: only say ipv6 enabled when the variable is set
- configure: remove all cyassl references
- conn-reuse: requests wanting NTLM can reuse non-NTLM connections
- connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT
- connect: silence sign-compare warning
- cookie: avoid harmless use after free
- cookie: pass in the correct cookie amount to qsort()
- cookies: change argument type for Curl_flush_cookies
- cookies: using a share with cookies shouldn't enable the cookie engine
- copyrights: update copyright notices to 2019
- curl: create easy handles on-demand and not ahead of time
- curl: ensure HTTP 429 triggers --retry
- curl: exit the create_transfers loop on errors
- curl: fix memory leaked by parse_metalink()
- curl: load large files with -d @ much faster
- docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
- docs: added multi-event.c example
- docs: disambiguate CURLUPART_HOST is for host name (ie no port)
- docs: note on failed handles not being counted by curl_multi_perform
- doh: allow only http and https in debug mode
- doh: avoid truncating DNS QTYPE to lower octet
- doh: clean up dangling DOH memory on easy close
- doh: fix (harmless) buffer overrun
- doh: fix undefined behaviour and open up for gcc and clang optimization
- doh: return early if there is no time left
- examples/sslbackend: fix -Wchar-subscripts warning
- examples: remove the "this exact code has not been verified"
- git: add tests/server/disabled to .gitignore
- gnutls: make gnutls_bye() not wait for response on shutdown
- http2: expire a timeout at end of stream
- http2: prevent dup'ed handles to send dummy PRIORITY frames
- http2: relax verification of :authority in push promise requests
- http2_recv: a closed stream trumps pause state
- http: lowercase headernames for HTTP/2 and HTTP/3
- ldap: Stop using wide char version of ldapp_err2string
- ldap: fix OOM error on missing query string
- mbedtls: add error message for cert validity starting in the future
- mime: when disabled, avoid C99 macro
- ngtcp2: adapt to API change
- ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23
- ngtcp2: remove fprintf() calls
- openssl: close_notify on the FTP data connection doesn't mean closure
- openssl: fix compiler warning with LibreSSL
- openssl: use strerror on SSL_ERROR_SYSCALL
- os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr
- parsedate: fix date parsing disabled builds
- quiche: don't close connection at end of stream
- quiche: persist connection details (fixes -I with --http3)
- quiche: set 'drain' when returning without having drained the queues
- quiche: update HTTP/3 config creation to new API
- redirect: handle redirects to absolute URLs containing spaces
- runtests: get textaware info from curl instead of perl
- schannel: reverse the order of certinfo insertions
- schannel_verify: Fix concurrent openings of CA file
- security: silence conversion warning
- setopt: handle ALTSVC set to NULL
- setopt: make it easier to add new enum values
- setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly
- smb: check for full size message before reading message details
- smbserver: fix Python 3 compatibility
- socks: Fix destination host shown on SOCKS5 error
- test1162: disable MSYS2's POSIX path conversion
- test1591: fix spelling of http feature
- tests: add `connect to non-listen` keywords
- tests: fix narrowing conversion warnings
- tests: fix the test 3001 cert failures
- tests: makes tests succeed when using --disable-proxy
- tests: use %FILE_PWD for file:// URLs
- tests: use port 2 instead of 60000 for a safer non-listening port
- tool_operate: Fix retry sleep time shown to user when Retry-After
- travis: Add an ARM64 build
- url: Curl_free_request_state() should also free doh handles
- url: don't set appconnect time for non-ssl/non-ssh connections
- url: fix the NULL hostname compiler warning
- url: normalize CURLINFO_EFFECTIVE_URL
- url: only reuse TLS connections with matching pinning
- urlapi: avoid index underflow for short ipv6 hostnames
- urlapi: fix URL encoding when setting a full URL
- urlapi: fix unused variable warning
- urlapi: question mark within fragment is still fragment
- urldata: use 'bool' for the bit type on MSVC compilers
- vtls: Fix comment typo about macosx-version-min compiler flag
- vtls: fix narrowing conversion warnings
- winbuild/MakefileBuild.vc: Add vssh
- winbuild/MakefileBuild.vc: Fix line endings
- winbuild: Add manifest to curl.exe for proper OS version detection
- winbuild: add ENABLE_UNICODE option

Etcher 1.5.63 查看版本資訊

更新時間:2019-11-08
更新細節:

What's new in this version:

Etcher 1.5.63
- Change log not available for this version


Etcher 1.5.62
- Change log not available for this version


Etcher 1.5.60
- Upgrade ext2fs to 1.0.30


Etcher 1.5.59
- Catch console log messages from SafeWebView


Etcher 1.5.58
- Remove leftover GH-pages configuration file


Etcher 1.5.57
- Fix entrypoint when options are passed to electron


Etcher 1.5.56
- Fix windows portable download


Etcher 1.5.55
- Update etcher-sdk to ^2.0.13


Etcher 1.5.54
- Fix auto-updater check for updates


Etcher 1.5.53
- Allow typescript files


Etcher 1.5.52
- Don't use wmic's ProviderName if it's empty


Etcher 1.5.51
- Update sudo-prompt to ^9.0.0


Etcher 1.5.50
- Option for trimming ext partitions on raw images


Etcher 1.5.49
- Make window size configurable


Etcher 1.5.47
- Rework drive-selector with react + rendition
- Use rendition theme property for step buttons
- Upgrade styled-system to v4.1.0
- Upgrade rendition to v8.7.2


Etcher 1.5.46
- Update ext2fs to 1.0.29


Etcher 1.5.45
- Empty commit to trigger build


Etcher 1.5.44
- Fix elevation on windows when the path contains "&" or "'"


Etcher 1.5.43
- Revert "Include sass in webpack configs"


Etcher 1.5.42
Include sass in webpack configs


Etcher 1.5.41
- waffle.io removal and adding a link to the license


Etcher 1.5.40
- windows installer and portable version support both ia32 and x64

Postman 7.11.0 (64-bit) 查看版本資訊

更新時間:2019-11-08
更新細節:

What's new in this version:

- Cleaning up old backup files that were created during app updates
- Added support for using data URI as image source in Visualizer

FocusMe 7.0.8.1 查看版本資訊

更新時間:2019-11-06
更新細節: