Etcher 歷史版本列表 Page25

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


StartIsBack 2.9 (for Windows 10) 查看版本資訊

更新時間:2020-01-10
更新細節:

What's new in this version:

- Supports Windows 10 version 2004
- Allows new colorful application icons to be shown in taskbar and start menu
- Reinstates UseWin32TrayClockExperience registry key support
- Adds obscure Win+Shift+Alt+Esc hotkey to terminate hang foreground application
- Provides new update download experience

cURL 7.68.0 查看版本資訊

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

What's new in this version:

Changes:
- TLS: add BearSSL vtls implementation
- XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUE
- curl: add --etag-compare and --etag-save
- curl: add --parallel-immediate
- multi: add curl_multi_wakeup()
- openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains

Bugfixes:
- CVE-2019-15601: file: on Windows, refuse paths that start with
- Azure Pipelines: add several builds
- CMake: add support for building with the NSS vtls backend
- CURL-DISABLE: initial docs for the CURL_DISABLE_* defines
- CURLOPT_HEADERFUNCTION.3: Document that size is always 1
- CURLOPT_QUOTE.3: fix typos
- CURLOPT_READFUNCTION.3: fix the example
- CURLOPT_URL.3: "curl supports SMB version 1 (only)"
- CURLOPT_VERBOSE.3: see also ERRORBUFFER
- HISTORY: added cmake, HTTP/3 and parallel downloads with curl
- HISTORY: the SMB(S) support landed in 2014
- INSTALL.md: provide Android build instructions
- KNOWN_BUGS: Connection information when using TCP Fast Open
- KNOWN_BUGS: LDAP on Windows doesn't work correctly
- KNOWN_BUGS: TLS session cache doesn't work with TFO
- OPENSOCKETFUNCTION.3: correct the purpose description
- TrackMemory tests: always remove CR before LF
- altsvc: bump to h3-24
- altsvc: make the save function ignore NULL filenames
- build: Disable Visual Studio warning "conditional expression is constant"
- build: fix for CURL_DISABLE_DOH
- checksrc.bat: Add a check for vquic and vssh directories
- checksrc: repair the copyrightyear check
- cirrus-ci: enable clang sanitizers on freebsd 13
- cirrus: Drop the FreeBSD 10.4 build
- config-win32: cpu-machine-OS for Windows on ARM
- configure: avoid unportable `==' test(1) operator
- configure: enable IPv6 support without `getaddrinfo`
- configure: fix typo in help text
- conncache: CONNECT_ONLY connections assumed always in-use
- conncache: fix multi-thread use of shared connection cache
- copyrights: fix copyright year range
- create_conn: prefer multiplexing to using new connections
- curl -w: handle a blank input file correctly
- curl.h: add two missing defines for "pre ISO C" compilers
- curl/parseconfig: fix mem-leak
- curl/parseconfig: use curl_free() to free memory allocated by libcurl
- curl: cleanup multi handle on failure
- curl: fix --upload-file . hangs if delay in STDIN
- curl: fix -T globbing
- curl: improved cleanup in upload error path
- curl: make a few char pointers point to const char instead
- curl: properly free mimepost data
- curl: show better error message when no homedir is found
- curl: show error for --http3 if libcurl lacks support
- curl_setup_once: consistently use WHILE_FALSE in macros
- define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymore
- docs: Change 'experiemental' to 'experimental'
- docs: TLS SRP doesn't work with TLS 1.3
- docs: fix several typos
- docs: mention CURL_MAX_INPUT_LENGTH restrictions
- doh: improved both encoding and decoding
- doh: make it behave when built without proxy support
- examples/postinmemory.c: Call curl_global_cleanup always
- examples/url2file.c: corrected erroneous comment
- examples: add multi-poll.c
- global_init: undo the "intialized" bump in case of failure
- hostip: suppress compiler warning
- http_ntlm: Remove duplicate NSS initialisation
- lib: Move lib/ssh.h -> lib/vssh/ssh.h
- lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`
- lib: fix warnings found when porting to NuttX
- lib: remove ASSIGNWITHINCONDITION exceptions, use our code style
- lib: remove erroneous +x file permission on some c files
- libssh2: add support for ECDSA and ed25519 knownhost keys
- multi.h: remove INITIAL_MAX_CONCURRENT_STREAMS from public header
- multi: free sockhash on OOM
- multi_poll: avoid busy-loop when called without easy handles attached
- ngtcp2: Support the latest update key callback type
- ngtcp2: fix thread-safety bug in error-handling
- ngtcp2: free used resources on disconnect
- ngtcp2: handle key updates as ngtcp2 master branch tells us
- ngtcp2: increase QUIC window size when data is consumed
- ngtcp2: use overflow buffer for extra HTTP/3 data
- ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set
- ntlm_wb: fix double-free in OOM
- openssl: Revert to less sensitivity for SYSCALL errors
- openssl: improve error message for SYSCALL during connect
- openssl: prevent recursive function calls from ctx callbacks
- openssl: retrieve reported LibreSSL version at runtime
- openssl: set X509_V_FLAG_PARTIAL_CHAIN by default
- parsedate: offer a getdate_capped() alternative
- pause: avoid updating socket if done was already called
- projects: Fix Visual Studio projects SSH builds
- projects: Fix Visual Studio wolfSSL configurations
- quiche: reject HTTP/3 headers in the wrong order
- remove_handle: clear expire timers after multi_done()
- runtests: --repeat=[num] to repeat tests
- runtests: introduce --shallow to reduce huge torture tests
- schannel: fix --tls-max for when min is --tlsv1 or default
- setopt: Fix ALPN / NPN user option when built without HTTP2
- strerror: Add Curl_winapi_strerror for Win API specific errors
- strerror: Fix an error looking up some Windows error strings
- strerror: Fix compiler warning "empty expression"
- system.h: fix for MCST lcc compiler
- test/sws: search for "Testno:" header unconditionally if no testno
- test1175: verify symbols-in-versions and libcurl-errors.3 in sync
- test1270: a basic -w redirect_url test
- test1456: remove the use of a fixed local port number

test1558: use double slash after file:
- test1560: require IPv6 for IPv6 aware URL parsing
- tests/lib1557: fix mem-leak in OOM
- tests/lib1559: fix mem-leak in OOM
- tests/lib1591: free memory properly on OOM, in the trailers callback
- tests/unit1607: fix mem-leak in OOM
- tests/unit1609: fix mem-leak in OOM
- tests/unit1620: fix bad free in OOM
- tests: Change NTLM tests to require SSL
- tests: Fix bounce requests with truncated writes
- tests: fix build with `CURL_DISABLE_DOH`
- tests: fix permissions of ssh keys in WSL
- tests: make it possible to set executable extensions
- tests: make sure checksrc runs on header files too
- tests: set LC_ALL=en_US.UTF-8 instead of blank in several tests
- tests: use DoH feature for DoH tests
- tests: use rn for log messages in WSL
- tool_operate: fix mem leak when failed config parse
- travis: Fix error detection
- travis: abandon coveralls, it is not reliable
- travis: build ngtcp2 with --enable-lib-only
- travis: export the CC/CXX variables when set
- vtls: make BearSSL possible to set with CURL_SSL_BACKEND
- winbuild: Define CARES_STATICLIB when WITH_CARES=static
- winbuild: Document CURL_STATICLIB requirement for static libcurl

GDevelop 5.0.0 Beta 85 查看版本資訊

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

What's new in this version:

- Fix "Number of objects" condition not showing the object name anymore
- Fix help page link in Effects List dialog (thanks @Bouh!)
- Fix expression parameters editor dialog being too small to show expression selectors

GDevelop 5.0.0 Beta 86 查看版本資訊

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

What's new in this version:

- Fix rendering of particles that are not using a texture
- Fix "Number of objects" condition not showing the object name anymore
- Fix help page link in Effects List dialog
- Fix expression parameters editor dialog being too small to show expression selectors

GDevelop 5.0.0 Beta 87 查看版本資訊

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

What's new in this version:

- This version fixes an issue with the online builds to Android and Windows/macOS/Linux. Unfortunately, older versions will lose ability to create online builds.
- You can still continue to build manually for Android/Windows/macOS/Linux with 3rd party development tool or export to HTML5 on older versions. The software itself will continue to run fine.

GDevelop 5.0.0 Beta 84 查看版本資訊

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

What's new in this version:

New features:
New object BBText:
- Display rich text on screen, formatted using BBCode: customize size, color, make part of the text italic, bold and add shadows or outline
- Read the documentation about the object and see an example online

Improvements in Piskel sprite editor:
- Color index shift brush (useful for cell shading sprites)
- Ability to source all layers when using the bucket tool
- Palette transfer tool (apply the currently selected palette colors to the frame you are on)

- Add an option to automatically resize game resolution to window or screen size. It's recommended to activate it especially for games on mobile phones

Improvements:
- Add new examples

Change the way actions are written in the events sheet so that they are all written in proper English and consistent:
- This improves consistency between actions and conditions: both are displaying the subject first, then the operator (for comparison or change) and then the value (to be compared against or to be used for the change)

- Add link to the new Geometry Monster tutorial and Geometry Monster starter
- Add actions to change the resolution during the game and enable/disable the automatic resizing
- Set additional help descriptions to parameters of some actions/conditions
- Add a menu option to add a long description to functions parameters
- Allow to set colors of comments/groups, and to edit their texts in a separate window
- Improve comments edition to be seamless
- Add a button to remove the font in the Text object editor
- Add colors to warning/alert icons
- Update the UI to use filled text fields and inputs, so that it's easier to distinguish them from the rest of the interface
- Improve responsiveness of the UI on small screens
- Add titles in some dialogs to make the layout of the dialog clearer
- Various improvements to the layout of the editors

Improvements for GDevelop developer and advanced users:
- Remember DevTools open state in previews
- Add React DevTools to GDevelop developmet version
- Add watcher to automatically import changes to GDJS and extensions in the IDE when using GDevelop development version

Bug fixes:
- Fix pixel perfect rendering of Panel Sprite (9-patch) objects
- Fix memory leak and warning about texture not found
- Fix outline color when drawing line with Shape Painter
- Fix a crash when setting a parameter to be a behavior in a function
- Fix points position not immediately valid after changing the animation or frame of a Sprite
- Fix invalid reported width/height after changing the animation or frame of a Sprite
- Fix "Folder Project"/"Single file" property that could not be changed
- Fix music/sound considered as stopped just after the Play action was used
- Fix sound/music restarted when play action was used with the sound/music not previously paused
- Fix menu still showing as loading after startup on some computers
- Rename objects to "instances" for "For Each" event and "Pick All" action to avoid confusions
- Various fixes in the UI
- Fix autosave being loaded but not saved as the original file
- Fix events sheet (actions, conditions...) not refreshed after choosing a language

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

更新時間:2019-12-27
更新細節:

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support for a new copy protection as found on the DVD version of Rambo: Last Blood
- Added the support to convert DVDs or other videos to HEVC videos with Enlarger AI in the DVD Ripper and Video Converter modules
- Improved the server to ensure smoother download of Enlarger AI required data files
- Improved the support for the BDInfo free utility tool

Fix:
- A crash problem when copying Blu-rays with the Full Disc and Main Movie modes in the Blu-ray Copy module in certain cases
- A failure problem when converting DVDs or other videos with Enlarger AI on certain machines
- A problem that the Video Converter module cannot convert HDR10 videos to SDR.MKV videos
- An oversize problem when making 4K Ultra HD Blu-ray of BD25 size with a 21GB MKV video in the UHD Creator module

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

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

What's new in this version:

- cursor is incorrectly focused on the the create and edit Workspace when the modal is opened
- Fixed a bug where NTLM could not complete authentication if multiple `www-authenticate` headers were sent
- Fixed a bug where proxy auth was failing when the username/password contained special characters
- Fixed a bug where basic auth was failing when it had UTF-8 characters in username/password
- Fixed a bug where the app was crashing when `username` or `password` fields were empty for NTLM auth
- Fixed a bug where IPv6 localhost request through IPv4 localhost proxy was failing
- Show confirmation dialog if there are unsaved changes while creating new documentation and user tries to close the modal using esc key
- Allowed using non-bearer tokens in OAuth2 token manager
- Switched default mode to postman-code-generators for codegen modal
- Updated the OpenAPI3.0, Swagger2.0, cURL importers
- Added feature to infer domain name when username is for the form domainusername or [email protected] for NTLM authentication

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

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

What's new in this version:

Bcmath:
- Fixed bug #78878 (Buffer underflow in bc_shift_addsub)

Core:
- Fixed bug #78862 (link() silently truncates after a null byte on Windows)
- Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte)

EXIF:
- Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer)
- Fixed bug #78910 (Heap-buffer-overflow READ in exif)

GD:
- Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW)

Intl:
- Fixed bug #78804 (Segmentation fault in Locale::filterMatches)

OPcache:
- Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice)

Standard:
- Fixed bug #78759 (array_search in $GLOBALS)
- Fixed bug #78833 (Integer overflow in pack causes out-of-bound access)
- Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass)

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

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

What's new in this version:

Bcmath:
- Fixed bug #78878 (Buffer underflow in bc_shift_addsub)

Core:
- Fixed bug #78862 (link() silently truncates after a null byte on Windows)
- Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte)
- Fixed bug #78943 (mail() may release string with refcount==1 twice)
- Fixed bug #78810 (RW fetches do not throw "uninitialized property" exception)
- Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value)
- Fixed bug #78296 (is_file fails to detect file)
- Fixed bug #78883 (fgets(STDIN) fails on Windows)
- Fixed bug #78898 (call_user_func(['parent', ...]) fails while other succeed)
- Fixed bug #78904 (Uninitialized property triggers __get())
- Fixed bug #78926 (Segmentation fault on Symfony cache:clear)

GD:
- Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW)
- Fixed bug #78923 (Artifacts when convoluting image with transparency)

EXIF:
- Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer)
- Fixed bug #78910 (Heap-buffer-overflow READ in exif)

FPM:
- Fixed bug #76601 (Partially working php-fpm ater incomplete reload)
- Fixed bug #78889 (php-fpm service fails to start)
- Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail())

Intl:
- Implemented FR #78912 (INTL Support for accounting format)

Mysqlnd:
- Fixed bug #78823 (ZLIB_LIBS not added to EXTRA_LIBS)

OPcache:
- Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice)
- Fixed bug #78935 (Preloading removes classes that have dependencies)

PCRE:
- Fixed bug #78853 (preg_match() may return integer > 1)

Reflection:
- Fixed bug #78895 (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used)

Standard:
- Fixed bug #77638 (var_export'ing certain class instances segfaults)
- Fixed bug #78840 (imploding $GLOBALS crashes)
- Fixed bug #78833 (Integer overflow in pack causes out-of-bound access)
- Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass)