VueScan (64-bit)

最新版本 Basilisk Browser 2023.03.04 (64-bit)

Basilisk Browser 2023.03.04 (64-bit)

Basilisk Browser 2023.03.04 (64-bit)
VueScan 64 位掃描程序可與大多數高質量平板和膠片掃描儀配合使用,以生成具有色彩保真度和色彩平衡的掃描。它非常易於使用,並且還具有用於恢復專業攝影師使用的褪色,批量掃描和其他功能的高級功能.

您的掃描儀不再受操作系統支持嗎?還是你正在尋找更多的功能從你的掃描儀比它來?下載 VueScan。它取代了掃描儀隨附的軟件,因此您可以獲得更好的掃描效果並延長您的硬件使用壽命.

VueScan 在您的系統上不會改變任何內容,也不會在您的操作系統中安裝任何軟件,所有其他掃描儀軟件將繼續運行。您可以隨時購買 VueScan 64 位,並立即得到一個禁用圖像水印的序列號。

VueScan 功能:

兼容超過 3000 掃描儀
VueScan 與 Windows,Mac OS X 和 Linux 上超過 3000 個不同的掃描儀兼容。查看掃描儀是否工作的最好方法是下載 VueScan(僅需 60 秒)。您還可以查看支持的掃描儀列表.

為什麼要立即購買新產品?
VueScan 可以節省您的掃描儀,節省您的成本並提供您無法在其他地方找到的功能強大的新功能,甚至不包括製造商。使用 VueScan 防止您的掃描儀過時(和垃圾填埋場).

VueScan Mobile for iOS and Android
如果您有 iPad,iPhone 或 Android 手機或平板電腦,則可以使用 VueScan Mobile Free 進行掃描。這是一個完全免費的程序,可與內置相機和大多數聯網的惠普,佳能,愛普生,兄弟和三星掃描儀配合使用。

輸出以多種格式掃描
V 掃描可以輸出 PDF,JPEG 和 TIFF 掃描的文檔,照片和膠片格式。它還可以識別使用 OCR 的文本,並使用平板掃描儀和帶有自動文檔進紙器的掃描儀創建多頁 PDF

非常適合初學者和專業用戶使用
我們建立了 VueScan,使兩種完全不同類型的用戶可以使用它。初學者只需要運行 VueScan 並按下“掃描”按鈕。 Pro 用戶可以更改為“標準”或“專業”選項來解鎖強大的功能,以便完全控制掃描.

靈活的許可證
您可以在最多四台個人使用的計算機上使用 VueScan,以及任意操作系統,與任何數量的掃描儀,x32 和 x64,與一個單一的許可證。標準版有一年的免費升級,專業版有無限的免費升級.

注意:在演示版本的限制是水印掃描圖像.

也可用:下載 VueScan for Mac

ScreenShot

軟體資訊
檔案版本 Basilisk Browser 2023.03.04 (64-bit)

檔案名稱 basilisk-20230305231636.win64.installer.exe
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 未分類
作者 Hamrick Software
官網 https://www.hamrick.com/
更新日期 2023-03-06
更新日誌

What's new in this version:

Basilisk Browser 2023.03.04 (64-bit)
- Fixed a crash in the new regular expression code
- Added {Extended_Pictographic} unicode property escape to regular expressions
- Fixed a regression in regular expressions for literal parsing of invalid ranges
- Updated NSS to pick up fixes
- Security issues addressed: CVE-2023-25733 DiD, CVE-2023-25739 DiD and CVE-2023-0767
- UXP Mozilla security patch summary: 1 fixed, 2 DiD, 14 not applicable


Basilisk Browser 2023.01.26 (64-bit)
- Primary focus for this milestone is web compatibility, in particular Regular Expression extensions, standards compliance issues and further JPEG-XL support
- This milestone now offers full coverage of the ECMAScript 2016-2020 JavaScript specifications, with the exception of BigInt primitives

Most important changes:
- Implemented Regular Expression named capture groups
- Implemented Regular Expression unicode property escapes
- Re-implemented Regular Expression lookaround/lookbehind (without crashing this time ;) )
- Implemented progressive decoding for JPEG-XL
- Implemented animation for JPEG-XL
- Renamed CSS offset-* properties to inset-* to align with the latest spec and the web
- Fixed CSS inheritance and padding issues in some cases
- Aligned parsing of incorrectly duplicated HSTS headers with expected behavior (discard all but the first one)
- Implemented a method to avoid memory exhaustion in case of (very) large resolution animated images
- Updated the JPEG-XL and Highway libraries to a recent, stable version
- Cleaned up some unused CSS prefixing code
- Improved the ability to link on *nix operating systems with other linkers than gcc's default
- Stability improvements (potential crash fixes)
- Security issues addressed: CVE-2023-23598, CVE-2023-23599 and several others that do not have a CVE number
- UXP Mozilla security patch summary: 4 fixed, 2 DiD, 19 not applicable


Basilisk Browser 2023.01.07 (64-bit)
This is a major development, bugfix and security release:
- Added support for the JPEG-XL image format
- Implemented regular expressions lookaround/lookbehind
- Aligned CORS header parsing with the updated spec. See implementation notes
- We no longer fire keypress events for non-printable keys. See implementation notes
- Added support for MacOS 13 "Ventura" in the platform, primarily benefitting White Star
- Fixed potentially problematic thread locking code on *nix platforms
- Fixed some small issues in the display and operation of the Web Developer tools
- Removed unused but performance-impacting panning and tab animation measuring code. (telemetry leftovers
- Improved code for SunOS builds
- Updated Internationalization data for time zones
- Fixed a buffer overflow for Mac builds
- Fixed an issue with plugins not receiving keypress events properly
- Added some extra sanity checks to our zip/jar/xpi reader to avoid issues with corrupt archives
- Aligned cookie checks with RFC 6265 bis. See implementation notes
- Removed obsolete code in Windows widgets that could cause potential issues with long paths and file names on supported versions
- Fixed several crashes
- Security issues addressed: CVE-2022-45411, CVE-2022-46876, CVE-2022-46874 and several others that do not have a CVE numbe
- UXP Mozilla security patch summary: 6 fixed, 1 DiD, 1 deferred, 45 not applicable

Implementation notes:
- RFC 6265 has been worked on with draft changes describing how cookies are actually being handled in the real world, in the bis versions of the RFC. While these changes have not yet been finalized, browsers in general do adhere to the latest available bis version of this RFC. Specifically, the long-standing exceptions for cookie names and values have been formalized, e.g. having quoted values. Our behavior has changed in that we now once again accept Tab characters (0x09) which is the one excluded control character from the range that is otherwise forbidden. We also no longer apply these checks exclusively to those in http headers, and any way of setting cookies must now adhere to the valid range. Cookies that fail these range checks for valid characters will be ignored.
- CORS support has been updated to the current spec. Most importantly, Basilisk now accepts wildcard entries ("*") for the CORS statements Access-Control-Expose-Headers, Access-Control-Allow-Headers and Access-Control-Allow-Method. Note that wildcards are ignored (according to the spec) when credentials are passed.
- Basilisk will no longer fire the keypress events in content when the key pressed is a non-printable key. This is in response to issues where webmasters would use rudimentary and naïve input-restricting scripts in onkeypress handlers that would not take into account editing keys or navigation keys, causing issues for users trying to enter data into forms (and e.g. finding they could no longer use backspace, cursor keys or tab). This aligns our behavior with other browsers for web compatibility, although it should be considered a website error expecting not all keypresses to be intercepted in keypress events.


Basilisk Browser 2022.11.04 (64-bit)
Fixed:
- a potential heap Use-After-Free risk in Expat
- potentially undefined behavior in our thread locking code
- a potentially exploitable crash in the refresh driver
- potentially undefined behavior when base-64 decoding

- Added detection suport for the newly-released MacOS 13 (Ventura)
- Implemented a texture size cap for WebGL to prevent potential issues with some graphics drivers
- Updated site-specific overrides to address issues with ZoHo
- UXP Mozilla security patch summary: 1 fixed, 2 DiD, 6 not applicable


Basilisk Browser 2022.09.28 (64-bit)
This is a major development, bugfix and security release:
- Note: The default serch engines have changed. Please verify that your configuration still uses your preferred search engine.
- Implemented .at(index) JavaScript method on built-in indexables (Array, String, TypedArray)
- Implemented the use of EventSource in workers
- Enabled the sending of the Origin: header by default on same-origin requests
- Changed how Basilisk is built. We have made build system changes to reduce build times and pressure on the linker on all platforms. Note that Basilisk is not yet built with Visual Studio 2022. This change will be done in the next release
- Changed how Basilisk handles standalone wave audio files (.wav). See implementation notes
- Improved string normalization
- Updated the handling of CSS "supports" to now accept unparenthesized strings (spec update)
- Updated the handling of flex containers in web pages for web compatibility
- Fixed various issues when building for Mac OS X
- Fixed various C++ standard conformance issues in the source code
- Fixed several issues building on SunOS and Linux with various configurations and gcc versions
- Fixed an issue with regular expressions' dotAll syntax and usage. See implementation notes
- Switched custom hash map to std::unordered_map where prudent
- Cleaned up and updated IPC thread locking code
- Removed spacing for accessibility focus rings in form controls to align styling of them with expected metrics
- Removed the unnecessary control module for building with non-standard configurations of the platform
- Removed the -moz prefix from min-content and max-content CSS keywords where it was still in use
- Updated the search engines included with Basilisk. Basilisk now includes the same search engines as Pale Moon
- Fix issue where PDF.js was completely broken in the previous release
- Fixed an important stability and performance issue related to hardware acceleration
- Implemented Global Privacy Control in the Basilisk settings
- Fix issue where the 32-bit Windows installer would not execute on 32-bit Windows systems
- Remove Mozilla related default bookmarks. Update default bookmarks
- Update compatmode override for Firefox to 102.0
- Update user agent overrides to improve compatibility with Facebook
- Security fixes: CVE-2022-40956 and CVE-2022-40958
- UXP Mozilla security patch summary: 2 fixed, 11 not applicable


Basilisk Browser 2022.08.06 (64-bit)
This is a major update:
- Very Important: This is the first public release from the Basilisk Development team. As such, the vendor name in the application has changed. This means the profile directory has changed. See here for more info. You will have to perform a manual update if you are currently running Basilisk 2022.01.27 as it was compiled without an updater.
Note: Many things have changed since 2022.01.27 and 2022.08.06. We've tried to note all changes here but it is very likely something was missed:
- Fixed several application crash scenarios
- Fixed a number of thread locking/mutex issues
- Fixed a leak of content types due to inconsistent error reporting
- Fixed an issue with iframe sandboxing not being properly applied
- Fixed a potential leak of bookmarks from the exported bookmarks file if it included a malicious bookmarklet.
- Fixed an issue with drag-and-drop
- Fixed a potential crash due to truncated WAV files.
- Fixed a memory safety issue with XSLT
- Fixed a potential crash issue on bing.com.
- Fixed some thread locking issues
- Worked around a Mesa driver bug that could cause crashes
- Fixed a potential resource access issue in devtools
- Security issues with CVEs addressed: CVE-2022-1097, CVE-2022-28285 (DiD) and CVE-2022-28283 (DiD).
- Implemented Global Privacy Control, taking the place of the unenforceable "DNT" (Do Not Track) signal. Through GPC, you indicate to websites that you do not want them to share or sell your data.
- Implemented "optional chaining"
- Implemented setBaseAndExtent for text selections
- Implemented queueMicroTask() "pseudo-promise" callbacks
- Implemented accepting unit-less values for rootMargin in Intersection observers for web compatibility, making it act more like CSS margin as one would expect
- Improvements to CSS grid and flexbox rendering and display following spec changes and improving web compatibility
- Improved performance of parallel web workers in JavaScript
- Improved display of cursive scripts (on Windows). Good-bye Comic Sans!
- Updated various in-tree libraries
- Added support for extended VPx codec strings in media delivery via MSE (RFC-6381).
- Fixed a long-time regression where the browser would no longer honor old-style body and iframe body margins when indicated in the HTML tags directly instead of CSS. This improves compatibility with particularly old and/or archived websites.
- Fixed several crashes and stability issues
- Removed all Google SafeBrowsing/URLClassifier service code
- Restored Mac OS X code and buildability in the platform
- Removed the non-standard ArchiveReader DOM API that was only ever a prototype implementation
- Removed most of the last vestiges of the invasive Mozilla Telemetry code from the platform. This potentially improves performance on some systems.
- Removed leftover Electrolysis controls that could sometimes trick parts of the browser into starting in a (very broken) multi-process mode due to some plumbing for it still being present, if users would try to force the issue with preferences. Obviously, this was a footgun for power users.
- Removed more Android/Fennec code (on-going effort to clean up our code).
- Removed the Marionette automated testing framework.
- Security issues addressed: CVE-2022-29915, CVE-2022-29911, and several issues that do not have a CVE number.
- Implemented "nullish coalescing operator" for web compatibility.
- Fixed various crash scenarios in XPCOM.
- Fixed an important stability and performance issue related to hardware acceleration.
- Fixed a long-standing issue where dynamic datalist updates for

































































































































































































































































































































































































































































































































Basilisk Browser 2023.03.04 (64-bit) 相關參考資料
Basilisk - Download

Der neue Web-Browser Basilisk macht die Nutzung vieler Firefox-Erweiterungen weiterhin möglich. ... Firefox (64 Bit). Jetzt kostenlos bei CHIP zum Download: ...

https://www.chip.de

Basilisk Browser (32-bit) Download (2024 Latest)

2024年2月3日 — Basilisk Browser (32-bit) · Uses Goanna as a layout and rendering engine. · Builds on UXP, XUL platform in development. · Has some long-standing ...

https://www.filehorse.com

Basilisk Browser (64-bit) Download (2024 Latest)

2023年12月12日 — Basilisk Browser 64bit is a free and Open Source XUL-based web browser, featuring the well-known Firefox-style interface and operation.

https://www.filehorse.com

Basilisk Browser 2023.03.04

2023年3月7日 — Basilisk is a free and Open Source XUL-based web browser, featuring the well-known Firefox-style interface and operation.

https://www.pclinuxos.com

Basilisk Browser 2023.10.03 (64-bit) for Windows 軟體資訊交流

Basilisk Browser 64bit 是一個免費的基於XUL 的開源Web 瀏覽器,具有著名的Firefox 風格的界面和操作。它基於Goanna 佈局和渲染引擎(Gecko 的分支),並基於Unified ...

https://winxmac.com

Basilisk for Windows - Download it from Uptodown for free

2023年12月9日 — Download Basilisk for Windows for free. A modern browser with dozens of features. Basilisk is a comprehensive, free and open source browser

https://basilisk-947014.en.upt

Basilisk untuk Windows - Unduh dari Uptodown secara gratis

2023年12月9日 — Tujuan kami adalah memberikan akses gratis dan terbuka ke katalog raksasa aplikasi tanpa batasan, sekaligus menyediakan platform distribusi ...

https://basilisk-947014.id.upt

Basilisk web browser

Basilisk is a free and Open Source XUL-based web browser, featuring the well-known Firefox-style interface and operation. It is based on the Goanna layout and ...

https://www.basilisk-browser.o

Download Basilisk

Windows archive: x86 32-bit | x86 64-bit. Linux x86_64 tarball: x86 64-bit GTK2 | x86 64-bit GTK3 Linux aarch64 tarball: ARM 64-bit GTK2 | ARM 64-bit GTK3

https://www.basilisk-browser.o

軟體下載Basilisk Browser 2023.11.05 (64-bit) Download

2023年11月5日 — Basilisk Browser 2023.03.04 (64-bit) - Fixed a crash in the new regular expression code - Added Extended_Pictographic} unicode property ...

https://software.todohealth.co