BurnAware Free 歷史版本列表 Page5

最新版本 BurnAware Free 17.0

BurnAware Free 歷史版本列表

BurnAware Free 是一個全功能和免費的刻錄軟件,以創建所有類型的 CD,DVD 和藍光光盤的家庭。家庭用戶可以輕鬆刻錄可啟動光盤,多區段光盤,高質量音頻 CD 和視頻 DVD,製作,複製和刻錄光盤映像。高級用戶將受益於 BurnAware 的高級選項,包括控制引導設置,UDF 分區和版本,ISO 級別和限制,會話選擇,曲目和光盤的 CD 文本,數據恢復以及直接複製。 BurnAware... BurnAware Free 軟體介紹


cURL 7.87.0 查看版本資訊

更新時間:2022-12-21
更新細節:

What's new in this version:

Changed:
- curl: add --url-query
- CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit
- lib: add CURL_WRITEFUNC_ERROR to signal write callback error
- openssl: reduce CA certificate bundle reparsing by caching
- version: add a feature names array to curl_version_info_data

Fixed:
- altsvc: fix rejection of negative port numbers
- aws_sigv4: consult x-%s-content-sha256 for payload hash
- aws_sigv4: fix typos in aws_sigv4.c
- base64: better alloc size
- base64: encode without using snprintf
- base64: faster base64 decoding
- build: assume assert.h is always available
- build: assume errno.h is always available
- c-hyper: CONNECT respones are not server responses
- c-hyper: fix multi-request mechanism
- CI: Change FreeBSD image from 12.3 to 12.4
- CI: LGTM.com will be shut down in December 2022
- ci: Remove zuul fuzzing job as it's superseded by CIFuzz
- cmake: check for cross-compile, not for toolchain
- CMake: fix build with `CURL_USE_GSSAPI`
- cmake: really enable warnings with clang
- cmake: set the soname on the shared library
- cmdline-opts/gen.pl: fix the linkifier
- cmdline-opts/page-footer: remove long option nroff formatting
- config-mac: define HAVE_SYS_IOCTL_H
- config-mac: fix typo: size_T -> size_t
- config-mac: remove HAVE_SYS_SELECT_H
- config-win32: fix SIZEOF_OFF_T for MSVC and old MinGW
- configure: require fork for NTLM-WB
- contributors.sh: actually use $CURLWWW instead of just setting it
- cookie: compare cookie prefixes case insensitively
- cookie: expire cookies at once when max-age is negative
- cookie: open cookie jar as a binary file
- curl-openssl.m4: do not add $prefix/include/openssl to CPPFLAGS
- curl-rustls.m4: on macOS, rustls also needs the Security framework
- curl.h: include <sys/select.h> on SerenityOS
- curl.h: name all public function parameters
- curl.h: reword comment to not use deprecated option
- curl: override the numeric locale and set "C" by force
- curl: timeout in the read callback
- curl_endian: remove Curl_write64_le from header
- curl_get_line: allow last line without newline char
- curl_path: do not add '/' if homedir ends with one
- curl_url_get.3: remove spurious backtick
- curl_url_set.3: document CURLU_DISALLOW_USER
- curl_url_set.3: fix typo
- CURLMOPT_SOCKETFUNCTION.3: clarify CURL_POLL_REMOVE
- CURLOPT_COOKIEFILE.3: advice => advise
- CURLOPT_DEBUGFUNCTION.3: do not assume nul-termination in example
- CURLOPT_DEBUGFUNCTION.3: emphasize that incoming data is "raw"
- CURLOPT_POST.3: Explain setting to 0 changes request type
- docs/curl_ws_send: Fixed typo in websocket docs
- docs/EARLY-RELEASE.md: how to determine an early release
- docs/examples: spell correction ('Retrieve')
- docs/INSTALL.md: expand on static builds
- docs/WEBSOCKET.md: explain the URL use
- docs: add missing parameters for --retry flag
- docs: add more "SEE ALSO" links to CA related pages
- docs: explain the noproxy CIDR notation support
- docs: extend the dump-header documentation
- docs: remove performance note in CURLOPT_SSL_VERIFYPEER
- examples/10-at-a-time: fix possible skipped final transfers
- examples: update descriptions
- ftp: support growing files with CURLOPT_IGNORE_CONTENT_LENGTH
- gen.pl: do not generate CURLHELP bitmask lines > 79 characters
- GHA: clarify workflows permissions, set least possible privilege
- GHA: NSS use clang instead of clang-9
- gnutls: use common gnutls init and verify code for ngtcp2
- headers: add endif comments
- HTTP-COOKIES.md: mention that http://localhost is a secure context
- HTTP-COOKIES.md: update the 6265bis link to draft-11
- http: do not send PROXY more than once
- http: fix the ::1 comparison for IPv6 localhost for cookies
- http: set 'this_is_a_follow' in the Location: logic
- http: use the IDN decoded name in HSTS checks
- hyper: classify headers as CONNECT and 1XX
- hyper: fix handling of hyper_task's when reusing the same address
- idn: remove Curl_win32_ascii_to_idn
- INSTALL: update operating systems and CPU archs
- KNOWN_BUGS: remove eight entries
- lib1560: add some basic IDN host name tests

lib: connection filters (cfilter) addition to curl:
- lib: feature deprecation warnings in gcc >= 4.3
- lib: fix some type mismatches and remove unneeded typecasts
- lib: parse numbers with fixed known base 10
- lib: remove bad set.opt_no_body assignments
- lib: rewind BEFORE request instead of AFTER previous
- lib: sync guard for Curl_getaddrinfo_ex() definition and use
- lib: use size_t or int etc instead of longs
- libcurl-errors.3: remove duplicate word
- libssh2: return error when ssh_hostkeyfunc returns error
- limit-rate.d: see also --rate
- log2changes.pl: wrap long lines at 80 columns
- Makefile.mk: address minor issues
- Makefile.mk: improve a GNU Make hack
- Makefile.mk: portable Makefile.m32
- maketgz: set the right version in lib/libcurl.plist
- mime: relax easy/mime structures binding
- misc: Fix incorrect spelling
- misc: remove duplicated include files
- misc: typo and grammar fixes
- negtelnetserver.py: have it call its close() method
- netrc.d: provide mutext info
- netware: remove leftover traces
- noproxy: also match with adjacent comma
- noproxy: guard against empty hostnames in noproxy check
- noproxy: tailmatch like in 7.85.0 and earlier
- nroff-scan.pl: detect double highlights
- ntlm: improve comment for encrypt_des
- ntlm: silence ubsan warning about copying from null target_info pointer
- openssl/mbedtls: use %d for outputing port with failf (int)
- openssl: prefix errors with '[lib]/[version]: '
- os400: use platform socklen_t in Curl_getnameinfo_a
- page-header: grammar improvement (display transfer rate)
- proxy: refactor haproxy protocol handling as connection filter
- README.md: remove badges and xmas-tree garnish
- rtsp: fix RTSP auth
- runtests: --no-debuginfod now disables DEBUGINFOD_URLS
- runtests: do CRLF replacements per section only
- scripts/checksrc.pl: detect duplicated include files
- sendf: change Curl_read_plain to wrap Curl_recv_plain
- sendf: remove unnecessary if condition
- setup: do not require __MRC__ defined for Mac OS 9 builds
- smb/telnet: do not free the protocol struct in *_done()
- socks: fix username max size is 255 (0xFF)
- spellcheck.words: remove 'github' as an accepted word
- ssl-reqd.d: clarify that this is for upgrading connections only
- strcase: use curl_str(n)equal for case insensitive matches
- styled-output.d: this option does not work on Windows
- system.h: fix socklen_t, curl_off_t, long long for Classic Mac OS
- system.h: support 64-bit curl_off_t for NonStop 32-bit
- test1421: fix typo
- test3026: reduce runtime in legacy mingw builds
- tests/sshserver.pl: re-enable ssh-rsa while using openssh 8.8+
- tests: add authorityInfoAccess to generated certs
- tests: add HTTP/3 test case, custom location for proper nghttpx
- tls: backends use connection filters for IO, enabling HTTPS-proxy
- tool: determine the correct fopen option for -D
- tool_cfgable: free the ssl_ec_curves on exit
- tool_cfgable: make socks5_gssapi_nec a boolean
- tool_formparse: avoid clobbering on function params
- tool_getparam: make --no-get work as the opposite of --get
- tool_operate: provide better errmsg for -G with bad URL
- tool_operate: when aborting, make sure there is a non-NULL error buffer
- tool_paramhlp: free the proto strings on exit
- url: move back the IDN conversion of proxy names
- urlapi: reject more bad letters from the host name: &+()
- urldata: change port num storage to int and unsigned short
- vms: remove SIZEOF_SHORT
- vtls: fix build without proxy support
- vtls: localization of state data in filters
- WEBSOCKET.md: fix broken link
- Websocket: fixes for partial frames and buffer updates
- websockets: fix handling of partial frames
- windows: fail early with a missing windres in autotools
- windows: fix linking .rc to shared curl with autotools
- winidn: drop WANT_IDN_PROTOTYPES
- ws: if no connection is around, return error
- ws: return CURLE_NOT_BUILT_IN when websockets not built in
- x509asn1: avoid freeing unallocated pointers

BurnAware Free 16.1 查看版本資訊

更新時間:2022-12-21
更新細節:

What's new in this version:

New features:
- New theme and icons in Welcome Screen
- Filter for audio and video formats in "Add files" dialog
- Individual settings for multimedia compilations in "Add files" dialog

Enhancements:
- Updated translations
- Updated "Add files" dialog
- Updated DVD-Video mode selection dialog
- Optimized Blu-ray burning and copying
- Volume label maximum length extended to 64 characters

Fixed:
- Resolved problem with changing directory using path selector

Topaz Video AI 3.0.8 查看版本資訊

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

What's new in this version:

Users with expired licenses no longer need to login at every startup:
- All users will need to relogin on the first launch of v3.0.8

- “No space left” error message will now show available space
- Fix audio transcoding when there are more than 2 audio channels

Removed automatic v-sync:
- Constant framerate videos will no longer become VFR
- Output FPS is now exact

- Fix off-by-one frame for image sequence imports
- Add option for auto-playback to preferences

RStudio 2022.12.0 查看版本資訊

更新時間:2022-12-16
更新細節:

What's new in this version:

Quarto:
- Support for v2 format of Quarto crossref index

Fixed:
- Fix for schema version comparison that breaks db in downgrade -> upgrade scenarios
- Fix for Quarto crossref indexing/completion not working with Quarto v1.0
- Fixed homepage session status problems
- Fixed regression in spotted-wakerobin that prevented sessions from starting when launcher-sessions-use-password=1
- Fixes the bug introduced with rlang >= 1.03 where Rmd documents show the error message object 'partition_yaml_front_matter' not found upon project startup
- Fixed regression in spotted-wakerobin that prevents R sessions from starting when the crashhandler reports an error
- Fixed problems with load balancing when database connections are timed out, and fail to restore (pro #3714)
- Fixed an issue where chunks containing multibyte characters was not executed correctly
- Fixed an issue with signing the Ubuntu 22 package by switching the compression to a supported type
- Fixed visual mode outline missing nested R code chunks
- Fixed Cannot read property 'python' error when creating new projects on some systems

Insomnia Core 2022.7.0 查看版本資訊

更新時間:2022-12-16
更新細節:

What's new in this version:

Changed:
- The insomnia-components package is no longer maintained and has been deprecated since version 3.6.0
- Different insomnia packages and default plugins are no longer published on npmjs.com. This includes insomnia-inso. If you previously installed Inso CLI through npm, please refer to the builds available in Insomnia Releases instead for future use

Fixed:
- Fixed a number of issues regarding hotkey shortcuts by replacing the KeydownBinder with hooks
- Fixed duplicate error response after upgrade
- Fixed an issue with tooltip
- Fixed an issue where redirect commands from browser to the Insomnia App no longer worked
- Fixed an issue that prevented users from using CTRL/CMD+F keyboard shortcut
- Fixed an issue where GraphQL query variables disappeared from the variables editor
- Fixed an issue that prevented query parameters from being properly imported from Postman V2.1 collections
- Fixed an issue where Path variables weren't properly escaped for Swagger specs
- Fixed an issue where the Response template wouldn't return more than one result when parsing a JSON response by path
- Fixed an issue where URL bar would always get auto-focused when sending a request
- Fixed an issue where OAuth2 access token expiry time was not set properly
- Fixed an issue where the Environment Editor would prevent saving edits after a validation error
- Fixed an issue that prevented deep link redirects from browser to app (e.g. Login, installing Plugins, ...) to not work properly on Windows and Linux.
- Fixed an issue where deeply nested environments variables didn't work for sub environments
- Fixed an issue that prevented users from switching Client Credentials between Basic Auth and Request Body in OAuth2 requests
- Fixed an issue where certain template tags would result in JSON Parse error when used as number
- Fixed an issue that prevented users from closing modals when importing collections leaving the user unable to undo an import by mistake other than continuing with the import
- Fixed an issue that caused the response pane to sometimes flash for a brief moment
- Added missing keywords to .desktop entry for Linux builds of Insomnia
- Fixed an issue that prevented preferences from being open in the correct tab (e.g. Import/Export)
- Fixed an issue that caused dangling base environments when importing an Insomnia collection
- Fixed an error that showed up when attempting to create a new plugin from the plugin preferences menu
- Fixed code-signing for Windows builds

Improved:
- Added WebSockets Subprotocol support
- Added a logo splash at the app start
- Added WebSocket Disconnect dropdown to support Disconnect All
- Added ability to search/filter WebSocket messages and or clear current ones
- Added a dropdown option to rename folders and requests more easily
- Added better support for importing Postman v2.1 collections that have different OAuth2 [email protected]
- Upgraded to Electron 21
- Added new UI improvements to the Dashboard
- Added API Key Authentication method for HTTP and WebSocket requests
- Added support for Client Certificate Authentication during OAuth 2 fetch token
- Removed the Swagger preview from Design to provide a cleaner editing experience and in order to support OAS v3.1
- Added support for OpenAPI v3.1 specifications
- Upgraded to Electron 22
- Each OpenAPI server is now imported as a sub-environment
- Added support for setting CA certificates in workspace settings
- Minor improvements to error handling and messaging
- Added support for custom Ruleset files in Insomnia Git Sync'ed Design Documents. If you place a .spectral.yaml file in root of your repository, Insomnia will now load the custom ruleset to lint the OAS spec that is in the Design Document
- Added gRPC Server Reflection support

Inso CLI:
- Added a new --skipAnnotations option to inso export spec command. If the flag is set all x-kong-* annotations are removed.
- Improved the log output of inso lint spec command to print warning logs
- Added support custom Ruleset files for Inso CLI. To use it run `inso lint spec ./oas.yaml` with a `.spectral.(yaml|yml|json|js)` file in the same folder

OpenAPI-2-Kong:
- Removed an implicit workaround that was causing plugin conflicts when inferring security schema
- Added ability to enable automated security plugins at service-level (root of spec) when generating Kong (or Kubernetes) declarative configs

Topaz Video AI 3.0.7 查看版本資訊

更新時間:2022-12-14
更新細節:

What's new in this version:

- Switch to more reliable web-based activation method
- On Windows, app will no longer sleep when processing
- App now correctly detects start frame for image sequences
- Fix error when processing without any models selected

Xojo 2022 Release 4 查看版本資訊

更新時間:2022-12-14
更新細節:

Topaz Video AI 3.0.6 查看版本資訊

更新時間:2022-12-07
更新細節:

What's new in this version:

- Autoplay disabled in preview
- Default FPS for image sequences can be changed
- Fixed H.265 encoders on NVIDIA GTX cards
- Version number in Get Info on Mac is now correct

Topaz Video AI 3.0.5 查看版本資訊

更新時間:2022-12-01
更新細節:

What's new in this version:

- Added support for AV1 encode on intel ARC GPUs
- Quality now matches 2.6.4
- Performance/quality fixes for videos with SAR
- Fixes model downloading in most cases
- Fixes bulk export/preview not working correctly
- ProRes 444XQ only enabled for macOS Monterey and above
- “Auto” audio setting works in more cases
- Export file names no longer contain randomly generated numbers
- JPG output

BurnAware Free 16.0 查看版本資訊

更新時間:2022-11-22
更新細節: