Brave Browser (64-bit) 歷史版本列表 Page175

最新版本 Vim 9.1

Brave Browser (64-bit) 歷史版本列表

新的勇敢的瀏覽器 64 位自動阻止廣告和跟踪器,使其比目前的瀏覽器更快,更安全。除了真實的內容,一切頁面的加載速度都是驚人的。最多 60%的網頁加載時間是由每次在您最喜歡的新聞網站上打開頁面時加載到各個位置的基礎廣告技術引起的。其中 20%的時間花在加載試圖了解更多關於你的東西上。下載勇敢的瀏覽器 64 位脫機安裝程序安裝程序!Brave 底層是一個基於 Chromium 的網絡瀏覽器,這意味著它... Brave Browser (64-bit) 軟體介紹


cURL 7.75.0 查看版本資訊

更新時間:2021-02-03
更新細節:

What's new in this version:

Changes:
- curl: add --create-file-mode [mode]
- curl: add new variables to --write-out
- dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entries
- gopher: implement secure gopher protocol
- http: add Hyper as new optional HTTP backend
- http: introduce AWS HTTP v4 Signature support

Bug-fixes:
- badsymbols.pl: add verbose mode -v
- badsymbols.pl: ignore stand-alone single hash lines
- BUG-BOUNTY: minor language updates
- build: fix djgpp builds
- cleanup: fix empty expression statement has no effect
- cmake: Add an option to disable libidn2
- cmake: enable gophers correctly in curl-config
- cmake: expose CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
- cmdline-opts/gen.pl: return hard on errors
- cmdline-opts/retry.d: mention response code 429 as well
- configure: set -Wextra-semi-stmt for clang with --enable-debug
- connect: defer port selection until connect() time
- connect: mark intentional ignores of setsockopt return values
- connect: on linux, enable reporting of all ICMP errors on UDP sockets
- connect: zero variable on stack to silence valgrind complaint
- cookie: avoid the C1001 internal compiler error with MSVC 14
- curl.1: fix typo microsft -> microsoft
- curl: fix handling of -q option
- curl: include the file name in --xattr/--remote-time error msgs
- curl: move fprintf outputs to warnf
- Curl_chunker: shrink the struct
- curl_easy_pause.3: add multiplexed pause effects
- CURLINFO_PRETRANSFER_TIME.3: clarify
- CURLOPT_URL.3: remove scheme specific details
- digest_sspi: Show InitializeSecurityContext errors in verbose mode
- docs/examples: adjust prototypes for CURLOPT_READFUNCTION
- docs/URL-SYNTAX: the URL syntax curl accepts and works with
- docs: enable syntax highlighting in several docs files
- docs: fix line length bug in gen.pl
- docs: fix typos in NEW-PROTOCOL.md
- docs: fix wrong documentation in help.d
- docs: remove redundant "better" in --fail help
- doh: allocate state struct on demand
- examples/libtest: add .checksrc to dist
- examples: remove superfluous asterisk uses
- failf: remove newline from formatting strings
- file: don't provide content-length for directories
- getinfo: build with disabled HTTP support
- gitattributes: Set batch files to CRLF line endings on checkout
- h2: do not wait for RECV on paused transfers
- HISTORY: added dates to early history
- http: empty reply connection are not left intact
- http: get CURLOPT_REQUEST_TARGET working with a HTTP proxy
- http: have CURLOPT_FAILONERROR fail after all headers
- http: make providing Proxy-Connection header not cause duplicated headers
- http: show the request as headers even when split-sending
- http_chunks: correct and clarify a comment on hexnumber length
- http_proxy: Fix CONNECT chunked encoding race condition
- httpauth: make multi-request auth work with custom port
- INSTALL: now at 85 operating systems
- INSTALL: update the list known OSes and CPU archs curl has run on
- lib/unit tests: add missing curl_global_cleanup() calls
- lib1564/5: verify that curl_multi_wakeup returns OK
- lib: pass in 'struct Curl_easy *' to most functions
- lib: remove Curl_ prefix from many static functions
- lib: save a bit of space with some structure packing
- libssh2: fix "Value stored to 'readdir_len' is never read"
- libssh2: move data from connection object to transfer object
- libssh: avoid plain free() of libssh-memory
- mime: make sure setting MIMEPOST to NULL resets properly
- misc: assorted typo fixes
- misc: fix "warning: empty expression statement has no effect"
- misc: fix typos
- mk-ca-bundle.pl: deterministic output when using -t
- mqtt: deal with 0 byte reads correctly
- mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE
- multi: set the PRETRANSFER time-stamp when we switch to PERFORM
- multi: skip DONE state if there's no connection left for ftp wildcard
- multi: when erroring in TOOFAST state, act as for PERFORM
- multi_runsingle: bail out early on data->conn == NULL
- ngtcp2: Fix http3 upload stall
- ngtcp2: Fix stack buffer overflow
- ngtcp2: make it build it current master again
- nss: get the run-time version instead of build-time
- openssl: lowercase the hostname before using it for SNI
- OS400: update ccsidcurl.c
- pretransfer: setup the User-Agent header here
- quiche: remove fprintf() leftover
- Revert "CI/github: work-around for brew breakage on macOS"
- runtests: add 'wakeup' as a feature
- runtests: add support for %if [feature] conditions
- runtests: preprocess DISABLED to allow conditionals
- schannel: plug a memory-leak
- schannel_verify: fix safefree call typo
- select: convert Curl_select() to private static function
- socks: use the download buffer instead
- speedcheck: exclude paused transfers
- strerror: skip errnum >= 0 assertion on windows
- test1522: add debug tracing
- test1633: set appropriate name
- test179: use consistent header line endings
- test410: verify HTTPS GET with a 49K request header
- tests/mqttd: extract the client id from the correct offset
- tests: make --libcurl tests only test FTP options if ftp enabled
- tool_doswin: Restore original console settings on CTRL signal
- tool_operate: fix the suppression logic of some error messages
- tool_operate: spellfix a comment
- tool_writeout: fix the -w time output units
- transfer: fix GCC 10 warning with flag '-Wint-in-bool-context'
- travis: build ngtcp2 --with-gnutls
- travis: limit the tests with quiche builds to HTTPS and FTPS only
- travis: restrict the openssl3 job to only run https and ftps tests
- url: if IDNA conversion fails, fallback to Transitional
- urldata: make magic be the first struct field
- urldata: remove 'local_ip' from the connectdata struct
- urldata: remove duplicate 'upkeep_interval_ms' from connectdata
- urldata: remove duplicate port number storage
- urldata: remove the duplicate 'ip_addr_str' field
- urldata: store ip version in a single byte
- vtls: remove md5sum
- warnless: remove curlx_ultosi
- wolfssl: add SECURE_RENEGOTIATION support
- wolfssl: Support wolfSSL builds missing TLS 1.1

Duet Display 1.9.3.6 查看版本資訊

更新時間:2021-02-02
更新細節:

Windows TubeMate 3.19.5 查看版本資訊

更新時間:2021-02-02
更新細節:

MSI Kombustor 4.1.11.0 查看版本資訊

更新時間:2021-02-02
更新細節:

What's new in this version:

- added support of NVIDIA GeForce GT 1010
- added support of NVIDIA GeForce RTX 3080 Laptop, RTX 3070 Laptop and RTX 3060 Laptop
- bugfix: the artifact scanner remained always enabled after the first use
- updated with latest GeeXLab SDK libs (v0.40.0)

KeePassXC 2.6.4 (32-bit) 查看版本資訊

更新時間:2021-02-01
更新細節:

What's new in this version:

Added:
- Automatically adapt to light/dark system theme changes (Windows/macOS only)

Changed:
- Show window title as tooltip on system tray
- Compress Snap release as LZO for faster initial startup
- Password generator: Set maximum selectable password length to 999

Fixed:
- Fix crash on app close when using SSH agent
- Fix KDF selection showing wrong item when using Argon2id
- Automatically close About dialog on database lock if it is still open
- Linux: Fix automatic launch at system startup with AppImages
- Linux: Fix click-to-move on empty area activating when using menus
- Linux: Try multiple times to show tray icon if tray is not ready yet
- macOS: Fix KeePassXC blocking clean shutdown

KNIME 4.3.1 (64-bit) 查看版本資訊

更新時間:2021-02-01
更新細節:

What's new in this version:

File Handling Framework:
- Easy to use different file systems and migrate from one system/cloud to another
- Managing of various file systems within the same workflow
- Powerful framework that allows us to integrate more and more file systems
- Consistent user experience across all nodes and file systems
- Performance improvements

Consistent UX & Features for Readers & Writers:
- Read multiple files from a folder into a single KNIME data table
- Visual column transformations, e.g. filtering, sorting, renaming, and type mapping - all available in a responsive and easy to use interface that instantly shows changes in a preview window

Columnar Table Backend for Fast Tables (KNIME Labs):
- Improved performance
- Memory efficiency and in-memory processing

Python Enhancements:
- Easier to share and productionize workflows and components containing Python Scripting nodes; Conda Environment Propagation node captures and replicates required dependencies alongside your workflows or components
- Multiple input and output of Python Scripting nodes
- Integrate functionality from Jupyter notebooks directly into KNIME workflows / Invoke KNIME workflows from Python or Jupyter notebooks

Extensions and Integrations Moving out of KNIME Labs:
- The KNIME Deep Learning Extensions based on Keras and Tensorflow
- Our integrations with H2O, Tableau, and Salesforce

- More Utility Nodes
- Components

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

更新時間:2021-02-01
更新細節:

What's new in this version:

Added:
- Automatically adapt to light/dark system theme changes (Windows/macOS only)

Changed:
- Show window title as tooltip on system tray
- Compress Snap release as LZO for faster initial startup
- Password generator: Set maximum selectable password length to 999

Fixed:
- Fix crash on app close when using SSH agent
- Fix KDF selection showing wrong item when using Argon2id
- Automatically close About dialog on database lock if it is still open
- Linux: Fix automatic launch at system startup with AppImages
- Linux: Fix click-to-move on empty area activating when using menus
- Linux: Try multiple times to show tray icon if tray is not ready yet
- macOS: Fix KeePassXC blocking clean shutdown

ChanSort 2021.01.31 查看版本資訊

更新時間:2021-01-31
更新細節:

What's new in this version:

- Philips ChannelMap_45: fixed bug writting "channel edited" indicator to the wrong location inside the file
- Philips ChannelMap_45: fixed display of wrong frequency
- Philips ChannelMap_45: added support for favorite lists

Wickr Me 5.71.9 查看版本資訊

更新時間:2021-01-30
更新細節:

Windows Terminal 2021 1.5.10271.0 查看版本資訊

更新時間:2021-01-29
更新細節:

What's new in this version:

Changes:
- We're finally on Microsoft.UI.Xaml 2.5.0, not a prerelease!
- Our annoying "keyboard/handwriting service" dialog is now a slightly less annoying info bar
- The "Open Windows Terminal here" menu item will now (finally!) show up inside directories
- You can now drag/drop more types of things on Terminal: files, links, weird VS Code tab items (?)
- We've updated the iconography in the menus to better match its purpose

Fixed:
- Terminal now tries harder to scroll tabs into view when you navigate
- Right-click paste now clears any active selection
- Pastes containing n are now properly normalized to r
- The buttons in the title bar have been cajoled into being the right colors when the app theme doesn't match the system theme
- The initialRows/initialCols settings should work more reliably in the presence of padding
- (Are we bad at math? You'd never be able to tell after this pull request!)
- Commandline arguments to wt that conflict with wt new-tab should now be detected properly
- The tab close button now matches the tab text when you override the tab color (whoops)
- There were apparently still ways to make the terminal window too small. NO LONGER!
- The profile menu and command palette will now prefer your shortcut keys over the inbuilt ones