Bandicam 歷史版本列表
記錄一切(遊戲 + 電腦屏幕),並保存為 AVI,MP4 文件。 Bandicam 是最好的遊戲,視頻和桌面屏幕錄製軟件。您可以錄製 WOW,Minecraft,iTunes,YouTube,PowerPoint,網絡攝像頭,Skype,視頻聊天,流媒體視頻和桌面屏幕沒有滯後。下載 Bandicam Windows 的離線安裝程序安裝 Windows.Bandicam 在錄製時壓縮視頻,並使用更低... Bandicam 軟體介紹更新時間:2019-12-03
更新細節:
更新時間:2019-12-02
更新細節:
更新時間:2019-11-29
更新細節:
What's new in this version:
Major Changes:
- Add description field for form data, queries, and headers
- Support data import from clipboard
- Support security blocks and description in Swagger imports
- Support http and apikey OpenAPI v3 security blocks on import
- Support global tags in Swagger 2 imports
- Added Enum type support in GraphQL docs explorer
Bug Fixes:
- Fix User-Agent for GitHub OAuth 2.0 login window
- Improved handling of OpenAPI v3 imports
- Swagger 2.0 imports now set Content-Type header
- Template variable editor preview use dynamic height
- Allow 3-character branch names for sync
- Don't auto-close brackets in plain-text fields
- Adjust overly-bright URL field placeholder color
Minor Tweaks:
- Group response history items into time buckets
- Add per-request redirect setting
- Parse out query parameters when importing Curl
- Fetch new OAuth 2.0 tokens if invalid_grant returned
- Display X-HTTP-Method-Override header in sidebar if set
- Audience and resource field for OAuth 2.0 Authorization Code
- Update OpenSSL and Curl versions for Linux builds
- Added new Gruvbox theme
更新時間:2019-11-28
更新細節:
更新時間:2019-11-27
更新細節:
What's new in this version:
New language features:
- Support for Unicode 12.1.0
- Methods can now be added to an abstract type
- Support for unicode bold digits and double-struck digits 0 through 9 as valid identifiers
- Added the syntax var"#str#" for printing and parsing non-standard variable names
Multi-threading changes:
- New experimental [email protected] macro that runs a task on any available thread
- All system-level I/O operations (e.g. files and sockets) are now thread-safe. This does not include subtypes of IO that are entirely in-memory, such as IOBuffer, although it specifically does include BufferStream
- The global random number generator (GLOBAL_RNG) is now thread-safe (and thread-local)
- New Channel(f::Function, spawn=true) keyword argument to schedule the created Task on any available thread, matching the behavior of [email protected]
- Simplified the Channel constructor, which is now easier to read and more idiomatic julia. Use of the keyword arguments csize and ctype is now discouraged
New library functions:
- findfirst, findlast, findnext and findprev now accept a character as first argument to search for that character in a string passed as the second argument
- New findall(pattern, string) method where pattern is a string or regex
count(pattern, string) gives the number of things findall would match
istaskfailed is now documented and exported, like its siblings istaskdone and istaskstarted
RefArray and RefValue objects now accept index CartesianIndex() in getindex and setindex
Added sincosd(x) to simultaneously compute the sine and cosine of x, where x is in degrees
The function nonmissingtype, which removes Missing from type unions, is now exported
Standard library changes:
- Pkg won't clobber pre-compilation files as often when switching environments
- Pkg can now download and install binary artifacts through the Pkg.Artifacts submodule and supporting functions
- When wait (or @sync, or fetch) is called on a failing Task, the exception is propagated as a TaskFailedException wrapping the task. This makes it possible to see the location of the original failure inside the task (as well as the location of the wait call, as before)
- Regex can now be multiplied (*) and exponentiated (^), like strings
- Cmd interpolation (`$(x::Cmd) a b c` where) now propagates x's process flags (environment, flags, working directory, etc) if x is the first interpolant and errors otherwise
- Zero-dimensional arrays are now consistently preserved in the return values of mathematical functions that operate on the array(s) as a whole (and are not explicitly broadcasted across their elements). Previously, the functions +, -, *, /, conj, real and imag returned the unwrapped element when operating over zero-dimensional arrays
- IPAddr subtypes now behave like scalars when used in broadcasting
- Pair is now treated as a scalar for broadcasting
- clamp can now handle missing values
- empty now accepts a NamedTuple
- mod now accepts a unit range as the second argument to easily perform offset modular arithmetic to ensure the result is inside the range
- nothing can now be printed, and interpolated into strings etc. as the string "nothing". It is still not permitted to be interpolated into Cmds (i.e. echo `$(nothing)` will still error without running anything)
- When open is called with a function, command, and keyword argument (e.g. open(`ls`, read=true) do f ...) it now correctly throws a ProcessFailedException like other similar calls
- mktemp and mktempdir now try, by default, to remove temporary paths they create before the process exits
- Added argument keep to unescape_string
Libdl:
- dlopen() can now be invoked in do-block syntax, similar to open()
LinearAlgebra:
- The BLAS submodule no longer exports dot, which conflicts with that in LinearAlgebra
- diagm and spdiagm now accept optional m,n initial arguments to specify a size
- Hessenberg factorizations H now support efficient shifted solves (H+µI) b and determinants, and use a specialized tridiagonal factorization for Hermitian matrices. There is also a new UpperHessenberg matrix type
- Added keyword argument alg to svd and svd! that allows one to switch between different SVD algorithms
- Five-argument mul!(C, A, B, α, β) now implements inplace multiplication fused with addition C = A B α + C β
SparseArrays:
- SparseMatrixCSC(m,n,colptr,rowval,nzval) perform consistency checks for arguments: colptr must be properly populated and lengths of colptr, rowval, and nzval must be compatible with m, n, and eltype(colptr)
- sparse(I, J, V, m, n) verifies lengths of I, J, V are equal and compatible with eltype(I) and m, n
Dates:
- DateTime and Time formatting/parsing now supports 12-hour clocks with AM/PM via I and p codes, similar to strftime
- Fixed repr such that it displays Time as it would be entered in Julia
Statistics:
- mean now accepts both a function argument and a dims keyword
Sockets:
- Sockets.recvfrom now returns both host and port as an InetAddr
- Added InetAddr constructor from AbstractString, representing IP address, and Integer, representing port number
Miscellaneous:
- foldr and mapfoldr now work on any iterator that supports Iterators.reverse, not just arrays
Deprecated or removed:
- @spawn expr from the Distributed standard library should be replaced with @spawnat :any expr
- Threads.Mutex and Threads.RecursiveSpinLock have been removed; use ReentrantLock (preferred) or Threads.SpinLock instead
Tooling Improvements:
- The ClangSA.jl static analysis package has been imported, which makes use of the clang static analyzer to validate GC invariants in Julia's C code. The analysis may be run using make -C src analyzegc
更新時間:2019-11-27
更新細節:
What's new in this version:
Major Changes:
- Add description field for form data, queries, and headers
- Support data import from clipboard
- Support security blocks and description in Swagger imports
- Support http and apikey OpenAPI v3 security blocks on import
- Support global tags in Swagger 2 imports
- Added Enum type support in GraphQL docs explorer
Bug Fixes:
- Fix User-Agent for GitHub OAuth 2.0 login window
- Improved handling of OpenAPI v3 imports
- Swagger 2.0 imports now set Content-Type header
- Template variable editor preview use dynamic height
- Allow 3-character branch names for sync
- Don't auto-close brackets in plain-text fields
- Adjust overly-bright URL field placeholder color
Minor Tweaks:
- Group response history items into time buckets
- Add per-request redirect setting
- Parse out query parameters when importing Curl
- Fetch new OAuth 2.0 tokens if invalid_grant returned
- Display X-HTTP-Method-Override header in sidebar if set
- Audience and resource field for OAuth 2.0 Authorization Code
- Update OpenSSL and Curl versions for Linux builds
- Added new Gruvbox theme
更新時間:2019-11-23
更新細節:
What's new in this version:
- TS related advanced options fixed
- Improved loading of channels logos
- Experimental torrent search removed
- Special resources enabling prompt
- Some minor improvements
更新時間:2019-11-22
更新細節:
更新時間:2019-11-22
更新細節:
更新時間:2019-11-21
更新細節:
What's new in this version:
Fixes:
- Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false
- Fixed ENOMEM error with Node.js child_process when using empty options.env
- Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance
- Fixed backgroundThrottling: false not having an effect
- Fixed broken globalShortcut.registerAll() on Windows and Linux
- Fixed broken focus with OOPIF embedded inside webview
- Fixed context menu disappearing when showing
- Fixed crash using v8 Date.toLocale* api with invalid locales
- Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen
- Fixed flickering when maximizing and restoring frameless windows
- Fixed incorrect size of windows on differently scaled monitors