Uplay 歷史舊版本 Page7

最新版本 Uplay 116.1.0.10272

Uplay 歷史版本列表

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


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

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

What's new in this version:

Changes:
assert:
- Implement assert.match() and assert.doesNotMatch()

events:
- Add EventEmitter.on to async iterate over events
- Allow monitoring error events

fs:
- Allow overriding fs for streams

perf_hooks:
- Move perf_hooks out of experimental (legendecas)

repl:
- Implement ZSH-like reverse-i-search

tls:
- Add PSK (pre-shared key) support

Commits:
- (SEMVER-MINOR) assert: implement assert.match() and assert.doesNotMatch()
- assert: use for...of
- benchmark: use let instead of var in dgram
- benchmark: add benchmark on async_hooks enabled http server
- benchmark: use let instead of var in crypto
- benchmark: replace var with let/const in cluster benchmark
- benchmark: include writev in benchmark
- benchmark: use let instead of var in child_process
- benchmark: add clear connections to secure-pair
- benchmark: update manywrites back pressure
- bootstrap: use different scripts to setup different configurations
- buffer: improve .from() error details
- build: don't use -latomic on macOS
- build: warn upon --use-largepages config option
- build: switch realpath to pwd
- build: fixes build for some os versions
- build: re-introduce --use-largepages as no-op
- deps: V8: backport a4545db
- deps: V8: bump v8_embedder_string for 0e21c1e
- deps: uvwasi: cherry-pick 75b389c
- deps: uvwasi: cherry-pick 64e59d5
- deps: V8: cherry-pick 687d865fe251
- deps: V8: cherry-pick d406bfd64653
- deps: V8: cherry-pick d3a1a5b6c491
- deps,src,test: update to uvwasi 0.0.3 (cjihrig)
- dgram: test to add and to drop specific membership
- dgram: use for...of
- doc: remove extra backtick (cjihrig)
- doc: use code markup/markdown in headers
- doc: update REPL documentation to instantiate the REPL
- doc: improve explanation of package.json "type" field
- doc: clarify role of writable.cork()
- doc: de-duplicate security release processes
- doc: fix createDiffieHellman generator type
- doc: update mode type for mkdir() functions
- doc: update mode type for process.umask()
- doc: update mode type for fs open() functions
- doc: update mode type for fchmod() functions
- doc: update parameter type for fsPromises.chmod()
- doc: improve dns introduction
- doc: update parameter type for fs.chmod()
- doc: use code markup/markdown in headers in globals documentation
- doc: use code markup/markdown in headers in deprecations documentation
- doc: use code markup/markdown in headers in addons documentation
- doc: allow <code> in header elements
- doc: add --inspect-publish-uid man page entry
- doc: add --force-context-aware man page entry
- doc: add --enable-source-maps man page entry
- doc: fix anchors and subtitle in BUILDING.md
- doc: standardize usage of hostname vs. host name
- doc: add unrepresented flags docs for configure
- doc: improve doc net:server.listen (dev-313)
- doc: implement minor improvements to BUILDING.md text
- doc: avoid using v8::Persistent in addon docs
- doc: clarify required flag for extensionless esm
- doc: reference worker threads on signal events
- doc: update message.url example in http.IncomingMessage
- doc,assert: use code markup/markdown in headers
- doc,async_hooks: use code markup/markdown in headers
- doc,buffer: use code markup/markdown in headers
- doc,child_process: use code markup/markdown in headers
- doc,cluster: use code markup/markdown in headers
- doc,console: use code markup/markdown in headers
- doc,crypto: use code markup/markdown in headers
- doc,dgram: use code markup/markdown in headers
- doc,dns: use code markup/markdown in headers
- doc,domain: use code markup/markdown in headers
- doc,errors: use code markup/markdown in headers
- doc,esm: use code markup/markdown in headers
- doc,events: use code markup/markdown in headers
- doc,fs: use code markup/markdown in headers
- doc,http: use code markup/markdown in headers
- doc,http2: use code markup/markdown in headers
- doc,https: use code markup/markdown in headers
- doc,inspector: use code markup/markdown in headers
- doc,lib,src,test: rename WASI CLI flag
- doc,module: use code markup/markdown in headers
- doc,net: use code markup/markdown in headers
- doc,os: use code markup/markdown in headers
- doc,path: use code markup/markdown in headers
- doc,perf_hooks: use code markup/markdown in headers
- doc,process: use code markup/markdown in headers
- doc,punycode: use code markup/markdown in headers
- doc,querystring: use code markup/markdown in headers
- doc,readline: use code markup/markdown in headers
- doc,repl: use code markup/markdown in headers
- doc,stream: use code markup/markdown in headers
- doc,string_decoder: use code markup/markdown in headers
- doc,timers: use code markup/markdown in headers
- doc,tls: use code markup/markdown in headers
- doc,tty: use code markup/markdown in headers
- doc,url: use code markup/markdown in headers
- doc,util: use code markup/markdown in headers
- doc,v8: use code markup/markdown in headers
- doc,vm: use code markup/markdown in headers
- doc,vm,test: remove _sandbox_ from vm documentation
- doc,wasi: use code markup/markdown in headers
- doc,worker: use code markup/markdown in headers
- doc,zlib: use code markup/markdown in headers
- errors: support prepareSourceMap with source-maps
- errors: improve ERR_INVALID_ARG_TYPE
- esm: better error message for unsupported URL
- esm: empty ext from pkg type/main doesnt affect format
- (SEMVER-MINOR) events: add EventEmitter.on to async iterate over events
- (SEMVER-MINOR) events: allow monitoring error events
- fs: use consistent defaults in sync stat functions
- (SEMVER-MINOR) fs: allow overriding fs for streams
- http: http_outgoing rename var to let and const
- http: free listeners on free sockets
- http2: set default enableConnectProtocol to 0
- http2: make HTTP2ServerResponse more streams compliant
- http2: wait for session socket writable end on close/destroy
- http2: wait for session to finish writing before destroy
- https: prevent options object from being mutated
- lib: move initialization of APIs for changing process state
- lib: replace Map global by the primordials
- lib: replace use of Error with primordials
- lib: replace Set global by the primordials
- lib: replace WeakSet global by the primordials
- lib: replace WeakMap global by the primordials
- lib: replace Set.prototype with SetPrototype primordial
- lib: do not catch user errors
- lib: replace var with let/const
- lib: further simplify assertions in vm/module
- lib: improve spelling and grammar in comment
- meta: clarify scope of new nodejs.org issue choice
- module: unflag resolve self
- module: self resolve bug fix and esm ordering
- n-api: keep napi_env alive while it has finalizers
- perf_hooks: use for...of
- (SEMVER-MINOR) perf_hooks: move perf_hooks out of experimental
- (SEMVER-MINOR) readline: set null as callback return in case there's no error
- (SEMVER-MINOR) readline: small refactoring
- repl: use public getCursorPos()
- (SEMVER-MINOR) repl: implement reverse search
- (SEMVER-MINOR) repl: fix preview of lines that exceed the terminal columns
- src: suppress warning in src/node_env_var.cc
- src: make large_pages node.cc include conditional
- src: enable stack trace printing for V8 check failures
- src: prevent hard coding stack trace limit
- src: port --bash-completion to C++
- src: make --use-largepages a runtime option
- src: list used functions on headers
- src: fix compiler warning in env.cc
- src,test: use v8::Global instead of v8::Persistent
- stream: group all properties using defineProperties
- stream: pipeline should use req.abort() to destroy response
- stream: reset flowing state if no 'readable' or 'data' listeners
- stream: simplify isBuf
- test: change buffer offset to accommodate V8 BackingStore
- test: use spread object
- test: refactor common.expectsError
- test: increase coverage for _http_incoming.js
- test: log errors in test-http2-propagate-session-destroy-code
- test: skip the unsupported test cases for IBM i
- test: get lib/wasi.js coverage to 100%
- test: cover vm with negative tests
- test: unflake async hooks statwatcher test
- test: fix common.enoughTestMem
- test: fix long lines
- test: fix flaky test-http2-client-upload
- test: use tmpdir.refresh() in test-esm-windows.js
- test: remove obsolete WASI test
- timers: fix refresh for expired timers
- timers: do less work in insert
- (SEMVER-MINOR) tls: add PSK support
- tools: remove prefer-common-expectserror lint rule
- tools: allow the travis commit message job to fail
- tools: fix Raspbian armv7 build
- tools: update ESLint to 6.8.0
- tools,src: forbid usage of v8::Persistent
- util: improve prototype inspection using inspect() and showHidden
- util: add (typed) array length to the default output
- util: add colors to debuglog()
- wasi: refactor destructuring object on constructor
- wasi: fix serdes bugs from snapshot1 migration
- wasi: throw on failed uvwasi_init()
- zlib: use for...of
- zlib: allow writes after readable 'end' to finish

Uplay 101.0.7178.0 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

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

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

更新時間:2019-12-18
更新細節:

What's new in this version:

Changes:
deps:
- update npm to 6.13.4
- update uvwasi (Anna Henningsen)
- upgrade to libuv 1.34.0 (Colin Ihrig)

doc:
- docs deprecate http finished

events:
- add captureRejection option

http:
- add captureRejection support
- llhttp opt-in insecure HTTP header parsing

http2:
- implement capture rection for 'request' and 'stream' events

net:
- implement capture rejections for 'connection' event

repl:
- support previews by eager evaluating input

stream:
- add support for captureRejection option

tls:
- implement capture rejections for 'secureConnection' event
- expose IETF name for current cipher suite

worker:
- add argv constructor option (legendecas)

Signal Desktop 1.29.1 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Signal Desktop 1.29.1
- Focus and accessibility enhancements when confirmation dialogs are displayed


Signal Desktop 1.29.0
- Explore a new set of keyboard shortcuts with CTRL+/ or CMD+/
- Try navigating around the application with Tab and Shift+Tab to take a break from the mouse


Signal Desktop 1.28.0
- A new set of keyboard shortcuts (hit CTRL+/ to see the list)
- Improved keyboard accessibility (try navigating around with Tab and Shift+Tab)


Signal Desktop 1.27.4
- Change log not available for this version


Signal Desktop 1.27.3
- Unless it's footage of total darkness, video thumbnails should no longer appear as black squares. You can also click on any video to immediately pause playback
- Switch between multiple desktop spaces on macOS without missing anything. Signal messages won't be marked as read until the window is in focus
- Support for Zoom In and Zoom Out on Windows and Linux
- If you always maximize Signal Desktop on Windows, this preference will now remain in effect when the app restarts
- We fixed a bug that sometimes prevented conversations from being displayed if the composition box contained a long draft message. We also added a few improvements around scrolling behavior and accessibility


Signal Desktop 1.27.2
- Brings back the orange highlight on Windows which previously came along with any message notification
- Fixes a startup issue present on some Linux distributions


Signal Desktop 1.27.1
- Find your new favorite feature. Full-text search is everything that you have been looking for. Quickly locate any message, whether in one conversation or across all of them
- Write a story-length Signal message using the new roomier composition mode. Got writer's block? No problem. Unplug and come back to your saved draft
- We improved startup and scrolling performance to get you to your messages faster


Signal Desktop 1.26.2
- Change log not available for this version


Signal Desktop 1.26.0
- Use emoji autocomplete to quickly locate the perfect character as you type


Signal Desktop 1.25.3
- This release fixes an issue that prevented Signal Desktop from starting up for some users on Ubuntu 19.04 who felt slightly nostalgic about seeing a frozen blue screen for the first time in years
- The minimum window size was increased in order to accommodate the new emoji selector


Signal Desktop 1.25.2
- The fuzzy emoji search is even fuzzier, so you can type "polo" to locate :woman-playing-water-poloor :man-playing-water-poloinstead of playing Marco Polo and trying to find them while yelling
- Improved conversation list update performance
- Badge counts are now supported on Ubuntu and Elementary OS


Signal Desktop 1.25.1
- Improved support for long contact names
- Pressing enter when the emoji picker is open will once again send your message


Signal Desktop 1.25.0
- An updated emoji panel adds a fuzzy search feature so that you can find coffee even if you haven't had any yet. It also includes quick access to recently used characters and support for "Fitzpatrick" customization
- Pinterest is now included in the list of sites that support link previews
- Check marks for read receipts and delivery receipts are updated more consistently when Signal Desktop reconnects after being offline
- Improved handling of group changes
- Windows build enhancements for users who were encountering rare DLL conflicts
- Users on macOS who launch Signal with the --use-tray-icon option will only see the dock icon when the window is open


Signal Desktop 1.24.1
- Change log not available for this version


Signal Desktop 1.24.0
- Give your messages more character(s) using the updated support for long text content that is compatible with the latest version of Signal for Android and iOS
- Quickly archive old conversations using everyone's favorite new shortcut (CTRL-E)
- ":TaDa:!" Now you can manually enter your emoji using whatever capitalization your heart desires
- Right-click on any URL or text selection and enjoy the new context menu
- Improved font rendering for Chinese, Japanese, and Korean characters on Windows
- Support for right-to-left contact names in quoted replies
- Menu improvements for users on macOS


Signal Desktop 1.23.2
- Change log not available for this version


Signal Desktop 1.22.0
- Tell yourself how you really feel with the new Note to Self feature
- Performance improvements help make Signal Desktop launch faster than ever, especially on slow Internet connections. Attachments are now seamlessly downloaded in the background instead of all at once during startup


Signal Desktop 1.21.2
- Additional link preview updates, including better behavior when composing quoted replies to messages without preview media


Signal Desktop 1.21.1
- Change log not available for this version


Signal Desktop 1.21.0
- Change log not available for this version


Signal Desktop 1.20.0
- Change log not available for this version


Signal Desktop 1.19.0
- Optional support for Typing Indicators. The dots between the lines help you read between the lines. Enable or disable them at any time on your mobile device (Signal Settings > Privacy > Typing Indicators)


Signal Desktop 1.18.1
- Change log not available for this version


Signal Desktop 1.17.3
- Resolved an import error that was blocking some legacy Chrome App users from migrating to the latest release


Signal Desktop 1.17.2
- We fixed an import error that was affecting a small number of users who were migrating from the legacy Chrome App
- Storage optimizations and improved synchronization performance


Signal Desktop 1.17.1
- Change log not available for this version


Signal Desktop 1.17.0
- New colors for your incoming Android messages: Blue, Burlap, Crimson, Forest, Indigo, Plum, Steel, Taupe, Teal, Vermilion, Violet, and Wintergreen
- Startup performance improvements
- Animated GIFs that are larger than 6 megabytes are now supported
- Localization updates for Albanian, Catalan, Chinese, Finnish, French, German, Greek, Hebrew, Hindi, Italian, Japanese, Kannada, Khmer, Lithuanian, Norwegian, Persian, Portuguese, Romanian, Serbian, Spanish, and Turkish. We sincerely appreciate the volunteer translators whose efforts made this possible


Signal Desktop 1.16.3
- Fixed a bug that was preventing Signal from starting up for some users with a large conversation history


Signal Desktop 1.16.2
- Storage fixes
- Updated language strings for Estonian, Finnish, Italian, and Persian


Signal Desktop 1.16.1
- Message rendering improvements for better performance
- Shared contacts for users with a linked iOS device are easier to read
- Group conversations that are blocked on your mobile device will be blocked on Desktop too
- The list of supported languages has expanded to include Albanian, Esperanto, Estonian, Khmer, and Thai. We sincerely appreciate the volunteer translators whose efforts made this possible


Signal Desktop 1.16.0
- We optimized performance to fix the input lag that was affecting some users. Keystrokes should be instantaneous again, but occasional typing delays are still possible when you are thinking of the right thing to say
- The countdown timer icon is now displayed with the correct style and color in the iOS light and dark themes
- Updated language translations


Signal Desktop 1.15.5
Visuals:
- When iOS device has been linked, use iOS color scheme
- Conversation bubbles now better handle both large and small window sizes
- Quotes: Show warning if referenced message was not found

Performance:
- Give event loop a rest when queuing large numbers of messages from cache
- Fix issue which caused contact syncs to be continually reprocessed from cache

Dev:
- Add logging to help diagnose protocol handler false positives
- Only show 'upgrade is available' dialog if mainWindow is available
- Copy quoted message contents into quote on receipt
- Disable drag and drop if it's not a file attachment


Signal Desktop 1.15.4
Performance:
- Increase timeout for database operations, as users have been seeing timeouts
- Additional logging to track performance of database operations
- New indices and query updates to ensure indices are used for all queries

Visuals:
- Style the scrollbar in both light and dark themes
- Ensure that the scroll down button is always on top of conversation content

Dev:
- Properly flow errors back when errors happen during message processing or caching
- Use Base64 strings in temporary message cache instead of 'binary' encoding
- Eliminate write of config.json on exit of app, may be causing corruption


Signal Desktop 1.15.3

Visuals:
- Fixed: Visual attachment borders and overlays would show on top of safety number change banner
- Fixed: No-caption visual attachment metadata overlay was behind dark shading, making it hard to read


Signal Desktop 1.15.1
- Fixed: On some macOS machines, the light theme would render incorrectly
- Fixed: On an OS set to a right-to-left language, message bubbles were left-aligned
- Fixed: Incoming messages with errors would be shown as empty messages
- Fixed: SQLCipher migration of cached not-yet-processed messages did not preserve their data

Disappearing messages:
- Move expiring message time earlier if read sync has earlier time
- In partially-successful group send, don't start expire timer

Dev:
- Clean up any orphaned external files on start
- Ensure that a SQL command timeout results in an error
- On error handling cached message, log error then delete


Signal Desktop 1.15.0
Visual changes:
- New colors and message bubbles
- Unified theme
- Video playback updates
- Disappearing messages can now be enabled without first turning them on with a '1 day' duration
- The status of the last conversation message (if outgoing) is now shown in the left pane
- One-click access for replying to message

Media Gallery:
- Fixed: Wrong attachment would be saved from lightbox after left/right navigation
- Better handling of videos - thumbnail of video is now used
- Dark theme honored in all UI elements
- Icons shown for all if no thumbnail is available

Dev:
- New version 8 schema for messages: thumbnails and dimensions from image and video attachments, as well as a full-size video screenshot for use in conversation view
- Much of the application has been moved to React
- Dark theme rewritten from scratch
- New CSS is now using Block Element Modifier syntax (BEM)
- JSHint removed from project; ESLint now scans entire project
- _locales/en/messages.json is now included in jsprettier runs
- All backbone-related functionality removed from Style Guide
- Ensure set of Linux dev dependencies is complete in Contributing.md
- Introduce mandatory migration on startup, to minimum version 7
- Preserve migration state when deleting config due to failed login
- Conversation: store lastMessage/lastMessageStatus in memory only
- Moved to using window.log only for all browser-context logging, with new eslint rule to prevent direct use of console.log
- Full eslintification of files in libtextsecure to take advantage of new console.log rule
- Removed unnecessary and too-verbose console logging
- When making thumbnail for video attachment to be sent, we generate a 100x100 preview instead of taking a full screenshot of the video


Signal Desktop 1.14.4
- Fixed: Application does not start up on Linux w/tmp mounted as noexec
- Fixed: When attempting to record voice note with media permission disabled, popup would be blank


Signal Desktop 1.14.3
- Fixed: After upload, debug logs were not accessible
- Show error if debug log fails to upload


Signal Desktop 1.14.1
- Fixed: Changes to notification settings or menu hide setting would not be persisted
- Fixed: Settings window, debug log window, and permissions popup were not themed
- Fixed: When turning off disappearing messages timer, it would show 'to seconds' instead of 'to off'
- Fixed: Issue where error handling for incoming message would fail, resulting in no visible error


Signal Desktop 1.14.0

New:
- New setting: media permission. Desktop now shows a popup dialog when this permission is not granted and the recording for a voice message fails
- Auto-scroll to selected conversation when they reorder

Fixed:
- Conversation preview would sometimes show already-expired message
- Upon resume from sleep, notifications would show for already-read messages as they arrived
- About window didn't include version number
- Idle detector would never turn off, slowing down app

Dev:
- Minor documentation cleanup - bug templates, readme, etc
- Update conversation's last message whenever it is opened
- Add missing timer option localization strings
- Make all OS menus localizable
- Handle timer updates along with group updates
- Add 'newmessage' event handler to Conversation for reliability
- Debug log, settings and media permissions popup are all now in separate windows
- Pulled latest translations from Transifex


Signal Desktop 1.13.0
Fixed:
- Expire timer update would be sent even if change came from remote message
- It was impossible to send an attachment if we failed to create a thumbnail for it
- App would fail to start if user profile data is behind a junction
- Message detail screen errors were too narrow to see the complete message

Dev:
- Add link to terms of service and privacy policy in About window
- Additional defense-in-depth enhancements
- Update strings for fr/tr languages
- Readme: Clarify beta install instructions


Signal Desktop 1.12.1
- Fixed: In iOS theme, quoted links were white on white
- Ensure that a disappearing message timer change notification is always above initiating message
- Ensure that sent messages immediately take conversation's expire timer


Signal Desktop 1.12.0
- Update to Electron v2.0.1
- Fixed: Emoji with skin tone modifiers would show up as a square
- Fixed: A few visual problems with the contact detail screen
- Fixed: complex kernel versions were causing problems in linux

Dev:
- Add another Windows 7 dev setup requirement to contributing.md
- Various defense-in-depth enhancements
- Refactor api.js into web_api, which encapsulates all web access
- Move a number of dependences from bower to npm
- Enable a large set of new tslint rules
- Use React for all emojification in the app
- Print out main process logs if electron unit tests fail
- Move all forks to @scottnonnenberg-signal account
- Remove jscs from the project
- Remove unused code and templates
- Remove broken stylesheets symlink


Signal Desktop 1.11.0
- Feature: Receive contact
- Fixed: Sometimes clicks on quoted message wouldn't work
- Fixed: In dark theme, it was hard to see a message's triple-dot menu on hover
- Fixed: Unsupported image and video types were missing from media pane
- Fixed: On small screens, the media lightbox view would show media off-screen
- Notification improvements
- Improved behavior for notifications that are added and removed quickly
- Better handling of notifications that were read on a linked device
- Media Gallery: A number of small visual fixes
- Emoji pane: Can now dismiss it by pressing escape key
- Update translations

Dev:
- Windows 7: Use Electron-native notifications
- Better logging when we receive a read sync from a linked device
- Move to React for newlines, emoji, and links in message body
- Improve Logging For Disappearing Messages
- Prettier: Continue expanding its coverage of app
- Document Translations Setup + Remove Unused Strings
- Make Protocol Buffers available to commonjs code
- Build updates: remove unused commands and assets
- Document Windows 7 Developer Setup
- Update README copyright year to 2018


Signal Desktop 1.10.1
- Fixes a bug recently published


Signal Desktop 1.10.0

- Media Gallery showing all attachments in a given conversation. Note: Until all attachments have been migrated to disk (as part of a background process), only a partial set of a conversation's media will show up, skewed towards the most recent messages
- Increase speed of migration to move attachments to disk from database
- Video attachments: show first frame preview in composition area

Quotes:
- Show 'You' in Android theme instead of your own contact name
- Show thumbnails for quotes of messages with video attachments

Notification improvements:
- Remove all on remote read, on focus, on exit
- Show multi-message notifications like '5 new messages'

Dev:
- Add comments clarifying our mechanisms for stripping EXIF info
- Move to prettierjs to format our code
- Fix break in styleguide; make filesize/Signal.Util.GoogleChrome available
- Remove duplicate entry from .gitignore


Signal Desktop 1.9.0
- Send quoted replies via hover menu on message
- Fixed: Linking a new iOS device would not initially show iOS theme
- Dev: Media Gallery: Phase 1 - currently disabled


Signal Desktop 1.8.0
- Support for receiving quoted replies
- iOS theme: one bubble for both attachment and message contents
- Dev: Fix beta install instructions in readme for debian-based linux


Signal Desktop 1.7.1
- Fixed: Conversation message preview would sometimes continue to show after message disappeared
- Improve URL Auto-Linking In Messages
- Redact More Variants Of Paths In Stack Traces
- Dev: Introduce React, TypeScript, TSLint and React-StyleGuidist


Signal Desktop 1.7.0

- Update to electron 1.8.4
- Migrate all attachments from IndexedDB to file system in the background
- Save attachments to disk when importing Chrome app export
- New option in settings: delete all application data
- Remove all configuration in database when we discover we are unlinked
- Delete everything in database when we link with a different phone number from previous link
- Windows: Delete all data on uninstall
- Fixed: Read receipts setting would not be synchronized along with re-link
- Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field
- Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details
- Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view

Dev:
- Redact file paths in anything that goes to the log on disk
- When top-level process errors happen, don't show dialog with stack trace
- Add nsp to CI runs
- Add eslint-plugin-mocha to disallow exclusive tests using *.only
- Preparation for encrypted backups
- Updates to structure of exported data - messages.zip, flat list of attachments
- Relax Node.js version requirements
- Fix a few typos in documentation
- Update issue template to mention that translation should be via Transifex


Signal Desktop 1.6.1
- Switch to a new service for debug logs, since GitHub is retiring anonymous gists


Signal Desktop 1.6.0
- Upgrade to the latest version of Electron, 1.8.2
- Replace custom notification sound with system sound

Update menus:
- A few copy changes to make things clearer
- Settings now available via the File (Windows/Linux) or Signal Desktop (macOS) OS menu
- Eliminate the triple-dot menu in the top-center of the screen
- Fixed: Hitting enter after entering device name on install would not move to next screen

Dev:
- Ensure consistent builds using yarn --frozen-lockfile
- Update code to match eslint-enforced formatting
- Upgrade to latest version of electron-builder and associated packages


Signal Desktop 1.5.2
- Fixed: In import/registration flow, choosing View -> Debug Log would do nothing


Signal Desktop 1.5.1
- Fixed: In some cases contact/group syncs would turn off disappearing messages in all conversations
- Fixed: On initial setup, conversations with disappearing messages enabled would be at the top of the conversation list


Signal Desktop 1.5.0
- Note: Includes fixes from 1.4.0-beta.1 (never released to production), 1.5.0-beta.1, and one additional pull request
- Update electron to 1.7.12
- New design for import and install flows
- Support for 'light' imports, which bring just messages, contacts and groups
- Set conversation disappearing messages state and contact block state on initial link
- 'Restart' -> 'Restart Signal' button in update dialog, thanks @StevenXL

Fixed:
- If app started offline, conversations would not open
- Attached images would sometimes show up rotated improperly
- Uncaught Exception: TypeError; 'getSize'
- File paths with special characters could be shown in misleading way
- Incoming messages sometimes didn't appear at all
- 'Cannot find module ./app/locale' error popup when attempting to start another instance of the app on Windows
- Setting NODE_ENV environment variable to 'development' would point it at staging servers

Dev:
- Move ESLint environment configuration into .eslintrc
- Sync Protocol Buffers with libsignal-service-java
- Update to libsignal-protocol-javascript v1.3.0
- Make our binary comparisons constant time
- Fix typo in issue template
- Update to new signal branding

Opera Portable 65.0.3467.72 查看版本資訊

更新時間:2019-12-18
更新細節:

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

更新時間:2019-12-18
更新細節:

What's new in this version:

Notable Changes:
cli:
- add --trace-exit cli option (legendecas)

http,https:
- increase server headers timeout

readline:
- update ansi-regex
- promote _getCursorPos to public api

repl:
- add completion preview

util:
- add Set and map size to inspect output

wasi:
- require CLI flag to require() wasi module

Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module

DbSchema 8.2.5 查看版本資訊

更新時間:2019-12-17
更新細節:

What's new in this version:

- Feature: Add Apple Notarization required by Mac OS Catalina
- Feature: Improvements in SQL Editor / Run Script
- Feature: Compatibility improvements for Exasol
- Bug: Issue in data type options and saving edited data types from Project / Settings
- Bug(Minor): Copy /Paste in SQL Editor find/replace bar
- Bug(Major): Closing Frame threading issue may lock the application lock

Opera Portable 65.0.3467.69 查看版本資訊

更新時間:2019-12-11
更新細節:

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

更新時間:2019-12-04
更新細節:

Opera Portable 65.0.3467.62 查看版本資訊

更新時間:2019-12-04
更新細節: