Emsisoft Anti-Malware 歷史版本列表 Page13

最新版本 Emsisoft Anti-Malware 2023.9.1.12121

Emsisoft Anti-Malware 歷史版本列表

Emsisoft Anti-Malware 由雙引擎惡意軟件掃描程序提供兩倍的惡意軟件清除能力,沒有額外的資源要求。最重要的是,Emsisoft Anti-Malware 甚至可以刪除可能有害的程序(PUP),使您的計算機資源浪費膨脹過載。總而言之,這保證了卓越的檢測,有效的移除,以及一個乾淨的 Windows 操作系統,完全免費的 Malware-Free.Emsisoft Anti-Malwa... Emsisoft Anti-Malware 軟體介紹


CudaText 1.122.0.4 (64-bit) 查看版本資訊

更新時間:2021-01-17
更新細節:

CudaText 1.122.0.3 (64-bit) 查看版本資訊

更新時間:2021-01-16
更新細節:

CudaText 1.122.0.2 (64-bit) 查看版本資訊

更新時間:2021-01-15
更新細節:

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

更新時間:2021-01-15
更新細節:

What's new in this version:

child_process:
- add 'overlapped' stdio flag
- support AbortSignal in fork

crypto:
- implement basic secure heap support
- fixup bug in keygen error handling
- introduce X509Certificate API
- implement randomuuid

doc:
- update release key for Danielle Adams
- add dnlup to collaborators
- add panva to collaborators
- add yashLadha to collaborator

http:
- set lifo as the default scheduling strategy in Agent

net:
- support abortSignal in server.listen

process:
- add direct access to rss without iterating pages

v8:
- fix native serdes constructors

CudaText 1.122.0.0 (64-bit) 查看版本資訊

更新時間:2021-01-14
更新細節:

What's new in this version:

Added:
- add/change: Addon Manager: removed command "Re-install...", now all addons are in the "Install..."; already installed items are marked with "◄local ?►", and items with updates are marked with "◄local ?, web ?►"
- hide caret for unfocused editor controls
- option "auto_fold_comments", it automatically creates folding-ranges for many commented lines
- change: deleted settings "fold commented lines" from standard lexers (C, Lua, PHP, Python), to better support "auto_fold_comments"
- plugins API allows to catch clicks on statusbar cells
- support Windows Python 3.4, if such a package is installed from addons
- regex engine allows to escape the underscore char

Fixed:
- options "caret_blink_time", "caret_blink_en" were not applied to Console, Find/Replace, API editors
- commands "find next", "find all and select" left the progressbar visible
- Project Manager failed with Windows Python 3.4
- Options Editor failed with Python 3.4

CudaText 1.121.0.0 (64-bit) 查看版本資訊

更新時間:2021-01-11
更新細節:

What's new in this version:

Added:
- command "delete word" (ie delete entire words under carets) like in VSCode
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add search options+actions to '...' menu
- Find dialog: allow to hide more buttons (regex, case, words, confirm replace) via "find_hidden_buttons"
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)'
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color
- lexers C, C++: better highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: better highlight of preprocessor directives

Fixed:
- Find dialog: regression caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"
- command "duplicate line (advanced)" regression
- plugin Emmet crash

CudaText 1.120.3.0 (64-bit) 查看版本資訊

更新時間:2021-01-10
更新細節:

What's new in this version:

Added:
- Find dialog: allow to hide more buttons (RegEx, Case, Words, Confirm Replace) via "find_hidden_buttons" (thanks @kvichans)
- Find dialog: add search options to '...' menu (thanks @kvichans)
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)

Fixed:
- command "duplicate line (advanced)" regression (thanks @kvichans)
- plugin Emmet crash

CudaText 1.120.2.1 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add all search actions to "..." menu
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexers C, C++: highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: highlight of preprocessor directives

Fixed:
- regression in Find dialog, caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"

CudaText 1.120.0.3 (64-bit) 查看版本資訊

更新時間:2021-01-06
更新細節:

What's new in this version:

Added:
- Find dialog has new toggle button "Hi", it means "Highlight all matches". Matches are highlighted with a rounded border, which color is taken from "SeparLine" syntax theme item. Editor also auto-scrolls to the first match, like in Sublime.
- command "find next" in multi-selections now supports "in selection"+"wrapped search" (with the forward search)
- option "find_hi_max_lines"
- option "find_hi_move_caret"
- option "find_hotkey_op_hi"
- option "find_hidden_buttons" is extended, it can now hide several toggle-button options
- lexer C++: code-tree improvement: change icons for "namespace"; detect "struct name<T>"; avoid C++ keywords "requires" in code-tree
- lexer C++: highlight labels, in "goto label;" and "label: statement;"
- lexer Bash: highlight numbers in form like "100suffix"
- sync Asian code-page convertion code with Lazarus patch (Support EUDC to PUA Microsoft mapping)

Changed:
- option "ui_active_border" changed to integer, allowing setting the border width
- changed default values of "find_suggest_sel"/"find_suggest_cur_word" to be like in ST3
- Find dialog has changed layout: removed input-field labels; shortened button captions to "|<" (find first), ">" (find next), "<" (find previous), "..." (show menu with "count all", "extract all" etc)

SoftEther VPN Gate Client Plugin 2021.01.05 build 9745 查看版本資訊

更新時間:2021-01-05
更新細節: