Speedify 歷史版本列表
Speedify 是世界上最頂級的 VPN! Speedify 簡單的設置和忘記控制,使得簡單的工作,複雜的引擎下的技術,只是工作。程序和服務正常運行,但受益於多個 Internet 連接的速度和冗餘。使用 Wi-Fi(甚至是多個 Wi-Fi 網絡!),以太網,有線和無線網絡。 DSL,3G& 4G,系留智能手機,同時提高了速度和可靠性!手動選擇所需的位置,或者讓 Speedify 根據延... Speedify 軟體介紹更新時間:2020-03-17
更新細節:
What's new in this version:
Add:
- lexers HTML/XML show folded tags better (and old option "fold_style" allows to show them even better)
- added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
- second click on "Search" sidebar button shows Replace dialog instead of Find dialog
- minor optimizations in editor control
- export to HTML: removed empty first line; cleaned up HTML code
- lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers
- Fix: fixed selection by mouse, when mouse cursor is after folded block rectangle
更新時間:2020-03-15
更新細節:
更新時間:2020-03-07
更新細節:
What's new in this version:
Add:
- added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
- second click on "Search" sidebar button shows Replace dialog instead of Find dialog
- minor optimizations in editor control
- export to HTML: removed empty first line; cleaned up HTML code
- lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers
更新時間:2020-03-03
更新細節:
What's new in this version:
New Features:
- Additional view for main window - Categories
- Support of 128GB Blu-ray XL discs
Enhancements:
- Updated user interface themes
- Optimized data buffering during burning process
- Improved support for M-Disc DVD and Blu-ray
Bug Fixes:
- Resolved minor issue with incorrect file versions
更新時間:2020-03-03
更新細節:
What's new in this version:
- Fixes issues with enqueueing WordPress resources
- A minor feature was also added – element classes are now sorted alphabetically when manipulated through Add Classes tool, with Properties panel controls or during updates of components with editable classes.
更新時間:2020-03-03
更新細節:
What's new in this version:
Add:
- highlight and open (by command "Open URL") e-mails, even without 'mailto:'
- proper underline HTML colors #rgba, #rrggbbaa too
- lexer C/C++: support multi-line strings (with before newline)
- lexer PHP: separate style for "function modifiers", highlight system variables, more keywords
- lexer PHP: show "traits" in code tree
Change:
- changed layout of lexer-parsing-progressbar in the right/bottom corner, it's always visible now
Fix:
- crash on start, when FTP plugin was active on exiting
- crash on start, when document loads from session with wrapped state
更新時間:2020-02-26
更新細節:
What's new in this version:
Create custom blocks for WordPress Block Editor:
- You can now use WordPress Theme Builder to turn any HTML element into a custom WordPress block. Blocks can contain custom fields and use all available WordPress actions, for example displaying a list of related posts.
Improved CSS Grid editor:
- CSS Visual Editor now includes controls for align-items, justify-content and align-content properties. These properties control how grid content is positioned vertically and horizontally in the available space.
Creating new pages:
- Pinegrow got smarter in how it handles creating new pages within an existing project. For example, when adding a Bootstrap 4 starting page into a project subfolder, the new page will use existing Bootstrap resources from the project root folder, instead of duplicating these resources in the target subfolder.
Speeding up project loading:
- Pinegrow 5.93 introduced the ability to exclude project files and folders from the process of scanning the project for components. But, this new feature introduced performance issues when loading projects with lots of files and folders.
- We now optimized the process and greatly improved the speed of project loading
Updates:
- Foundation and Font Awesome were updated to their latest versions
Bug fixes:
- This release comes with important bug fix
更新時間:2020-02-24
更新細節:
What's new in this version:
Add:
reworked strings storage system:
- it takes less memory for ASCII text lines
- for non-ASCII lines, it takes more memory, but it works much faster, so scrolling in smoother
- rendering speed much increased at the end of huge lines (length>1M)
- toggling word-wrap speed much increased on huge lines
- bracket finder ignores long lines (length>500)
- plugin Tabs List: command "Tabs List / Open" focuses plugin; plugin handles Enter/Space keys
- lexer VBScript improved
- lexer Ini improved
Fix:
- app didn't handle errors in plugins and crashed on them
- app had saved redundant information to session files (now session files will be smaller)
- for files loaded from session, app didn't save history (caret position, etc)
- error after "Plugins / Sort / Remove blank lines"
更新時間:2020-02-19
更新細節:
What's new in this version:
add:
- RegExpr engine updated, with lot of patches, see https://github.com/andgineer/TRegExpr/blob/master/History.txt
- Python API speed optimized again (thanks @Artem3213212)
- can scroll tab captions (when they don't fit) by mouse wheel
- lexer Lua improved
change:
- lexer PowerShell removed to add-ons
- removed option "ui_console_compact"
- reworked internal manager of side/bottom panels
fix:
- lexers HTML/PHP/XML produced elements with newlines which gave some slowdown
- command "find next" with regex and zero-length match
- regex replace to "
" in single line file
- regex replace to " "
- broken code-tree look if "ui_tab_position" is left/right
- macro recording gave error when Find dialog button was pressed
- editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)
更新時間:2020-02-15
更新細節:
What's new in this version:
- Fix PID checking on Windows
- Update IPv8 pointer
- Fix issue in monitor_downloads
- Fix checkpoints getting stuck + speedup shutdown
- Handle ConnectionLost error in version checker
- Fix race condition in GUI videoplayer
- Catch socket errors
- Pass ignore_errors to recursive calls in recursive_unicode
- LooseVersion-based checks in VersionManager
- Fix encoding of encoding attribute in TorrentDef
- Add stricter check for tracker URLs
- Handle HttpError exception in endpoint
- Handle UnicodeDecode error by CategoryFilter
- Handle KeyError exception in resume_download