Slack for Windows 歷史版本列表
Slack for Windows 把你所有的溝通都集中在一個地方。這是實時消息傳遞,歸檔和搜索現代團隊。不僅僅是你的信息,而且你所有的文件,圖像,PDF,文檔和電子表格都可以直接放入 Slack 中,並與你想要的任何人共享。添加評論,明星供以後參考,並且它是完全可搜索的。如果您使用 Google 雲端硬盤,Dropbox 或 Box 等任何服務,只需粘貼該鏈接即可立即同步搜索該文檔。下載用於 P... Slack for Windows 軟體介紹更新時間:2019-05-01
更新細節:
What's new in this version:
- Added option "ruler_mark_caret"
- Changed plugin file "install.inf": CPU names for "os=" line changed to longer names like in Free Pascal: i386, x86_64, arm, sparc
- Fixed bugs
更新時間:2019-04-30
更新細節:
What's new in this version:
Notable changes:
intl:
- Update ICU to 64.2. This adds support for Japanese Era
- Fixes a bug in ICU that affected Node.js 12.0.0 in the case where new Date().toLocaleString() was called with a non-default locale
C++ API:
- Added an overload EmitAsyncDestroy that can be used during garbage collection
Commits:
- benchmark: fix http bench-parser.js
- bootstrap: delay the instantiation of maps in per-context scripts
- build: allow icu download to use other hashes besides md5
- build: disable custom v8 snapshot by default
- crypto: update root certificates
- deps: backport ICU-20575 to fix err/crasher
- deps: backport ICU-20558 to fix Intl crasher
- deps: update ICU to 64.2
- dgram: change 'this' to 'self' for 'isConnected'
- doc: add Node 12 to the first list of versions
- doc: update comment in bootstrap for primordials
- doc: simplify GOVERNANCE.md text
- doc: fix pull request number
- doc: clarify behaviour of writeFile(fd)
- doc: fix v12.0.0 changelog id
- doc: simplify Collaborator pre-nomination text
- lib: throw a special error in internal/assert
- module: initialize module_wrap.callbackMap during pre-execution
- (SEMVER-MINOR) n-api: do not require JS Context for napi_async_destroy()
- process: reduce the number of internal frames in async stack trace
- report: print common items first for readability
- src: refactor deprecated UVException in node_file.cc
- src: move OnMessage to node_errors.cc
- src: use predefined AliasedBuffer types in the code base
- src: apply clang-tidy modernize-deprecated-headers found by Jenkins CI
- (SEMVER-MINOR) src: do not require JS Context for ~AsyncResoure()
- (SEMVER-MINOR) src: add Environment overload of EmitAsyncDestroy
- src: apply clang-tidy rule modernize-use-equals-default
- src: use std::vector<size_t> instead of IndexArray
- src: enable context snapshot after running per-context scripts
- src: enable snapshot with per-isolate data
- src: implement IsolateData serialization and deserialization
- src: allow creating NodeMainInstance that does not own the isolate
- test: refactor net-connect-handle-econnrefused
- test: move test-net-connect-handle-econnrefused
- test: rework to remove flakiness, and be parallel
- test: fix ineffective error tests
- test: make test-worker-esm-missing-main more robust
- test: increase coverage in lib/internal/dns/promises.js
- tls: include invalid method name in thrown error
- tools: update certdata.txt
- tools: update LICENSE and tools/icu/current_ver.dep
- tools: fix use-after-free mkcodecache warning
- tools: update tools/license-builder.sh
- tools: implement node_mksnapshot
- util: add prototype support for boxed primitives
- util: rename setIteratorBraces to getIteratorBraces
- util: improve Symbol.toStringTag handling
更新時間:2019-04-29
更新細節:
What's new in this version:
- Fixed Up-Left DPad direction for DS4 output device
更新時間:2019-04-27
更新細節:
What's new in this version:
- DualShock 4 controller emulation type has been added. ViGEmBus will emulate a DS4 v.1 when the option is enabled
- Updated ViGEmClient library to use notification queue for DS4 target
- Linked touchpad related delegates to class instance rather than linking to interface. Speed boost
- Added "Unload on trigger release" option for Load Profile special action
- Fixed issue with Gyro Toggle being used when not enabled in a profile
- Changed Welcome Dialog to use the new official ViGEm Bus Driver installer. The installer will install ViGEm Bus Driver version 1.16.112.0
- Fixed ViGEmBus driver check to work with ViGEmBus version 1.16.112.0 as well as 1.14.3.0
- Allow setting a custom Steam folder location
- Raised sixaxis dead zones
更新時間:2019-04-24
更新細節:
更新時間:2019-04-24
更新細節:
更新時間:2019-04-22
更新細節:
What's new in this version:
Added:
- option "zebra"
- API
- lexers C/C++: improved rules for float/int/hex numbers
Fixed:
- few bugs with vertical sync-scrolling in Differ plugin
- scrollbars did scroll by 1 pixel on clicking arrows, must scroll faster by char size
- bug with wrong caret pos after pasting multiline block on empty line
更新時間:2019-04-20
更新細節:
What's new in this version:
- Fixed force feedback notification queue for ViGEmClient library
更新時間:2019-04-19
更新細節:
What's new in this version:
- Re-enabled force feedback support
- Updated ViGEmClient library to include a queue for force feedback notifications. This should fix the stuck force feedback issue
- Use ref locals to curb array access for KB+M routines
- Added support for the PS4 Fun Controller
- Use wrapper method for MapVirtualKey when using older scan code option. Fixes issues with arrow keys not being interpreted correctly in some situations
- Tweaked sensitivity axis scaling to reach max values
- Allow Load Profile action key to be used without unload trigger. Allows multiple Load Profile special actions to work together
- Added brute force feedback timer fix implemented by mika-n. Should help with worst case scenario of the rumble getting stuck
更新時間:2019-04-15
更新細節:
What's new in this version:
Added:
- improve behaviour of option "auto_close_brackets":true, now it works with multi-selections too (brackets surround multi-selections)
- on mouse selection, editor draws dotted frame to show mouse rectangle
- option "show_mouse_sel_frame"
- toolbar button "Options Editor" (calls Options Editor plugin dialog)
- toolbar theme icon "opt.png"
- command "selection: remove first caret"
- command "selection: remove last caret"
Changed:
- changed command name "expand selection to word" to more concrete "add next occurrence of selected word"
Fixed:
- crash with plugin Config Menu and changed translation
- bug in lexer engine for Unicode, which caused wrong tokenizing of Unicode names in Clojure lexer
- Linux: must not set dialogs (e.g. Command Palette) border-style to "none", this causes dialog to have "system always on top" style