TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Brave Browser 軟體歷史版本 Download Page36 :: 軟體兄弟

Brave Browser 歷史版本列表 Page36

最新版本 [var.version]

Brave Browser 歷史版本列表

新的 Brave 瀏覽器會自動阻止廣告和跟踪器,使其比當前瀏覽器更快,更安全。除了真實的內容,一切頁面的加載速度都是驚人的。最多 60%的網頁加載時間是由每次在您最喜歡的新聞網站上打開頁面時加載到各個位置的基礎廣告技術引起的。而這 20%是花費在加載正在嘗試了解更多關於你的東西上的時間. 選擇版本:Brave Browser 0.19.123 Dev(32 位)Brave Browser 0.19... Brave Browser 軟體介紹

Brave Browser (32-bit)Brave Browser (64-bit)


Balabolka 2.15.0.831 查看版本資訊

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

What's new in this version:

- Added the using of SaluteSpeech
- Fixed small bugs
- Resources for Bulgarian and Spanish languages were updated

pgAdmin 4 6.170 查看版本資訊

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

What's new in this version:

New features:
Housekeeping:
- Update the BigAnimal API version to V2
- Remove all traces of Backbone and Underscore

Fixed:
- Fixed an issue where the wrong schema is displayed for a foreign key in the schema diff tool
- Ensure that the query history date format in Desktop mode matches the format of the locale of the pgadmin server
- Fixed an issue where the CSV file would not download if the CSV quote character length exceeded 1
- Ensure that DATA_DIR dependent folders/files are automatically created inside the specified DATA_DIR if they are not specified separately in the configuration file
- Improved error message to make it easier for users to understand
- Fixed an issue where editor position was wrong when editing data from result grid
- Ensure the query tool is launched successfully for the servers registered with the PostgreSQL service
- Ensure that only authorized and authenticated users can validate binary paths

Pinegrow Web Editor 7.0.1 查看版本資訊

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

What's new in this version:

Updates:
- Mac M1 build
- Layout tools
- Improved CSS editor
- Class previews
- Responsive interactions and more

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

UserBenchmark 3.3.6.0 查看版本資訊

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

ClamAV 1.0.0 查看版本資訊

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

What's new in this version:

Major changes:
- Support for decrypting read-only OLE2-based XLS files that are encrypted with the default password. Use of the default password will now appear in the metadata JSON.

Overhauled the implementation of the all-match feature. The newer code is more reliable and easier to maintain:
This project fixed several known issues with signature detection in all- match mode:
- Enabled embedded file-type recognition signatures to match when a malware signature also matched in a scan of the same layer
- Enabled bytecode signatures to run in all-match mode after a match has occurred
- Fixed an assortment of all-match edge case issues
- Added multiple test cases to verify correct all-match behavior

Added a new callback to the public API for inspecting file content during a scan at each layer of archive extraction:
- The new callback function type is clcb_file_inspection defined in clamav.h
- The function cl_engine_set_clcb_file_inspection() may be used to enable the callback prior to performing a scan
- This new callback is to be considered unstable for the 1.0 release. We may alter this function in a subsequent feature version.
- Added a new function to the public API for unpacking CVD signature archives:
- The new function is cl_cvdunpack(). The last parameter for the function may be set to verify if a CVD's signature is valid before unpacking the CVD content to the destination directory.
- The option to build with an external TomsFastMath library has been removed. ClamAV requires non-default build options for TomsFastMath to support bigger floating point numbers. Without this change, database and Windows EXE/DLL authenticode certificate validation may fail. The ENABLE_EXTERNAL_TOMSFASTMATH build is now ignored.
- The separate repository will make it easier to update the images and fix issues with images for released ClamAV versions
- Any users building the ClamAV Docker image rather than pulling them from Docker Hub will have to get the latest Docker files from the new location
- Increased the SONAME major version for libclamav because of ABI changes between the 0.103 LTS release and the 1.0 LTS release

Other improvements:
- Add checks to limit PDF object extraction recursion.
- Increased the limit for memory allocations based on untrusted input and altered the warning message when the limit is exceeded so that it is more helpful and less dramatic.
- Dramatically improved the build time of libclamav-Rust unit tests. The unit test build is included in the time limit for the test itself and was timing out on slower systems. The ClamAV Rust code modules now share the same build directory, which also reduces the amount of disk space used for the build.
- For Windows: The debugging symbol (PDB) files are now installed alongside the DLL and LIB library files when built in "RelWithDebInfo" or "Debug" mode.
- Relaxed the constraints on the check for overlapping ZIP file entries so as not to alert on slightly malformed, but non-malicious, Java (JAR) archives.
- Increased the time limit in FreshClam before warning if the DNS entry is stale. In combination with changes to update the DNS entry more frequently, this should prevent false alarms of failures in the database publication system.
- Docker: The C library header files are now included in the Docker image. Patch courtesy of GitHub user TerminalFi.
- Show the BYTECODE_RUNTIME build options when using the ccmake GUI for CMake. Patch courtesy of ????? ????????.
- Added explicit minimum and maximum supported LLVM versions so that the build will fail if you try to build with a version that is too old or too new and will print a helpful message rather than simply failing to compile because of compatibility issues. Patch courtesy of Matt Jolly.
- Fixed compiler warnings that may turn into errors in Clang 16. Patch courtesy of Michael Orlitzky.
- Allow building with a custom RPATH so that the executables may be moved after build in a development environment to a final installation directory.

Fixed:
Assorted code quality fixes. These are not security issues and will not be backported to prior feature versions:
- Several heap buffer overflows while loading PDB and WDB databases were found by OSS-Fuzz and by Michal Dardas.
- oss-fuzz 43843: heap buffer overflow read (1) cli_sigopts_handler
- oss-fuzz 44849: heap buffer overflow read (4) in HTML/js-norm
- oss-fuzz 43816: heap buffer overflow read (8) in cli_bcomp_freemeta
- oss-fuzz 43832: heap buffer overflow read (2) in cli_parse_add
- oss-fuzz 44493: integer overflow in cli_scannulsft
- CIFuzz leak detected in IDB parser
- oss-fuzz assorted signature parser leaks
- oss-fuzz 40601: leak detected in pdf_parseobj
- Fixed a build failure when using LIBCLAMAV_ONLY mode with tests enabled.
- Fixed an issue verifying EXE/DLL authenticode signatures to determine a given file can be trusted (skipped).
- Fixed a caching bug relating to the Container and Intermediates logical signature condition.
- Fixed a build issue when build with RAR disabled or when building with an external libmspack library rather than the bundled library.
- Fixed the capitalization of the -W option for clamonacc in the clamonacc manpage. Patch courtesy of GitHub user monkz.
- Fixed a performance issue with Rust code when the build type is not explicitly set to "Release" or "RelWithDebInfo". The Rust default build type is now "RelWithDebInfo" just like the C code, instead of Debug. This means it is now optimized by default.
- Fixed an issue loading Yara rules containing regex strings with an escaped forward-slash (/) followed by a colon (:)
- Fixed an issue detecting and scanning ZIP file entries appended to very small files. The fix is part of the all-match feature overhaul.
- Fixed a detection issue with EXE/DLL import-address-table hash signatures that specify a wildcard (*) for the size field. The fix is part of the all-match feature overhaul.
- Fixed the default bytecode timeout value listed in the manpages and in the sample config files. Patches courtesy of Liam Jarvis and Ben Bodenmiller.
- Fixed an issue building the libclamav_rust test program when running ctest if building with BYTECODE_RUNTIME=llvm and when the FindLLVM.cmake module is used to find the LLVM libraries. Patch courtesy of GitHub user teoberi.
- Fixed an issue where scans sent to clamd with the all-match mode enabled caused all subsequent scans to also use all-match mode
- Fixed bug when starting clamonacc with the --log=FILE option that created randomly named files in the current directory
- Other assorted bug fixes

UserBenchmark 3.3.5.0 查看版本資訊

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

Postman 10.5.2 查看版本資訊

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

What's new in this version:

- Fixed an issue where the OAuth2 configuration tab was crashing in Scratchpad

sPortable (Skype Portable) 8.91.0.404 查看版本資訊

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

Balabolka 2.15.0.830 查看版本資訊

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

What's new in this version:

- Added the using of Viettel Text-To-Speech
- Small improvements
- Updated the using of Microsoft Azure Text-To-Speech
- Disabled the using of Tinkoff VoiceKit