NetBalancer 歷史舊版本 Page16

最新版本 Gyazo 5.4.4

NetBalancer 歷史版本列表

NetBalancer 使用瀏覽和做任何網上活動舒適,即使您的下載管理器或洪流客戶從互聯網下載大文件只是降低其網絡優先級與 NetBalancer. 您可以使用 NetBalancer 來設置下載或上傳傳輸速率優先級的應用程序,並監視他們的互聯網交通。具有較高網絡優先級的應用將比具有較低網絡優先級的應用獲得更多的通信帶寬。福利 NetBalancer 等流量整形軟件是 NetBalancer 的作... NetBalancer 軟體介紹


Resolume Arena 7.1.2 rev 69027 查看版本資訊

更新時間:2020-04-16
更新細節:

What's new in this version:

- Resolume 7.1.2 fixes a few bugs and crashes but also has a much improved Gradient that can now take a palette of multiple colours. You can now link layer parameters to the clip transition phase which allows you to make custom clip transitions from effects. Checkout the two videos we made for this release.

Improved Gradient:
- Crash creating the 257th Lumiverse
- Crash switching AV clip from BPM to Beats
- Crash sorting midi messages
- Crash creating shortcuts while target changed
- Crash moving renamed effect
- Crash switching columns while clip param envelope point contextual menu is open
- Crash dropping source with BPM transport default to create new clip slot
- Allow midi clock sync with no Clock Start command
- Option to pre-fill delayed clones with transparent
- Linear Cloner Tail Rotation not working properly
- Alpha with Slice + inverted mask in Slice transform behaves incorrect
- Color Hue at 360 shows magenta instead of red
- Posterize is black at 0.0
- Right Click Color to Reset it does not Reset animations of Sub Params
- Show OSX Icons for Command, Shift and other Modifiers in the PopupMenu's instead of the words 'Command', 'Alt' etc.
- I can't Clear a Clip that only has it's name or color set
- Registration preferences screen is untranslated
- Shift + moving end points for checkbox, and combobox params makes other end point flash values
- Clip panel monitor shows the wrong clip when the panel is updated by layer select
- Clip panel monitor shows previously selected clip on column launch
- Layer and group parameter envelopes can get lost
- New layers in groups only show up after selecting another layer or clip
- Groups can break apart when dragging layers
- OSC /composition/tempocontroller/tempo/divide and multiply f 0-1 tries to set BPM directly
- Shortcuts get deselected when clips are launched via other types of shortcuts
- Crop Effect with Jitterbug blend on composition before transform can cause crash
- BPM synced Video clips load with 8 beats duration from v6 to v7

Resolume Avenue 7.1.2 rev 68719 查看版本資訊

更新時間:2020-04-16
更新細節:

Node.js 13.13.0 (64-bit) 查看版本資訊

更新時間:2020-04-16
更新細節:

What's new in this version:

New file system APIs:
Added a new function, fs.readv (with sync and promisified versions). This function takes an array of ArrayBufferView elements and will write the data it reads sequentially to the buffers
A new overload is available for fs.readSync, which allows to optionally pass any of the offset, length and position parameters

Other changes:
dns:
- Added the dns.ALL flag, that can be passed to dns.lookup() with dns.V4MAPPED to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses
http:
- The default maximum HTTP header size was changed from 8KB to 16KB
n-api:
Calls to napi_call_threadsafe_function from the main thread can now return the napi_would_deadlock status in certain circumstances
util:
Added a new maxStrLength option to util.inspect, to control the maximum length of printed strings. Its default value is Infinity
worker:
Added support for passing a transferList along with workerData to the Worker constructor

Commits:
- async_hooks: use hasHooks function internally
- async_hooks: move to lazy destroy hook registration in AsyncResource
- benchmark: fix error on server close in AsyncLocalStorage benchmark
- benchmark: use let instead of var in worker
- benchmark: use let instead of var in util
- benchmark: use let instead of var in url
- benchmark: use let instead of var in tls
- benchmark: use let instead of var in timers
- benchmark: use let instead of var in run.js
- benchmark: use let instead of var in dns
- benchmark: use let instead of var in common.js
- benchmark: use const instead of var in async_hooks
- benchmark: add no-var rule in .eslintrc.yaml
- build: output dots instead of tap in GitHub actions
- build: move doc versions JSON file out of out/doc
- build: fix LINT_MD_NEWER assignment
- build: remove .txt files from .gitignore
- build: log detected compilers in --verbose mode
- build: use tabs for indentation in Makefile
- build: remove make lint on lint-py
- build: disable -Wattributes warnings on air
- build: drop Travis in favor of Actions
- console: fixup error message
- crypto: clear openssl error stack after en/decrypt
- deps: fix zlib compilation for CPUs without SIMD features
- deps: update archs files for OpenSSL-1.1.1f
- deps: upgrade openssl sources to 1.1.1f
- deps: update acorn to v7.1.1
- dns: remove duplicate code
- (SEMVER-MINOR) dns: add dns.ALL hints flag constant
- doc: add link to code ide configs
- doc: replace node-test-pull-request-lite-pipeline from onboarding
- doc: add useful v8 option secti
- doc: add himself65 to collaborators
- doc: clarify behavior of napi_get_typedarray_info
- doc: remove optional parameter from markdown anchor link
- doc: clarify listening event
- doc: update Ninja information in build guide
- doc: correct version metadata for Readable.from
- doc: make openssl commit messages be valid
- doc: adjust paths in openssl maintenance guide
- doc: clarify docs fs.watch exception may be emitted
- doc: add unreachable code on events example
- doc: clarify length param in buffer.write
- doc: document that server.address() can return null
- doc: return type of crypto.getFips() may change
- doc: fix return type of crypto.getFips()
- doc: clarify requireManualDestroy option
- doc: fix wordy sente
- doc: add missing changes: entry for dns.ALL
- doc: fix more links
- doc: improve markdown link checker
- doc: add flarna to collaborators
- doc: improve fs.read documentation
- doc: update releaser list in README.md
- doc: add ASAN build instructions
- doc: update context-aware section of addon doc
- doc: update AUTHORS list
- doc: tests local links in markdown documents
- doc: fix typo in http2 docs
- doc: fix typo in maintaining-zlib guide
- doc: fix typo in maintaining-openssl guide
- doc: fix profile type of --heap-prof-name
- doc: use uppercase on windows path
- doc: rename cve_management_process.md to fit doc style guide
- doc: add missing changes: entry for mkdir
- doc: add mildsunrise to collaborators
- doc: add link to DNS definition
- doc,crypto: clarify oaepHash option's impact
- (SEMVER-MINOR) fs: make parameters optional for readSync
- fs: fix fs.read when passing null value
- (SEMVER-MINOR) fs: add fs.readv()
- fs: fixup error message for invalid options.recursive
- http: fix incorrect headersTimeout measuremen
- http: move free socket error handling to agent
- http: don't emit 'readable' after 'close'
- http: increase default header size from 8KB to 16KB
- http: fixup options.method error message
- lib: fix return type of setTimeout in net.So
- lib: removes unnecessary params
- lib: changed functional logic in cluster schedulers
- lib: removed unused error code
- lib: replace Array to ArrayIsArray by primordials
- module: expose exports conditions to loaders
- module: path-only CJS exports extension searching
- (SEMVER-MINOR) n-api: detect deadlocks in thread-safe function
- net: fix crash if POLLHUP is received
- net: wait for shutdown to complete before closing
- perf_hooks: allow omitted parameters in 'performance.measure'
- repl: fixup error message
- report: fix stderr matching for fatal error
- report: add missing locks for report_on_fatalerror accessors
- src: removes unused v8::Integer and v8::Array namespace
- src: remove unused v8::TryCatch namespace
- src: remove duplicated code
- src: sync access for report and openssl options
- src: refactor to avoid goto in node_file.cc
- src: munmap(2) upon class instance destructor
- src: fix warnings on SPrintF
- src: replace goto with lambda in options parser
- src: fix extra includes of "env.h" and "env-inl.h"
- src: avoid using elevated v8 namespaces in node_perf.h
- src: avoid using elevated v8 namespaces in node_errors.h
- src: minor http2 refactorings
- src: rename http2 class and suppress compile warnings
- src: use smart pointers for nghttp2 objects
- src: remove loop_init_failed_ from Worker class
- src: clean up worker thread creation code
- src: move JSONWriter into its own file
- src: align PerformanceState class name with conventions
- src: handle report options on fatalerror
- src: refactoring and cleanup of node_i18n
- src: remove unnecessary 'Local.As' operation
- src: add test/abort build tasks
- src: add aliased-buffer-overflow abort test
- src: check for overflow when extending AliasedBufferBase
- src: unify Linux and FreeBSD large pages implem
- src: replace handle dereference with ContainerOf
- src: enhance template function 'MakeUtf8String'
- src: fix compiler warnings in node_report_module
- src: remove excess v8 namespace
- src: simplify large pages mapping code
- src: clean v8 namespaces in env.cc file
- src: check for empty maybe local
- src: cleanup DestroyParam when Environment exits
- src,test: add regression test for nested Worker termination
- stream: complete pipeline with stdio
- stream: change var to let/const in stream file
- test: replace console.log/error with debuglog
- test: make sure that inspector tests finish
- test: save test file in temporary directory
- test: fix check error name on error instance
- Revert "test: mark empty udp tests flaky on OS X"
- test: remove unused variables on async hook test
- test: check that --expose-internals is disallowed in NODE_OPTIONS
- test: refactor test-worker
- test: add Worker initialization failure test case
- test: fix tool path in test-doctool-versions.js
- test: copy addons .gitignore to test/abort/
- test: refactor test-http2-buffersize
- test: skip crypto test on arm buildbots
- test: replace console.error() with debuglog calls
- test: fix python-version selection with actions
- test: add a missing common.mustCall
- test: remove unnecessary console.log() calls
- test: replace console.log() with debuglog()
- test: validate util.format when the value is 'Infinity'
- test: fix fs test-fs-utimes strictEqual arg order
- test: replace flag expose_internals to expose-internals
- test: use common.mustCall in test-worker-esm-exit
- test: use template strings in parallel tests
- test: add known issues test for
- test: mark test-http2-reset-flood flaky on bsd
- test: add test-worker-prof to the SLOW list for debug
- test: refactor test-http-information-processing
- test: fix a typo on test-fs-read-optional-params
- test: skip a wasi test on IBMi PASE
- test: harden the tick sampling logic
- test: als variant of test-timers-clearImmediate
- test: skip some binding tests on IBMi PASE
- test: revise test-http-response-multi-content-length
- test: remove a duplicated test
- test: check bundled binaries are signed on macOS
- test: unflake async-hooks/test-statwatcher
- test: use Promise.all() in test-cluster-net-listen-ipv6only-false
- test: replace Map with Array in test-cluster-net-listen-ipv6only-false
- test: revise test-http-client-default-headers-exist
- tools: update Boxstarter script and document
- tools: update ESLint to 7.0.0-alpha.3
- tools: only fetch previous versions when necessary
- tracing: do not attempt to call into JS when disallowed
- (SEMVER-MINOR) util: add maxStrLength option to inspect function
- util: only inspect error properties that are not visible otherwise
- util: fix inspecting document.all
- wasi: clean up options validation
- win,build: set exit_code on configure failure
- (SEMVER-MINOR) worker: support MessagePort to workers data
- worker: do not emit 'exit' events during process.exit()
- worker: runtime error on pthread creation

NetBalancer 9.17.1 查看版本資訊

更新時間:2020-04-15
更新細節:

What's new in this version:

- In NetBalancer v9.17 we've improved all statistics (top apps, totals and event log) by adding the adapter selector, so now it is possible to see statistics by a specific adapter.
- Also in this version we've added the traffic() function for programmable rules, which returns the downloaded or uploaded traffic of a rule for a specified time duration in the past.

Pano2VR 6.1.5 查看版本資訊

更新時間:2020-04-15
更新細節:

NetBalancer 9.16.2 查看版本資訊

更新時間:2020-04-14
更新細節:

Samepage 1.0.41251 查看版本資訊

更新時間:2020-04-14
更新細節:

TheBrain 11.0.73.0 查看版本資訊

更新時間:2020-04-13
更新細節:

What's new in this version:

New features:
- More powerful recent changes popup
- Filter recent changes by user
- Configurable number of days for recent changes
- Improve speed of recent changes display

Fixes:
- Outline view context sensitive name removal does not work properly
- Recent changes list does not show custom user avatar icon
- Context sensitive names not hiding/showing Parent name consistently
- Temporary white space appears over image pasted into notes
- Windows: Notes scrollbar toggles on and off repeatedly when image is present and content just fits
- Unchecking `Sync Automatically` from sync status popup does not work
- Notes: NRE in LayoutLines
- Image resizing handles are not cleared when navigating
- Notes: Image resize handles are replicated when note width is changed
- Notes: Link to missing file causes error
- Error on opening Brain Theme window
- Missing brain icon causes thumbnail to render as all black
- Some html notes from TheBrain 10 are freezing up TheBrain 11
- Can't check sync status nor change auto-sync settings when a sync is in progress
- Notes: Some notes are very slow to load
- Notes: Images with base64 encoded `data` source do not load

Pano2VR 6.1.4 查看版本資訊

更新時間:2020-04-04
更新細節:

NetBalancer 9.16.1 查看版本資訊

更新時間:2020-04-03
更新細節:

What's new in this version:

- NetBalancer v9.16 gets the second part of scripting support with Programmatic Rules for most advanced scenarios
- Today NetBalancer adds its most advanced feature ever since inception: Programmatic Rules
- A programmatic rule is a rule defined entirely in C# code, is compiled and then executed for every single network packet
- Based on the packet's properties and various environment data the rule then decides what priority, limit or block to assign to the packet.
- Alternatively the rule can just pass the packet to the next rule if it doesn't match its criterias
- A unique feature of programmatic rules is that they can assign multiple different priorities to packets, not just a single download and upload priority like normal rules.
- All the source code required to compile a programmatic rule in your preferred code editor is openly available in NetBalancer under an open source MIT license.
- See the 'View embedding source code' link in the image above
- Programmatic rules are able to handle up to 10 Gbps on a single CPU code, depending on the complexity of the code
- Just like C# scripts from the previous release, the rules also are not permitted any IO operation, including file, registry and network access to avoid elevation security vulnerabilities.
- Code reflection is prohibited as well