eM Client 歷史版本列表
如果你正在尋找容易使用,但功能豐富的電子郵件客戶端看起來沒有進一步。 eM Client 是你需要的! eM Client 是一個功能齊全的電子郵件客戶端,因為它也支持日曆,任務,聯繫人甚至聊天。您可以通過 POP 或 IMAP 協議將 eM Client 連接到您的電子郵件帳戶, Gmail,Yahoo,Outlook,Hotmail,iCloud 帳戶,並且還支持 MS Exchange 和 ... eM Client 軟體介紹更新時間:2020-06-16
更新細節:
What's new in this version:
- rewritten system of keymapping, how keymappings are assigned to documents. Previous system was bad. It was slow (each tab switching was loading lexer-specific hotkeys from file)
- internal caching of calculated hyperlinks; maybe (not visible on average PC) it gives smoother scrolling by Up/Down arrows
- zip package installer shows additional confirmation to install hotkeys, if plugin provides them (e.g. CudaExt provides ~50 hotkeys, not OK for some users)
- dialog "Configure hotkey" has additional "Set" button which makes "Clear"+"Extend"
- support encodings: koi8r, koi8u, koi8ru
- option "newdoc_lexer" allows lite lexers too
- better value of "links_regex"
- floating groups didn't show ui-tab icons
- input of complex hotkeys (like "Alt+1 * Alt+2") had "shared history" for all documents
- width of some Unicode chars
- Linux/BSD: rendering of tab-chars
- lexer Markdown: rule for ```
更新時間:2020-06-12
更新細節:
What's new in this version:
Added:
- much faster rendering on Linux (gtk2) for texts with Unicode (but not full-width) chars
- several internal Unicode functions are optimized, which speeds up case-insensitive search, whole-word search, w in regex
- better value of "links_regex" (chars like '()[]#,:' appear in URL only after '?')
- detect read-only also on "File / Reopen"
- lexer Markdown: many improvements, including folding of fenced blocks
Change:
- removed option "hex_chars", maybe later will be replaced by another option
Fixed:
- Project Manager messes with folder of Open/Save-as dialogs
- lexers HTML, XML dynamic highlighting was shifted
更新時間:2020-06-09
更新細節:
What's new in this version:
Added:
- command-line option -id=name to set single-instance id, on Unix
- improve work of command-line file masks with relative paths, on Unix, with single instance
- option "max_line_len_parsed"
- option "ui_history_disabled" has sub-item to disable only selection
- lexer Lua now has dynamic-highlighting rules
- Changed: change default value of option "unindent_keeps_align" to be like ST3
Fixed:
- program didn't save files on closing, if "ui_auto_save_session":true and "ui_history_disabled":"t"
- regression for Undo after Save
- command "focus next group" didn't work sometimes
- some commands and APIs didn't respect read-only mode
- crash on regex replace if replace-with is "$"
- crash if option "links_regex" has invalid regex
- regression in handler of "ui_notif_confirm":1
- regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples"
- commands "find current word/selection next/previous" did not respect options "find_indent_*"
更新時間:2020-06-08
更新細節:
What's new in this version:
- add: option "max_line_len_parsed" (default is 4000 chars)
- fix: regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples"
- fix: commands "find current word/selection next/previous" did not respect options "find_indent_*"
更新時間:2020-06-06
更新細節:
What's new in this version:
Added:
- better logic of "line states": now "added" lines don't change state to "modified" during editing
- allow to disable storing some elements to history/session, via new option "ui_history_disabled"
- allow to specify underscore "_" as non-word char, by placing at as _first_ in "nonword_chars" option
- option "spacing_y" now has OS suffix
- option "zebra_step"
- API to get/set editor font
- API to get/set editor hyperlinks behaviour
- changed: improved logic of undo/redo a little, additional caret jump will appear on redo
Fixed:
- regressions in search for multi-line text and "find selection next"
- macros with repeated commands to move caret (e.g. "caret line down" 100 times) did only 1 move
- 3 years old issue. If complex commands are invoked via fastly pressed hotkeys, some commands were lost E.g. if hotkey for "toggle line comment" was pressed fastly 20 times, it could run ~17 times
- Windows: "cannot create file" error if program runs from "Program Files" folder. You should not put CudaText to "Program Files"
- commands "close tab", "close all tabs", "close other tabs" didn't work correctly when floating group is active
- minor issues in HTML auto-completion
更新時間:2020-06-06
更新細節:
更新時間:2020-06-05
更新細節:
What's new in this version:
- Riot Web 1.6.3 fixes a vulnerability in single sign-on (SSO) deployments where Riot Web could be confused into sending authentication details to an attacker-controlled server. Thanks to Quentin Gliech for responsibly disclosing this via Matrix's Security Disclosure Policy.
- Fix login loop where the sso flow returns to #/login to release
更新時間:2020-06-01
更新細節:
What's new in this version:
- Prevent errors when trying to add files with leading or trailing spaces in their names to OneDrive
- Handle error when trying to upload an item to a folder that’s gone on the cloud
更新時間:2020-06-01
更新細節:
What's new in this version:
Add:
- optimizations in lexer engine; tests on huge XML/HTML files ("ui_max_size_lexer":150) show that parsing is faster (than v1.100) 1.2 - 2 times
- Find dialog allows backward search even in RegEx mode
- to speedup rendering, program uses predefined char widths for the following: Cyrillic, Greek, German, Japanese, Chinese, Korean, Hebrew, Arabic, Indian
- on moving caret left/right, skip positions of combining (accent) chars, like other programs do
- better render combining (accent) chars on Linux/macOS
- command line parameter -nn
- option "renderer_cache_lines"
Changed:
- removed option "unicode_wide_allowed"
- removed menu item "File / Export to HTML" (command still exists in Command Palette)
- in parser's RegEx engine, removed support of rarely needed l L g G
Fixed:
- very old problem in parser's RegEx: s did not catch line-breaks (it affects e.g. HTML lexer, it has rule which finds JS blocks)
- problem in API: "ed" got wrong editor for "floating groups" after plugin shows modal dialog
- "Find next" with RegEx did continue the search from the last found location and not from the caret
- Emmet plugin bad result if called after '<a href="text"'
- ui tab does not show tooltip after moving it with "move tab to next group"
更新時間:2020-05-28
更新細節:
What's new in this version:
Added:
- optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
- optimization in rendering of "colored ranges" (they are present in Bash lexer for $(...) and AutoIt lexer for multiline comments). Syntetic test files, with huge count of colored ranges, show much faster scrolling.
- option "ui_notif_confirm" to enable confirmation on file auto-reloading
- dialog "Save Tabs" has new button "Toggle"
- lexer Lua: better code-tree for functions in class; folding of {}
- commands "move tab to group 1", "move tab to group 2"
- commands "move tab to group floating-1/ floating-2/ floating-3"
Fixed:
- lexer JS: highlighting of regex'es
- folded ranges didn't restore from history (if scroll pos: on top)
- opening files in "preview tab" (Project Manager) gave incorrect filename sometimes (with "ui_notif":true)