VueScan (64-bit) 歷史版本列表 Page57

最新版本 Ryujinx 1.1.1213

VueScan (64-bit) 歷史版本列表

VueScan 64 位掃描程序可與大多數高質量平板和膠片掃描儀配合使用,以生成具有色彩保真度和色彩平衡的掃描。它非常易於使用,並且還具有用於恢復專業攝影師使用的褪色,批量掃描和其他功能的高級功能.您的掃描儀不再受操作系統支持嗎?還是你正在尋找更多的功能從你的掃描儀比它來?下載 VueScan。它取代了掃描儀隨附的軟件,因此您可以獲得更好的掃描效果並延長您的硬件使用壽命.VueScan 在您的系統... VueScan (64-bit) 軟體介紹


Jenkins 2.176.4 查看版本資訊

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

What's new in this version:

- Security: Important security fixes

Resolume Avenue 7.0.3 rev 65525 查看版本資訊

更新時間:2019-09-19
更新細節:

Resolume Arena 7.0.3 Rev 65832 查看版本資訊

更新時間:2019-09-19
更新細節:

What's new in this version:

- Denon StageLinQ network connection is now much more robust and compatible with the Prime 4. This version is compatible with FFGL 2.1 plugins which has a few improvements so plugins can be made more user friendly

Scala 2.13.1 查看版本資訊

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

What's new in this version:

- This is primarily a bug fix release that fixes several regressions in 2.13.0

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

更新時間:2019-09-16
更新細節:

cURL 7.66.0 查看版本資訊

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

What's new in this version:

Changes:
- CURLINFO_RETRY_AFTER: parse the Retry-After header value
- HTTP3: initial (experimental still not working) support
- curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
- curl: support parallel transfers with -Z
- curl_multi_poll: a sister to curl_multi_wait() that waits more
- sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Bugfixes:
- CVE-2019-5481: FTP-KRB double-free
- CVE-2019-5482: TFTP small blocksize heap buffer overflow
- CI: remove duplicate configure flag for LGTM.com
- CMake: remove needless newlines at end of gss variables
- CMake: use platform dependent name for dlopen() library
- CURLINFO docs: mention that in redirects times are added
- CURLOPT_ALTSVC.3: use a "" file name to not load from a file
- CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
- CURLOPT_HEADERFUNCTION.3: clarify
- CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
- CURLOPT_READFUNCTION.3: provide inline example
- CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
- Curl_addr2string: take an addrlen argument too
- Curl_fillreadbuffer: avoid double-free trailer buf on error
- HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
- alt-svc: add protocol version selection masking
- alt-svc: fix removal of expired cache entry
- alt-svc: make it use h3-22 with ngtcp2 as well
- alt-svc: more liberal ALPN name parsing
- alt-svc: send Alt-Used: in redirected requests
- alt-svc: with quiche, use the quiche h3 alpn string
- appveyor: pass on -k to make
- asyn-thread: create a socketpair to wait on
- build-openssl: fix build with Visual Studio 2019
- cleanup: move functions out of url.c and make them static
- cleanup: remove the 'numsocks' argument used in many places
- configure: avoid undefined check_for_ca_bundle
- curl.h: add CURL_HTTP_VERSION_3 to the version enum
- curl.h: fix outdated comment
- curl: cap the maximum allowed values for retry time arguments
- curl: handle a libcurl build without netrc support
- curl: make use of CURLINFO_RETRY_AFTER when retrying
- curl: remove outdated comment
- curl: use .curlrc (with a dot) on Windows
- curl: use CURLINFO_PROTOCOL to check for HTTP(s)
- curl_global_init_mem.3: mention it was added in 7.12.0
- curl_version: bump string buffer size to 250
- curl_version_info.3: mentioned ALTSVC and HTTP3
- curl_version_info: offer quic (and h3) library info
- curl_version_info: provide nghttp2 details
- defines: avoid underscore-prefixed defines
- docs/ALTSVC: remove what works and the experimental explanation
- docs/EXPERIMENTAL: explain what it means and what's experimental now
- docs/MANUAL.md: converted to markdown from plain text
- docs/examples/curlx: fix errors
- docs: s/curl_debug/curl_dbg_debug in comments and docs
- easy: resize receive buffer on easy handle reset
- examples: Avoid reserved names in hiperfifo examples
- examples: add http3.c, altsvc.c and http3-present.c
- getenv: support up to 4K environment variable contents on windows
- http09: disable HTTP/0.9 by default in both tool and library
- http2: when marked for closure and wanted to close == OK
- http2_recv: trigger another read when the last data is returned
- http: fix use of credentials from URL when using HTTP proxy
- http_negotiate: improve handling of gss_init_sec_context() failures
- md4: Use our own MD4 when no crypto libraries are available
- multi: call detach_connection before Curl_disconnect
- netrc: make the code try ".netrc" on Windows
- nss: use TLSv1.3 as default if supported
- openssl: build warning free with boringssl
- openssl: use SSL_CTX_set__proto_version() when available
- plan9: add support for running on Plan 9
- progress: reset download/uploaded counter between transfers
- readwrite_data: repair setting the TIMER_STARTTRANSFER stamp
- scp: fix directory name length used in memcpy
- smb: init *msg to NULL in smb_send_and_recv()
- smtp: check for and bail out on too short EHLO response
- source: remove names from source comments
- spnego_sspi: add typecast to fix build warning
- src/makefile: fix uncompressed hugehelp.c generation
- ssh-libssh: do not specify O_APPEND when not in append mode
- ssh: move code into vssh for SSH backends
- sspi: fix memory leaks
- tests: Replace outdated test case numbering documentation
- tftp: return error when packet is too small for options
- timediff: make it 64 bit (if possible) even with 32 bit time_t
- travis: reduce number of torture tests in 'coverage'
- url: make use of new HTTP version if alt-svc has one
- urlapi: verify the IPv6 numerical address
- urldata: avoid 'generic', use dedicated pointers
- vauth: Use CURLE_AUTH_ERROR for auth function errors

RubyInstaller 2.6.4-1 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- Add support for scoop installer

Changed:
- Update to ruby-2.6.4
- Ignore registry entries with invalid installer data when looking for MSYS2

Victoria 4.76b 查看版本資訊

更新時間:2019-09-09
更新細節:

What's new in this version:

- Added drive configuration via Device Configuration Overlay - a special non-volatile memory in which you can turn off unnecessary functions, turn on previously turned off or change the available volume. The DCO tab appeared, which also has a mini-instruction (external file dcomemo.rtf )
- Improved work with the Extended Comprehensive SMART Error log SMART log : as it turned out, different models have different register addresses. This could lead to erroneous data interpretation on some Seagate and Fujitsu HDDs. The algorithm has been adapted to various manufacturers
- The correct operation was tested on Fujitsu MHZ, HGST 3.5, Seagate / Maxtor 3.5 ″ (7200.11), WD, Samsung STxxx 35 ″, Seagate STxxx 2.5 ″, Toshiba 2.5 ″. While it does not work on all HTSxxx 2.5 ″ - I will investigate the cause
- Added compatibility mode for the table of contents of magazines with old drives. So far - manual daw switching under the table of contents (for experiments). In the future - automatically, according to passport data
- Interface elements (port and device number) are moved to the right, the “ Hints ” daw has been moved to the basement
- In the defect remap mode, the Auto Reassign event detection function is added when the hard drive itself reassigns the defective sector. In this case, instead of the word Remap , a message of the form “ LBAxxx auto reassign ... OK ” is displayed in the log
- Fixed a bug where an automatic screenshot was not taken from the Tests tab

NumPy 1.17.2 查看版本資訊

更新時間:2019-09-07
更新細節:

Tally.ERP 9 6.5.4 查看版本資訊

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

What's new in this version:

GST Annual Computation report to view the values as per books:
- Tally.ERP 9 will help save considerable time and effort by giving you a detailed report which has GST transactional information as per books. Using this information you can identify discrepancies, if any, and fill GSTR-9 accurately.

A new report GST Annual Computation is now provided. You can use this report to:
- Obtain the transaction values as per books.
- Check the transactions that are excluded and resolve incomplete/mismatch in information, and use the break-up of values to file GSTR-9.

Support for GST CMP-08:
- You can now generate GST CMP-08 report and print the same as a Word document, with the details of turnover and tax values of outward and inward supplies on which tax is payable.

Enhancement for E-way Bill:
- Tally.ERP 9 now provides an entry assistance to prefill the distance in E-way Bill Details screen based on the combination of same party and pin codes entered in previous transactions. You can export these details in MS Excel and JSON formats, and use it to generate E-way Bill on NIC portal.

Record Fixed Asset purchases in account invoice mode:
- For your convenience, you can now record Fixed Assets purchases in account invoice mode as well. This was earlier possible only in the voucher mode.

Automatic rounding off invoice amounts:
- Create a Round off Ledger and select Invoice Rounding as the type of ledger. While creating invoice and upon selecting this ledger, Tally.ERP9 will auto calculate the difference value.

Manage e-Way Bills using Tally.ERP 9:
- When you create the invoice before transporting goods, Tally.ERP 9 captures all the necessary details required to capture e-Way Bill. You need not re-enter these details in the E-way Bill portal again. Just export the invoice in JSON format and upload to the portal for generating e-Way Bill.
- Enter E-way Bill Number (EBN) in its corresponding invoice, print the invoice and hand it over to the transporter.
- You can export JSON file for a single invoice or for multiple invoices together in one go.
- If the mode of transport, vehicle no., place of supply and State are same for a given set of invoices, you can group invoices accordingly and generate a single JSON file for a consolidated E-way Bill. But first, you must generate E-way Bills for each invoice as a prerequisite.
- Tally.ERP 9 identifies invoices for which E-way Bills are yet to be generated. You can add, modify, delete, consolidate and track E-way Bills against invoices.Tally.ERP9 also shows which details are missing in the invoice for the purpose of generating E-way Bills.
- You can generate E-way Bills on behalf of your supplier or transporter; or in cases of purchases and also for credit notes, delivery notes and receipt notes as well.

GST Annual Computation report to view the values as per books:
- Tally.ERP 9 will help save considerable time and effort by giving you a detailed report which has GST transactional information as per books. Using this information you can identify discrepancies, if any, and fill GSTR-9 accurately.

A new report GST Annual Computation is now provided. You can use this report to:
- Obtain the transaction values as per books.
- Check the transactions that are excluded and resolve incomplete/mismatch in information, and use the break-up of values to file GSTR-9.

Support for GST CMP-08:
- You can now generate GST CMP-08 report and print the same as a Word document, with the details of turnover and tax values of outward and inward supplies on which tax is payable.

Enhancement for E-way Bill:
- Tally.ERP 9 now provides an entry assistance to prefill the distance in E-way Bill Details screen based on the combination of same party and pin codes entered in previous transactions. You can export these details in MS Excel and JSON formats, and use it to generate E-way Bill on NIC portal.

Record Fixed Asset purchases in account invoice mode:
- For your convenience, you can now record Fixed Assets purchases in account invoice mode as well. This was earlier possible only in the voucher mode.

Automatic rounding off invoice amounts:
- Create a Round off Ledger and select Invoice Rounding as the type of ledger. While creating invoice and upon selecting this ledger, Tally.ERP9 will auto calculate the difference value.

Manage e-Way Bills using Tally.ERP 9:
- When you create the invoice before transporting goods, Tally.ERP 9 captures all the necessary details required to capture e-Way Bill. You need not re-enter these details in the E-way Bill portal again. Just export the invoice in JSON format and upload to the portal for generating e-Way Bill.
- Enter E-way Bill Number (EBN) in its corresponding invoice, print the invoice and hand it over to the transporter.
- You can export JSON file for a single invoice or for multiple invoices together in one go.
- If the mode of transport, vehicle no., place of supply and State are same for a given set of invoices, you can group invoices accordingly and generate a single JSON file for a consolidated E-way Bill. But first, you must generate E-way Bills for each invoice as a prerequisite.
- Tally.ERP 9 identifies invoices for which E-way Bills are yet to be generated. You can add, modify, delete, consolidate and track E-way Bills against invoices.Tally.ERP9 also shows which details are missing in the invoice for the purpose of generating E-way Bills.
- You can generate E-way Bills on behalf of your supplier or transporter; or in cases of purchases and also for credit notes, delivery notes and receipt notes as well.