Uplay 歷史舊版本 Page3

最新版本 Uplay 116.1.0.10272

Uplay 歷史版本列表

Uplay 是育碧創建的一項服務,是一款跨平台的服務,可在 50 多個遊戲中使用。它使行動,獎勵和社會互動。隨著 Uplay,你玩的越多,贏的越多! 玩你最喜歡的遊戲,完成行動,賺取單位,並得到獎勵做你最愛!作為一個 Uplay 成員,意味著你可以享受育碧所提供的所有最好的東西,在遊戲中也有很多免費內容,而且在現實生活中也是如此。立即下載並管理您的遊戲。 Uplay 免費下載 Windows PC... Uplay 軟體介紹


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

Opera Portable 67.0.3575.137 查看版本資訊

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

Opera Portable 67.0.3575.115 查看版本資訊

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

Uplay 104.1.7348.0 查看版本資訊

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

What's new in this version:

Uplay 104.1.7348.0
- Changed the timeframe for automatically update to only be applied to games that you've played in the last month. This can be enabled or disabled through "Enable automatic game updates for recently played games" setting within the downloads section.


Uplay 104.0.7325.0
- Added an external link icon to the news titles
- Bug fixes Fixed an issue where sometimes your friend's name within Uplay would not be displayed correctly when they've been imported from Steam
- Fixed an issue where the Cancel Button was missing on the download error message window
- Fixed an issue where sometimes an additional background frame would appear around the login window
- Fixed an issue where the "Join Game" button would remain active after you've joined the game
- Fixed an issue where an expired Club Challenge that you've collected would take too long to be removed from the list
- Fixed a connection issue related to too many unread messages across a large number of chats


Uplay 103.2.7282.0
Changes:
- Added the ability to highlight and copy text in chat
- Added a setting that allows you to continue or pause downloads when you've launched a game
- Added a warning message when you are attempting to log in to an account that is in the closure process. When this happens we will also provide a link to cancel the account closure
- Added a maximum character limit to the Friends and Groups search filter

Bug fixes :
- Fixed an issue where it was possible to create an account with an invalid date of birth. Contrary to what you may have been told your birthday is not on "September 0th".
- Fixed an issue where pressing the left or right arrow key would cause the search field to disappear in the Games library
- Fixed an issue where the controller input buttons would not appear in the Activate Game window
- Fixed an issue with entering numbers in the Month and Year fields during account creation
- Fixed an issue where it was not possible to add a friend to an existing group from a game page
- Fixed an issue where the "Locate Game Folder" button was missing controller input buttons
- Fixed an issue with messages not appearing in the Party Chat log
- Fixed a stuttering issue in the overlay when running a Vulkan based game at high resolution


Uplay 103.0.7258.0
- Added the ability to highlight and copy text in chat
- Added a setting that allows you to continue or pause downloads when you've launched a game
- Added a warning message when you are attempting to log in to an account that is in the closure process. When this happens we will also provide a link to cancel the account closure
- Added a maximum character limit to the Friends and Groups search Filter

Bug fixes:
- Fixed an issue where it was possible to create an account with an invalid date of birth. Contrary to what you may have been told your birthday is not on "September 0th
- Fixed an issue where pressing the left or right arrow key would cause the search Field to disappear in the Games library
- Fixed an issue where the controller input buttons would not appear in the Activate Game window
- Fixed an issue with entering numbers in the Month and Year fields during account creation
- Fixed an issue where it was not possible to add a Friend to an existing group from a game page
- Fixed an issue where the "Locate Game Folder" button was missing controller input buttons
- Fixed an issue with messages not appearing in the Party Chat log
- Fixed a stuttering issue in the overlay when running a Vulkan based game at high resolution


Uplay 102.0.7219.0
Changes:
- Added an error message when the store is unavailable
- Added an "Unknown" section in the group member list for non-friends
- Removed the possibility to use empty nicknames
- Videos will now be automatically paused when leaving the page that they are playing on
- Improved the errors you would receive during the account creation process

Bug fixes:
- Fixed a bug that would cause game images do not appear when installing a game in a path that uses non-Latin characters
- Fixed a crash that would sometimes occur when using install paths that included non-Latin characters
- Fixed an issue where the client would sometimes stop working when the computer goes into sleep mode
- Fixed a small visual error on inactive game tiles
- Fixed an issue where the locate game folder would cause the client to restart sometimes
- Fixed an issue where cached avatars would sometimes not appear in offline mode
- Fixed an issue with Cyrillic characters in the chat
- Fixed an issue where the section name of friends playing the same game would sometimes appear empty


Uplay 101.0.7178.0
Changes:
- Added more granularity to the bandwidth usage limit option

Bug Fixes:
- Fixed an issue where the bandwidth usage limit slider did not work when dragging and dropping with a mouse
- Fixed an issue where the email field was not focused after backing out from the settings
- Fixed an issue where sometimes a warning message would not appear after detecting corrupted files
- Fixed an issue where the verify files option did not work after locating an installed game
- Fixed an issue where some products that were not owned would appear as owned
- Fixed a rare occasion where the overlay would crash
- Fixed an issue where Uplay would sometimes not work on downscaled monitors


Uplay 100.0.7119.0
Changes:
- Added a "Trust this device" option that allows you to skip 2-step verification each time you login that specific device
- Added the ability to block someone who is not your friend. Blocking a non-friend will also stop their notifications from appearing
- Added the option to block someone from the "Add Friends" window and in a group chat. Blocked users will now appear under a blocked section within a group chat rather than offline

Bug Fixes:
- Fixed an issue where the unread notification would sometimes not go away after reading a chat message
- Fixed an issue where the notification dot on the chat icon would not disappear after reading the message
- Fixed an issue where you would sometimes not receive content you have purchased at a PC Bang (South Korea only)
- Fixed an issue where the System Tray Icon would not appear if Uplay was started through the Epic launcher
- Fixed an issue where you could send game invites to a group when you were not playing a game
- Fixed an issue where the Uplay+ tab would sometimes be empty
- Fixed an issue where the icon menu would appear in the wrong location when the Uplay window is maximized


Uplay 99.0.7068.0
Changes:
- Updated the PC Bang (South Korea) localization
- Removed a few of the onboarding text bubbles
- Removed the Join Game button on the friends' module for games without multiplayer features

Bug fixes:
- Fixed a few issues where you could not be able to activate free games
- Fixed an issue where the Add Friends button would sometimes disappear after removing all your friends
- Fixed a display issue on the friends module within a gamepage
- Fixed an issue where some challenges would not be marked as complete until the client was restarted


Uplay 98.0.7027.0
Changes:
- The renew subscription button will now redirect to the Uplay+ tab rather than an external browser
- Adjusted the order of the game statistics

Bug fixes:
- Fixed an issue where sometimes gamepad input would not work correctly
- Fixed an issue where friend suggestions would display the wrong time
- Fixed an issue where sometimes achievements would be in the wrong order


Uplay 97.0.6983.0
Changes:
- Added an error message for when you lose connection
- Added additional gamepad support around Uplay+ flows
- Added the ability to purchase additional content if you own the game through Uplay+

Bug fixes:
- Fixed an issue where you could input text into dropdown boxes
- Fixed an issue where accepting a game invite would not take you to the game page if that game isn't installed
- Fixed an issue where offline messages are not sent after you have reconnected
- Fixed an issue where the "Get the full game" button was redirecting to the wrong area
- Fixed an issue where your Ubisoft Club Units would not update after a purchase
- Fixed an issue where the Ubisoft Club Classic Challenge overlay notification would appear for all games
- Fixed an issue where the number of online users in a group was displayed incorrectly


Uplay 96.0.6936.0
- Fixed an issue where some links would not open correctly
- Fixed an issue where sometimes Uplay+ subscribers would require a key activation
- Fixed an issue where Just Dance 2017 would sometimes not launch


Uplay 95.1.6898.0
Changes:
- Increased the frequency that news refreshes automatically
- (South Korea only) Added context on the login window to specify when using the PC Bang version of Uplay
- Released several elements of the Subscription flow as we prepare for the release

Bugs fixed:
- Fixed an issue where a text bubble would reappear after minimizing to system tray
- Fixed an issue where "Spotlight" in the system tray menu was not working correctly
- Fixed an issue where the Store tab was redirecting to Ubisoft.com


Uplay 95.0.6870.0
- Change log not available for this version


Uplay 94.0.6332.0
- Fixed an issue where a long title in the promotional tab could break the navigation bar layout


Uplay 93.1.6321.0
- Fixed an issue with the "Manage' account link that would cause the website to appear without a scrollbar
- Fixed an issue where the invite to game button would deactivate in group conversations
- Fixed an issue that would sometimes cause the overlay to reappear after closing
- Fixed an issue where the store would show the incorrect language when setting it to Korean
- Fixed a crash that would occur sometimes when clicking on the Uplay icon in the system tray


Uplay 92.0.6280.0
Changes:
- Improved the installation flow when using the Epic Game Launcher
- Added a contextual menu when right clicking on the task bar icon
- Added support that allows for South Korean Internet Café setup (PC Bang)

Bug fixes:
- Fixed an issue where downloads would not resume when your PC wakes up from sleep mode. Fixed several issues with the naming of Groups
- Fixed an issue where the system tray menu would always say you have 0 friends onlin
- Fixed an issue where additional content would be displayed with the incorrect name


Uplay 91.0.6225.0
- Made improvements to the download flow with the Epic Games Store


Uplay 90.1.6204.0
- Fixed an issue where the Store section would sometimes disappear


Uplay 90.0.6200.0
Changes:
- Increased support for Single Sign-On links when redirected to your browser
- Increased FPS cap of the client to 60

Bug fixes:
- Fixed issue where an incorrect error message was shown when adjusting a group name without changing anything
- Fixed an issue where the account creation rules were inconsistent between the web and the client
- Fixed an issue where single sign-on links were not working correctly
- Fixed several issues related to 2k and 4k resolution scaling
- Fixed an issue where download speeds would remain at 0 if it was automatically or manually paused
- Fixed an issue where Uplay would crash when you are in offline mode and a game tries to go online


Uplay 88.0.6120.0
Changes:
- The chat history will now only load when opening a chat with that user


Uplay 87.0.6116.0
- Fixed an issue where the in-game store would be unavailable For some users
- Fixed an issue where achievements wouldn't unlock in offline mode
- Fixed an issue where different tabs were blank for some users
- Fixed an issue where the client wouldn't start on a fresh installation of Windows
- Fixed an issue where the Invite to game button would be disabled
- Fixed an issue where the main window's resize button would stop working
- Fixed an issue where the main window would go over the taskbar using a 4K monitor


Uplay 86.0.6108.0
- Fixes an issue that would result in too many 2-step verification emails
- Fixed an issue where it wasn't possible to cycle through the buttons on the login window
- Fixed an issue where the create button during account creation would remain disabled if your date of birth was set using a keyboard
- Fixed an issue where the activation window would redirect you to a gameplay
- Fixed an issue where the "Back to news" button would take you to the wrong page
- Fixed an issue where the verify your email banner would appear after every login
- Fixed an issue with Spanish localization


Uplay 85.1.6066.0
- Fixed an issue where you would sometimes receive an error message when using the store on the gamepage
- Fixed a rare issue that could cause your game to crash


Uplay 85.1.6055.0
- Change log not available for this version


Uplay 85.0.6025.0
- Fixed an issue where you would not be able to launch a game in offline mode
- Fixed a rare issue where the client would crash when scrolling through the friend list


Uplay 84.0.5994.0
- Fixed an issue where you would sometimes be able to launch a game when it was not available


Uplay 83.0.5985.0
- Fixed an issue where closing the overlay when on the payment provider page and selecting another item for purchasing will take you to an empty page in the overlay
- Fixed an inconsistency with the Uplay interface color when you restart the client with the "Last Played Game" option enabled
- Fixed an issue where a gamepage color style would not be applied correctly
- Fixed and improved several drop down menus


Uplay 82.0.5979.0
- Change log not available for this version


Uplay 81.0.5966.0
- Fixed an issue where the right click menu did not close when launching a game
- Fixed an issue in which the news tab was not highlighted when clicking on news through a game page
- Fixed an issue where the login window was not Focused when launched


Uplay 80.0.5961.0

Changes in this release:
- Friends suggestions will now update with the newest users instead of the oldest
- Several improvements to the promotional tab
- Several improvements to game invites for non-friends

Bug fixes:
- Fixed an issue where the account information highlight is visible through the menu background
- Fixed an issue where recently met friends would sometimes not update
- Fixed an issue where sometimes the download bar would exceed its boarders an extremely large download speed number is displayed
- Fixed an issue where the overlay “back” button had the wrong text
- Fixed an issue where the Assassin’s Creed Odyssey download would sometimes get stuck
- Fixed several issues with drop down menus
- Fixed a rare issue where the Classic Club Challenges would not be displayed
- Fixed an issue where all overlay elements would be missing if you have multiple group invite notifications
- Fixed an issue where the screenshot notification box would remain checked after restarting the client
- Fixed an issue where the setting the “Capture Screenshot” hotkey to Esc in the overlay leads to a crash
- Fixed issues where you could create an account with incorrect symbols in the date of birth field
- Fixed an issue where some languages would not be properly displayed in the overlay
- Fixed an issue where additional mouse buttons would function as left click


Uplay 79.0.5955.0
- Fixed an incorrect error message when activating a key in the overlay
- Fixed an issue in which Steam install prompts where not shown For third party games
- Fixed an issue where Friends couldn't be added to groups via the Friends window
- Fixed an issue in which claiming a Free game during a promotion would ask For an activation key
- Fixed an issue where the notification bubble was not correctly aligned
- Fixed an issue in which the bubble would not disappear when clicking on the tab


Uplay 78.1.5948.0
- Fixed an issue where incorrect elements within the in-game overlay would sometimes be displayed
- Fixed an issue with the overlay that could cause performance issues


Uplay 78.0.5941.0

Changes:
- Updated the login message you receive when your account has been inactive for some time
- Clicking "Manage" i the 2-step verification area will now send you directly to the web destination

Bug Fixes:
- Fixed an issue where typing Cyrillic letters within the overlay would not display correctly
- Fixed an issue where the wrong error message would be displayed when your 2-step verification session has expired
- Fixed an issue where the store module on the Rainbow 6 Siege gamepage was empty


Uplay 77.1.5933.0
- Fixed an issue where ownership specific news would not be displayed correctly
- Fixed and issue where the game page would not load if you've selected the "Last played game" launch option


Uplay 77.0.5928.0
Changes:
- Increased the amount of time between 2-step verification notifications
- Improved various elements of the 2-step verification Flow to include the e-mail option

Bug fixes:
- Fixed a rare issue where a game would crash when using the Discord overlay


Uplay 76.0.5921.0
- Added the option to now support 2 step-verification by email


Uplay 75.0.5917.0
Changes:
- Added an option to enable/disable post game notifications

Bug fixes:
- Fixed an issue that would sometimes cause a news article to have the wrong image size
- Fixed an issue where the Turkish store would sometimes not display prices
- Fixed an issue where the help button in the support section would not work
- Fixed an issue with the in-game friend system in Assassin's Creed 3
- Fixed an issue where the Ubisoft account management link would not work
- Fixed an issue where the "Start chat" button on a Friend within a game page would not work
- Fixed an issue where the wrong error message would appear after entering an invalid email during the account creation process
- Fixed an issue where the "Join game" button was missing in the friends list and game page


Uplay 74.0.5914.0
- Fixed an issue where you would be sent to the wrong store through account linking
- Fixed an issue where you would be sent to the wrong regional store through account linking


Uplay 73.2.5902.0
- Updates to improve security


Uplay 73.0.5899.0
- Fixed an issues with beta registration news


Uplay 73.0.5896.0
Changes:
- Renamed the Community section on the News page to Highlights

Bug fixes:
- An error page will now be displayed when the content on the News page fails to load


Uplay 72.0.5880.0
- Fixed an issue where sometimes unlocked achievements would appear locked again. Please note that this might cause the unlock date to be incorrect if you encountered this issue
- Fixed an issue where sometimes a game invite sent to a group would not send. • Fixed an issue where you would sometimes see the text "friend request sent" when you received a friend request
- Fixed an issue where the game image would not appear in the background of the Uplay login screen when launching through the game's desktop shortcut
- Fixed an issue where the Uplay window size would not be saved between sessions if your desktop scaling is set to something other than 100%


Uplay 71.0.5862.0
- Fixed an issue where the Add and Collect button was not fully visible in the Weekly Club Challenges


Uplay 70.0.5851.0
Changes:
- More information about your account's security has been added to the Account Information section! Visit it to learn how you can easily improve the security of your account
- You will now receive a prompt to verify your email when logging in if your email is not verified

Bug fixes:
- Fixed an issue where you would sometimes not be able to join groups through notification pop-ups and the notifications menu in the Overlay


Uplay 69.0.5831.0
Changes:
- Check out our new and improved news page! You'll now have access to more news, new AND old with the support of our new archiving. In addition, were putting more control into your hands by giving you the option to Filter news based on your interests and Favourite games
- You can now toggle the option Uplay at Windows start-up in the login window

Bug fixes
- Fixed an issue where scrolling in the overlay browser was not working correctly for Windows 7
- Fixed an issue that prevented IME input from working in The Division's in-game chat
- Fixed a very rare crash occurrence that could sometimes occur when launching a game from a o shortcut


Uplay 68.0.5792.0
- Changelog not available for this version


Uplay 68.0.5790.0
- Added an option in the settings to merge multiple chats into one in the taskbar
- A marker has been added to your chat windows to more clear show the new messages you've received
- You can now use "Page Up" and "Page Down" on your keyboard to scroll through your chat history


Uplay 67.0.5757.0
Changes:
- Your chat and friends window will remain the same size and position after you close them, even after restarting Uplay
- Game statistics are now sorted by ordinal numbers instead of alphabetical order
- Starting the client in offline mode will now be reflected in the log file
- A new window will now appear if your account is locked and requires a password reset

Bug fixes:
- Fixed an issue where the link to open a game's manual sometimes did not appear
- Fixed an issue where it wasn't possible to Find a Friend wiU1 special characters in their username


Uplay 66.0.5720.0
Changes:
- The "verify your email" banner will now appear more often
- The 2»Step Verification reminder will now appear more often

Bug fixes:
- Fixed a bug where some Files could occasionally remain after uninstalling the client


Uplay 65.0.5717.0
- Fixed a rare issue where you could send game invites to offline and blocked users
- Fixed an issue with uninstalling Uplay when the installation path had certain unicode characters
- Fixed an issue where client windows would be too big or too small when they were moved between two screens that had different DPI configurations
- Fixed an issue where if you were using Discord, it would in some cases get the wrong Rich Presence text string
- Fixed an issue where game tile images and friend avatars would not load until you scrolled down in the list
- Fixed an issue where a "Friend is playing notification would cutoff the name of the game too early
- Fixed an issue where a really, really, really long title in the promotional tab would break the navigation bar layout
- Fixed an issue where the scrollbar on the DLC Store page would scroll too far down


Uplay 64.0.5713.0
Bug fixes:
- The colon present in the email entry held when logging in has been removed
- Fixed an issue where the Uplay logo appeared instead of a green checkmark when sending a game invite
- Renamed the "Downloads" button in the drop down menu when using offline mode
- Fixed an issue where the Uplay logo sometimes looked blurry when using high resolution


Uplay 63.0.5711.0
- Change log not available for this version


Uplay 63.0.5699.0
Changes:
- Player avatars that have not been used in 2 weeks or longer will not be removed from your local cache

Bug fixes:
- Fixed an issue where game invites in the overlay were too small when using a high resolution screen


Uplay 62.0.5696.0
- Change log not available for this version


Uplay 61.0.5690.0
Changes:
- We have a new logo. You'll find the new blue swirl on the client, desktop, taskbar, and tray icon

Bug fixes:
- Fix an issue where the recently met players features would stop working when the list grew too long


Uplay 60.0.5678.0
Changes in this release:
- Added an option to turn off screenshot notifications
- Added support for Microsoft Input Editor for East Asian languages. Please note that this does not impact chat in the overlay
- Changed the format on the timer that is displayed when you receive a game invite
- The navigation bar within Settings will now accurately reflect which section of the Settings you are in
- Added a button in Settings that opens your screenshot folder
- A prompt will now be displayed when a PC restart is necessary after installing a required dependency for your game

Bug fixes:
- Fixed a few text inconsistencies
- Fixed an issue where sometimes an extra backslash would appear in the folder path of your Animus Control Panel save location
- Fixed a rare issue where additional custom presets would be created in the Animus Control Panel
- Fixed an issue where the Club Challenges tab would not appear in the overlay for some games
- Fixed an issue that caused elements of the game page to overlap
- Fixed an issue where game stats would not appear in Korean when the client language was set to Korean


Uplay 59.0.5671.0
- Added a notification upon downloading a game for the first time regarding your right to withdrawal


Uplay 58.0.5666.0
- Change log not available for this version


Uplay 57.0.5659.0
- Change log not available for this version


Uplay 56.1.5656.0
- Change log not available for this version


Uplay 56.0.5653.0
- Fixed a critical bug


Uplay 56.0.5651.0

Changes in this release:
- Added an in-game store for the game you have open within the overlay
- Added the option to have Uplay auto start with Windows

Bug fixes:
- Fixed an issue with the chat scroll bar in the overlay
- Fixed an issue where discarded friend suggestions would re-appear after you restart Uplay
- Fixed an issue where prices were not properly displayed in certain regions


Uplay 55.0.0.5644

Changes:
- Implemented the Animus Control Panel, however it will only be accessible when it becomes available in Assassin's Creed Origins

Bug fixes:
- Fixed a crash that would sometimes occur when restarting or shutting down your PC


Uplay 54.0.0.5633
- Fixed an issue where add-on content that you own would display as not owned on the gamepage


Uplay 53.0.0.5623
- Updates to support developer tools


Uplay 52.0.0.5614
- Fixed a rare crash that happened when launching a game
- Fixed an issue where Club rewards would sometimes not refresh
- Fixed an issue where you would be able to sometimes join a friend's game when they were on "Do not disturb" mode
- Fixed an issue where the Gold and Deluxe versions of a game would still be visible after uninstalling the standard edition
- Fixed an issue where a tooltip would not appear on the group edit button
- Fixed an issue where groups that you left would appear in the chat list after restarting Uplay
- Fixed an issue where the date of birth section in account creation would not reset
- Fixed an issue where the store page would overlap the notification window
- Fixed an issue where a player's name would not display correctly when receiving a game invitation in the notification
- Fixed an issue where sometimes your Friends list would not be sorted after accepting a new Friend
- Fixed an issue where sometimes the email verification banner would appear when it's not supposed to


Uplay 51.2.0.5611
- Fixed a possible issue with game communication


Uplay 51.2.0.5599
- Fixed an issue where chat history was missing
- Fixed some text that was translated incorrectly in Turkish
- Fixed an issue where the client would crash when starting a game without an internet connection


Uplay 51.0.0.5590

Changes in this release:
- Added Turkish localization to the client
- Added an option that allows you to verify your email

Bug fixes:
- Fixes an issue where a party invite would not appear in the chat window


Uplay 50.0.0.5582
- Improved error messaging on Failed downloads
- Bug fixes
- The "Try again" button that is shown when Failing to send a chat message now actually tries again when clicking it
- Fixed chat notifications not being shown in the overlay when viewing another section of the overlay
- Fixed an issue where input fields would be reset when account creation fails
- Fixed an issue where long usernames in overlay notifications would escape the notification box
- Fixed "Invite to Party" not being available from the game page Friend list For supported games


Uplay 49.0.0.5564

Changes:
- "Classic" Club Challenges are now sorted by completed/not completed
- Added a "Add all" button on Weekly challenges
- Added a "Collect all" button on challenges
- Added a visible reminder to go online when running the client in offline mode
- Capped the number of visible characters in the log in window to match the respective e-mail and password character limits
- Links to payment and personal information under the profile drop down menu now direct to more appropriate pages

Bug fixes:
- Fixed a rare issue where an update button would be displayed instead of a play button
- Fixed a rare bug where the update button would not function properly
- Fixed an issue where blocked users were sometimes still able to send messages
- Fixed an issue where the wrong nickname would sometimes appear on group invitations
- Fixed a crash that would occur when a game was launched while allocating disk space
- Fixed an issue where users would not receive notifications for messages they received while offline
- Fixed the tooltip where game invitations would refer to groups white in a private chat


Uplay 47.0.0.5538
- Made improvements to our client in order to make development more efficient


Uplay 46.0.0.5527
- Added the option to cancel a group invitation you sent out
- Added additional context menu options when you click on another player within a group
- Added an option on the group invitation window to sort friends by current status or alphabetically
- Fixed issues related to special characters in a group name


Uplay 45.2.0.5524
- Change log not available for this version


Uplay 45.2.0.5523
- Fixed an issue preventing users from connecting to Friends/Chat and Group services


Uplay 45.1.0.5516
- Fixed an issue for some users where DLCs for some older games were not given the CD-Key they required


Uplay 45.0.0.5512

Changes:
- The "Play" button on game pages will now say "Update" if an update is available and the game did not meet the auto-patching criteria (played recently or auto-patching disabled)

Bug fixes:
- Fixed an issue where you would not be able to see your status while in a group
- Fixed a localization issue for Swedish language
- Fixed an issue where there was no tool-tip when selecting a badge on your User Card


Uplay 44.0.0.5504

Changes in this release:
- Disabled the Weekly Challenge menu options for games that don't support them
- Added confirmation dialog when leaving a group
- The Filter input field is now automatically highlighted when opening the Friends and groups or Add to group windows, so you can start typing immediately to begin searching
- Improved messaging on game pages for games that are still in a pre-release state

Bug fixes:
- Fixed an issue where a nickname couldn't be added to a friend from certain places in the client
- Fixed an issue where you couldn't see your own in-game status in a group chat
- Fixed an issue where a friend request could be sent to a blocked user
- Fixed an issue where an error message would appear for some users when changing the name of a group
- Fixed a rare issue where an "Achievement unlocked" notification would appear for games that don't have Achievements enabled
- Fixed an issue where a failure to send a chat message would sometimes display a dev string instead of the correct error message


Uplay 43.1.0.5492
- Change log not available for this version


Uplay 42.0.0.5462
- Change log not available for this version


Uplay 42.0.0.5461
- Changes in this release The Ubisoft Club UI has been updated to match that of other platforms (Note: Actions have been renamed to "Classic Challenges" and can now be found on the Challenges tab)
- The chat UI has been updated and is now a lot less bubbly
- A warning has been added when a username change is attempted too often


Uplay 41.0.0.5450

Changes in this release:
- Moved to a new authentication service that improves reliability when logging in
- New links have been added to the drop down menu when you click on your profile
- Payment Information
- My Orders
- My Saved Cards
- FAQ/Help

Bug fixes:
- Fixed an issue where it was difficult to grab the scrollbar slider
- Fixed an issue where the scrollbar slider would not be fully visible when Uplay is maximized
- Fixed a rare crash that may occur if the in-game overlay is left open and idle for a very long 1° period of time


Uplay 40.0.0.5421

Changes in this release:
- You can now use keyboard shortcuts to switch between active chat conversations. Ctrl+Tab to go down on the active chat list and Ctrl+Shift+Tab to go up on the active chat list
- A warning will now appear if CAPS LOCK is enabled when typing in your password
- Added an option to view your password as a plain text when creating a new account

Bug fixes:
- Fixed an issue where an error message would incorrectly appear when changing the name of a group, even though the name change was successful
- Fixed an issue where the chat history would sometimes not appear in chronological order
- Fixed an issue where badges added through the Ubisoft Club website would sometimes not appear in the Uplay client


Uplay 39.3.0.5414
- Change log not available for this version


Uplay 39.2.0.5411
- Change log not available for this version


Uplay 39.1.0.5411
- Fixed an issue with launching some versions of legacy titles


Uplay 39.1.0.5410
- Change log not available for this version


Uplay 38.2.0.5397
- Fixed a possible memory issue with game/client SDK communication


Uplay 38.0.1.5381
- Fixed a rare crash when pausing or resuming a download
- Fixed an issue where chat would not scroll all the way to the bottom


Uplay 38.0.0.5375

Changes in this release Web browser in overlay:
- You've been asking for this for a long time now and were happy to finally bring it to you
- Client DPI scaling - You should no longer need to squint when using Uplay on you 4k screens
- Added notifications to group chats for when users join, leave and get invited to a group and when a game invite is sent to the group
- Upgraded CEF (Chromium Embedded Framework) to latest stable release

Bug fixes:
- Fixed the formatting in chat notifications so that they end with an ellipses rather than abruptly at the edge of the notification window
- Fixed chats not scrolling when new messages are posted if you are switching between multiple conversations
- Fixed the chat window not displaying conversations when switching from offline to online mode
- Fixed an issue where a party invite couldn't be sent under certain conditions
- Fixed an issue where the overlay would sometimes not work in Might & Magic Heroes VI


Uplay 37.0.0.5355

Changes in this release Web browser in overlay:
- You've been asking for this for a long time now and were happy to finally bring it to you
- Client DPI scaling - You should no longer need to squint when using Uplay on you 4k screens
- Added notifications to group chats for when users join, leave and get invited to a group and when a game invite is sent to the group
- Upgraded CEF (Chromium Embedded Framework) to latest stable release

Bug fixes:
- Fixed the formatting in chat notifications so that they end with an ellipses rather than abruptly at the edge of the notification window
- Fixed chats not scrolling when new messages are posted if you are switching between multiple conversations
- Fixed the chat window not displaying conversations when switching from offline to online mode
- Fixed an issue where a party invite couldn't be sent under certain conditions
- Fixed an issue where the overlay would sometimes not work in Might & Magic Heroes VI


Uplay 36.0.0.5328
- Change log not available for this version


Uplay 34.0.0.5315
- Made some improvements to the Oculus start-up flow for Ubisoft VR titles


Uplay 33.0.0.5190
- Fixed Ubisoft Club Challanges sometimes not working after launching the client during their rotation
- Fixed Ubisoft Club Badges occasionally not displaying for some users
- Fixed friend invite notifications remaining in the overlay after the sender cancels the request
- Fixed a client crash that would sometimes occur while verifying game files
- Fixed line breaks not working in chat


Uplay 32.0.0.5151
- Change log not available for this version


Uplay 31.1.0.5143
- Fixed an issue where the same user would show multiple times under friend suggestions
- Fixed the activation prompt not correctly displaying the Username and E-mail address when activating a game launched from Steam
- Minor event logging improvements


Uplay 31.0.0.5140
- Change log not available for this version


Uplay 30.0.0.5130
- Change log not available for this version


Uplay 29.1.0.5121

Changes in this release:
- A new Chat button can be found next to the Friends button in the top right of the client. This will give you quick and easy access to all of your conversations in one window.
- We're made some changes to the way games are pre-loaded. In some cases this will helps minimize the size of any additional data needed once the game becomes playable.
- Using the "Go Online" option will now override "Always launch in Offline mode" causing the client to run in online mode the next time it is launched.

Bug fixes:
- Fixed Actions and Rewards not loading for games that are not yet playable
- Fixed certain instances in which the "Remember Me" function was not working correctly and displayed a false error message about incorrect log in details
- Fixed the activation window not disappearing after clicking "OK" when activating a free game/demo/beta from an external link


Uplay 29.0.9.5120
- Change log not available for this version


Uplay 28.1.0.5103

Changes in this release:
- Service outage notifications will no longer display in-game. However, they can still be found when opening the overlay

Bug fixes:
- Fixed an issue that would cause the system cursor showing in For Honor after using the overlay


Uplay 28.0.1.5102
- Change log not available for this version


Uplay 27.0.0.5086
- Change log not available for this version


Uplay 26.1.0.562
- Fixed: When first launching a VR title from Steam the user will now be notified via the headset that they are required to interact with the Uplay PC client


Uplay 26.0.0.5061
- Change log not available for this version


Uplay 25.0.2.5043
- Resolved a game activation issue that would sometimes occur when launching a game from Steam for the first time while the Uplay client is already running


Uplay 25.0.1.5041
- Improved connection to authentication services when logged in for long periods of time. This should resolve some of the issues in which users were logged out due to inactivity


Uplay 25.0.0.5035

Changes:
- Chromium Embedded Framework has been updated to a newer more secure version Removed future Windows XP support as a result of the above change. (NOTE Windows XP users will no longer receive future client updates)
- Added DirectX 12 support for the overlay
- Added an option to define launch arguments for games that support them

Bug fixes:
- Fixed the "Copy" button that wasn't working when attempting to copy a product key from a game page
- Fixed Action completed notifications not showing up via the overlay while in offline mode.
- Fixed some text overlapping button boundaries for certain languages
- Fixed an infinite loading scenario when attempting to activate a disabled product key
- Fixed the "Get More DLC" link leading to an empty page for Steam users
- Fixed a rare crash that would sometimes occur during account creation while recovering from a lost internet connection
- Fixed the "View game details" link shown when downloading an update not being accessible with a controller
- Fixed game tiles in the "Free games" section not displaying the full name of the game


Uplay 24.0.2.5007
- Change log not available for this version


Uplay 24.0.1.5001
- Change log not available for this version


Uplay 24.0.0.5000
- Change log not available for this version


Uplay 23.0.1.4967
- Change log not available for this version


Uplay 23.0.0.4966
- Change log not available for this version


Uplay 22.2.0.4949
- Change log not available for this version


Uplay 22.0.0.4924
- Change log not available for this version

DbSchema 8.2.9 查看版本資訊

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

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

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

What's new in this version:

deps:
- upgrade npm to 6.14.4
- update to uvwasi 0.0.6
- upgrade to libuv 1.35.0

lib:
- add --disable-proto option to cli

node_report:
- move diagnostic reports to stable

worker:
- allow URL in Worker constructor

Hearthstone Deck Tracker 1.10.1.3894 查看版本資訊

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

BurnInTest Professional 9.1 Build 1004 查看版本資訊

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

What's new in this version:

BurnInTest Professional 9.1 Build 1004
- Sound test, Loopback test, fixed a possible crash that could occur if there was no input device available
- Management console, fixed an issue where a connect message wasn't correctly sent when a large amount of system information was present (eg 10+ disks etc)
- Fixed a bug where some event source strings were not printed correctly (only a single character) to the trace log
- Fixed the display of hard disk information only showing minimal information (no serial etc) in WindowsPE
- Updated system information library with some AMD Ryzen temperature fixes (4600H, 4800H)


BurnInTest Professional 9.1 Build 1003
- Scripting, fixed an issue where script would continue running next script line when STOP button was clicked
- Disk test, fixed an instance where disk test files were not being kept on disk when used in conjunction with the -K command line parameter
- Slightly increased test tile size to allow for extra USB information being displayed
- Install to USB, now includes machineid.dat if file exists
- USB test, added the "Check bus error" option to the preferences window to allow user to enable/disable logging of the low level errors. "Low level errors" information field added to USB test display


BurnInTest Professional 9.1 Build 1002
- Memory Test, fixed a crash / timeout error that could occur in low memory situations
- Added some extra logging to trace file with command line string
- Added some extra error information when Print action fails


BurnInTest Professional 9.1 Build 1001
- Fixed missing digital signatures on some executables (plugins, memtest, DX12 test) which could prevent the executables being launched by BurnInTest or show an unknown error during the memory test


BurnInTest Professional 9.1 Build 1000
- Memory Test, made some changes to how the memory is allocated at the start of the test and reallocated during the test. Previously memory was allocated in one large allocation (per memory test process), however on systems with large amount of RAM (eg 4TB) the test would time out when test RAM was reallocated. Now the test processes will allocate/deallocate RAM in 100MB blocks
- Memory Test, added a small sleep if a memory allocation fails before looping to try allcIte again
- CPU Test, started reserving threads if memory test is running (1 thread for 8 or less cores*thread systems, 2 threads for > 8)
- Scripting, fixed some issues where the next line of a script might not be executed when a test was automatically stopped when using the SETERRORS ACTION STOP command
- 3D Test, fixed a bug where last 3D DX12 error string was not being displayed in dashboard list view


BurnInTest Professional 9.0 Build 1018
- Management console, started sending more memory information to management console on initial connection so RAM details table can be populated from BurnlnTest connections
- Plugins, fixed an issue where the test run wouldn't automatically stop when running just plugins (no main tests included) and the plugins had finished
- Plugins, fixed an issue where the next ugin wouldn't start when running plugins during the main tests (not pre-test plugins) and the option "run each separately" was selected
- 2D EMC testing, added new option to swap pattern displayed on primary monitor • 2D EMC testing, added an option to disable the sine wave tone that is played during the test
- 2D EMC testing, fixed an issue when the primary monitor was not the left most (#0) monitor that would cause the test to display on the wrong monitor and in incorrect sizes
- Fixed an issue where DirectlO.sys could be held open if BurnlnTest was started a second time on the same system if temperature monitoring was enabled. This could then cause system information to not be collected correctly (eg missing memory details) on the second BurnlnTest launch (if system was not restarted between launches)


BurnInTest Professional 9.0 Build 1017
- Disk test, added some extra checks that block size is not invalid when starting the test
- 3D Test, changed default test size to 800x600
- 3D Test, DX12 test, made some changes so test window can be moved to a different screen location
- Management console, made some changes so that clearing the Machine ID in the report information dialog will close the current management console connection and allow the config (or the default values in machineid.dat) to be saved with a blank Machine ID. This will then be newly generated next time BurnlnTest is opened using that config and the connection to the management console is made.
- Memory test, made some changes so the test isn't waiting longer than it needs to when running in conjunction with USB2 plugs or the USB test has errors before connecting to a plug (the memory test will wait for up to 1 minute before starting to allow USB plugs to connect and the USB3 benchmark test to run)
- CPU Test, added option to allow number of CPU test threads to be chosen Added a warning message when running the 3D DX12 test in conjunction with the GPGPU and CPU test at high duty cycles
- Logging, added duty cycle for the selected tests to the normal log output
- Fixed a crash on start up that could occur on Intel Baytrail systems due to an invalid MSR read


BurnInTest Professional 9.0 Build 1016
- Change log not available for this version


BurnInTest Professional 9.0 Build 1015
- Made a change to the 3D DX12 test to remove a timer watching for completion of the test, this timer could cause an error to occur if the system was put to sleep and then resumed. Now the background watchdog timer (that checks the operations count of a test continues to increase) will be used to detect if there is an issue running the 3D test
- Fixed a buffer overflow issue that could cause a crash in the cpu max heat test
- Changed behaviour of memory test when it generates an “unknown error”


BurnInTest Professional 9.0 Build 1014
- Change log not available for this version


BurnInTest Professional 9.0 Build 1013
- Added some test information to the display of the 3D test progress tile on the dashboard
- Network test, added extra output to trace level 1 log each cycle (500 packets) for standard network test (packets sent / recv, bytes sent, max / avg delay, total bad packets)
- Fixed a bug where a new test could be added using the "Test Selection and & Duty Cycles" menu item when the test results were being displayed, leading to a new test tile with no result (which could appear as a blank space on the tile view)
- Added a warning message and option to clear results when attempting to use the "Test Selection and & Duty Cycles" menu item when in a "Results" test state
- Made a change to detect USB drives better when auto selecting disk test options
- Fixed a crash that could occur in the 32bit build when trying to use the duty cycle slider for a test on the dashboard tab
- Management console, now when technician or customer is changed in the report details any current connection to the management console will be restarted so the changes are sent to the management console
- Fixed a bug in the DirectX12 3D test that could cause a "Test was interrupted" error message when BurnInTest attempts to resize/move the test window after initial creation
- Fixed temperature display for Ryzen 2700 PRO


BurnInTest Professional 9.0 Build 1012
- Added outputting of PCIe statistics to trace activity level 1 log once per cycle
- Fixed a bug where saved report defaults (technician, customer, serial etc) could be cleared when the current results were cleared
- Made a change to the CPU heat test so that the SSE2 heat test checks for AVX CPU support as well as some AVX instructions being used (which caused a crash on old CPUs like the Core 2 Quad 6600)
- Fixed an issue with the TPM test where V2 TPMs might not be found correctly and throw a "self test failed" error
- Added a new error to the TPM test if the self test command is blocked by the operating system
- Fixed an issue in the DX12 3D test where if an error occurred during the render process it previously might not be displayed until the 3D cycle finished. Now an error will be flagged when the error occurs and the test will stop running.
- Changed behaviour of scrolling letter 2D test so it will continue to run when not in the foreground
- Added technician and customer details to management console connection message
- Changed editing of report details so when technician or customer is changed any current connection to the management console will be restarted (starting a new management console session)
- Increased size limit of system information details fields sent to management console
- Increased number of system information items sent to the management console from 16 to 25
- Fixed some possible array overflows that could cause a crash when generating the management console connection message
- Started signing installer with SHA256


BurnInTest Professional 9.0 Build 1011
- Fixed a crash that could occur when using a config file from version 8
- Updated system information library to work around a crash caused by Windows 10 Enterprise device guard on some AMD systems


BurnInTest Professional 9.0 Build 1010
- Fixed a bug in the 2D colour bar test that was preventing the main BurnInTest windows from handling messages (eg when clicking the stop button) which made it impossible to stop the test.
- Removed the verified operations count for the GPGPU as it was unused, added an error count to the dashboard tile
- Fixed a bug preventing bitaccess.txt from correctly working with the test selections, times and cycles on the dashboard display
- Fixed a bug preventing bitaccess.txt working with the TPM test
- Made some changes so invalid filename characters are stripped from the log file prefix name when using system variables replacements


BurnInTest Professional 9.0 Build 1008
- Fixed an issue when reading the configuration file that could cause the "Machine type" and "Serial number" to display invalid characters in system information


BurnInTest Professional 9.0 Build 1007
- Made some changes to the advanced network test in order to run a bit slower and allow smaller target speeds on low speed network cards
- Fixed some display issues with the advanced network test dashboard tile view
- Updated system information library to fix some issues when reading Intel SSD temperatures
- Added some extra TPM error messages
- Fixed an issue with the PHYSDISK command line parameter and the auto select disks setting when running in WinPE not correctly selecting all the physical disks
- Fixed a bug where if just a pre test was selected (eg the TPM test) then it was possible for the test run to not stop correctly after the pre test was finished
- Fixed a minor bug in calculation of the Cycle in the USB3 test
- Changed the packet count per cycle of the USB3 test to 115,000 to bring the cycle count more into line with the USB2 cycle count


BurnInTest Professional 9.0 Build 1006
- Changed behaviour so when using a script from the command line the management console connection is delayed until a config (with the management console enabled) is loaded or the SETMANAGEMENT script option is used
- Fixed a crash that could occur when turning on the management console option using a script
- Removed IP information for network cards from test certificate
- Install to USB, added window message updates when copying big files to prevent "Window not responding"
- Install to USB, added LasUsed.bitcfg file to USB drive during copy process
- Fixed a 32bit overflow when logging the offset location of an error in the Optical test that could cause negative values to be displayed for large files
- Added an error message when the DX12 test executable is missing / fails to launch
- Fixed the display of the number of USB tests running on the test progress tile (previously showing an incorrect number of tests running).
- Temperature graphing, added checks and fixes for graphing more than the maximum # of temperature sources (32)
- Fixed a bug where selecting "No Monitoring" for temperature monitoring in test preferences could lead to a crash


BurnInTest Professional 9.0 Build 1005
- Added logging of DX12 error string when available
- Changed time/duty cycle entry on dashboard so values are saved when losing focus, not just on enter keypress
- Changed default network test settings to be error ratio of 0.1% instead of each single missing packet
- Made the test preferences dialog a bit smaller
- Added AVX/AVX2/FMA3/FMA4 settings to SETCPU script command
- Fixed a bug in the CPU test where if just the AVX/AVX2/FMA3/FMA4 instructions were selected then the test would not perform any operations
- Fixed a bug in the endpoint.exe (advanced network test) not updating the current ethernet statistics while a test was running
- Fixed incorrect logging test name for TPM
- Fixed a bug when removing advanced network test from tileview, would still be present in list view on dashboard
- Fixed a bug when trying to remove the advanced network test using the remove link in list view on dashboard
- Fixed a bug with the text not drawing correctly for the Advanced network test dashboard tile when a test was running


BurnInTest Professional 9.0 Build 1004
- Fixed a bug with the DX12 test losing it's operations and cycle count after 15mins
- Fixed a possible "No operations" error for the DX12 test
- Fixed a bug with Advanced network, PCIE and serial port tests not updating operations count when dashboard tab was not displayed, which could cause a "No operations detected" error message.
- New in BurnInTest Professional 9.0 Build 1003 (March 23rd, 2018)
- Changes to the PCIe test for handling sleep states during testing
- Fixed a bug that could cause tests to end before their set runtime
- New in BurnInTest Professional 9.0 Build 1002 (March 20th, 2018)
- Fixed a bug with "Install to usb" function not copying the required DX12 3D test media files
- Fixed a bug where if all tests had finished (eg in an error condition) before clicking stop button then BurnInTest could get stuck and not allow tests to be stopped properly


BurnInTest Professional 9.0 Build 1001
- Fixed some incorrect test icons on the dashboard
- Fixed a bug where times were not being sent correctly to the management console while a test was running
- Increased max script line length to account for setting the maximum number of supported serial ports for SETSERIALPORTS command
- Temperature, Fixed auto scroll checkbox not being applied when temperature settings are changed
- Temperature, Fixed overlay text appearing outside graph area
- Temperature, Fixed flickering of lines when auto scroll is disabled
- Temperature, Fixed incorrect temperature time values in chart due to temperature history wrapping back to 0


BurnInTest Professional 9.0.1000.0
New User Interface:
- New tile based user interface
- Tests will now run on top of their tile button un user interface (instead of a separate window) where appropriate
- Better scaling of user interface on 4K high DPI monitors
- New TPM (trusted platform module) pre test
- Checks for presence of TPM, runs self test and queries for version.

CPU Test:
- Added AVX, AVX2, FMA3 and FMA4 extensions
- Added checkbox for AVX, AVX2, FMA3 and FMA4 to test preferences
- Heat test, added new instructions to max heat test to maximize heat generation on CPUs that support FMA & AVX instruction sets

RAM Test:
- Improved the speed of the test by enabling memory caching. To replicate the V8 behaviour an option has been added to the test preferences to "Disable memory caching"
- Test now waits for USB3 benchmark test phase to complete before starting due to the large amount of RAM required per USB3 plug during the initial benchmark phase of the USB3 test.

Bluetooth Test:
- Updated and improved Bluetooth test
- NEW Bluetooth Advance Loopback Test to send/receive with the current Endpoint Software.
- Added Loopback test for Serial Bluetooth Devices (Tested with HC-06, Power to VCC, Ground to Ground, RX looped to TX). Requires the device to be paired/authenticated prior to be used in BurnInTest
- Bluetooth Loopback Test now supports up to 4 Remote Bluetooth devices.
- Added separate Duty cycle and preferences controls for Bluetooth test
- Added port range to Bluetooth test

2D Test:
- Added new EMC test pattern "Color bars with moving element", to comply with CISPR 32 (ITU BT.1729) standards
- Changed how example character is drawn on preferences window to better display large fonts (96, 120 etc)
- Removed font size limit (previously 8-16) on scrolling letter 2D tests
- Allowed different font sizes to be selected for the scrolling H test and adjusted the scroll speed to take into account monitor vertical resolution
- Added 2K & 4K resolution options

3D Test:
- Added new DX12 option on supported systems (64bit win 10)
- Added 2K & 4K resolution options

USB3 Test:
- Added slow speed threshold setting and warning message to USB3 loopback test
- Added a warning/error when USB3 plugs are not running at superspeed / 5Gb USB3 speed. This can be ignored by changing the BITErrorClassification.txt file
- Added ability to select USB3 plug connection speed for USB test
- Added memory allocation check when creating packet buffers for USB3 benchmark & loopback tests
- Increased usb3 thread synchronization timeout from 1 minute to 2 minutes to avoid synchronization timeout when multiple usb3 plugs (more than 4 plugs) are connected.
- Added a syncronization step before reading voltage from usb3 plugs
- Fixed a bug where sending simultaneous usb3 vendor commands could lead to failure in running the commands
- Added "Auto" option to the USB3 connection types
- Improved thread synchronisation when a large number of test plugs are connected. Many USB host controller's device drivers start to fail under high load (Open, Send and Re-enumeration requests fail if system is under high load). This works around most of the host controller flaws.

Disk Test:
- Increased disk tests limit to 100 (from 80)
- Added a "max cycle" option to the disk test

Network test:
- Added "Use 1st IP for all" network test option to preferences
- Added a new option to only select network cards that are connected/have an IP

Video Test:
- Added option to mute audio when playing video

Serial Port test:
- Added separate options to disable RTS/CTS and DSR/DTR test phase

Help:
- Moved to a new help format (ewriter) so that help topics can be opened directly in Windows 10
- Temperature Monitoring & Charts
- Updated temperature graphs to be interactive and allow scrolling and zooming.
- Temperature collection and graphing will start by default when BurnInTest is first launched so temperatures can be monitored without any tests running. On test start the graph will be reset and on test stop the temperature monitoring will be stopped to allow the graph from the test run to be saved.
- Temperature tab now has a split list view of three lists, CPU, GPU and HDD
- Changed series colours to be more visually friendly
- Added checks for the maximum number of temperature sources to monitor
- Fixed scrolling/dragging issues
- Added zoom buttons
- Added support for multiple GPU temperature readings
- Customer certificate template
- Added marker for inclusion of the temperature table chart

Scripting:
- Added more USB options to scripting
- Added SETBLUETOOTH Scripting commands

Misc:
- Added support for reading and logging fan speed from SpeedFan utility
- Fixed a bug when using the PHYSDISK command line parameter in WinPE where the physical specific disk patterns were not available in the select all drop down
- Fixed some problems displaying the FMA3 support for CPUs in system information
- Added way to disable stop button, disable time and cycle settings when using bitaccess.txt to prevent people changing the run time and stopping test early
- Added option to include the duty cycle of each test in the Report Information window
- Turned optical test off by default
- Removed GPGPU test from standard edition

Preferences
- Increased the size of Preferences window
- Changed temperature source/threshold combo boxes to editable list view with checkboxes
- Combined Pre-Test/Post-Test tabs. Combined Serial Port/Parallel Port tabs
- Added %MCMACHINEID% flag to logging file name preferences to allow management console ID to be used as part of the logging path
- Made some changes to the memory test preferences window tab for better readability
- Management console
- Updated & rewrote central management console database to hold testing results

Hearthstone Deck Tracker 1.10.0.3890 查看版本資訊

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

Opera Portable 67.0.3575.97 查看版本資訊

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