CopyQ 歷史版本列表 Page18

最新版本 CopyQ 7.1.0

CopyQ 歷史版本列表

CopyQ 是 Windows 的高級剪貼板軟件。它允許您保存超過默認的一個項目到剪貼板,這是 Windows 的限制。每次復製或剪切,都會保存到 CopyQ 展開的剪貼板中,文件和文本都可以保存。從這一點開始,您可以簡單地管理剪貼板中的項目,粘貼,刪除和分組。 CopyQ 免費下載 Windows PC 的最新版本。它是完全離線安裝程序的安裝程序 CopyQ.Items 可以是: 使用內部編輯器... CopyQ 軟體介紹


Wing IDE 101 8.0.0.0 查看版本資訊

更新時間:2020-07-16
更新細節:

What's new in this version:

Features:
- Support running and debugging Python code in Docker and other containers
- Allow creating a new Docker container or using an existing container from the New Project dialog
- Update and improve the How-To for Docker
- Support auto-completion of f-string expressions
- Allow setting the display and editor color themes separately
- Add the Editor > Auto-Editing > Mutate Adjacent Quotes preference to control whether typing a quote character while the caret is adjacent to an existing quote will change the type of quotes used for that string (enabled by default)
- Improve source analysis of simple expressions, imports from modules with __all__, and global/non-local statements
- Enable structural folding in .pyi and .pi files
- Add basic syntax highlighting for Dockerfile

Changes:
- Use utf-8 as the default encoding for Python files when working with Python 3
- Change the color palette and theme selection preferences to the easier to understand Display Theme and Editor Theme
- Remove deprecated commands:
- show-panel-debug-probe (use show-panel-debug-console)
- debug-probe-clear (use debug-console-clear)
- debug-probe-toggle-active-range (use debug-console-toggle-active-range)
- debug-probe-evaluate-active-range (use debug-console-evaluate-active-range)
- debug-probe-show-active-range (use debug-console-show-active-range)
- evaluate-sel-in-debug-probe (use evaluate-sel-in-debug-console)
- set-current-as-main-debug-file (use set-current-as-main-entry-point)
- clear-project-main-debug-file (use clear-project-main-entry-point)  
- set-selected-as-main-debug-file (use set-selected-as-main-entry-point)  
- Removeddeprecated symbols in the scripting API:
- kArg* magic default argument values (other than kArgNumericModifier)
- 'sheet' argument for CAPIApplication.ShowMessageDialog
- CAPIProject.Get/SetMainDebugFile (use Get/SetMainEntryPoint)
- CAPIDebugRunState.GetStackFrame (use GetStackIndex)
- Remove legacy support for Zope2 name space merging and debugging with WingDBG
- Omit minor version number from the installation directory name on Windows
- Add spaces into the app installation directory name on macOS
- Change the names of executables on Linux to wing8, wing-personal8, and wing-101-8
- The default Python is selected differently and includes inspection of Anaconda installations and framework installations (on macOS) that were previously ignored

Bug Fixes:
- Use the correct Python version for PEP 8 reformatting on a remote host
- Fix opening files from the Finder on macOS Catalina Finder when Wing is already open
- Fix goto definition on the Python 3 collections.abc module
- Fix the project tree display after cancelling a file move
- Fix find points of use and refactoring for properties
- Fix goto-definition callouts on symbols in remote files that are not yet open
- Add missing attributes errors, name, newlines, mode, and fileno to Python 2 sys.stdout/err replacement used while debugging; also add write_through for Python 3
- Fix intermittent truncation of output produced near the end of a process lifetime
- Avoid the potential for terminating debug or Python Shell processes when working on multiple remote hosts and a process ID happens to match an existing process
- Avoid warning about Python Shell restart when creating new projects
- Fix closing an editor while saving its file to a remote host
- Fix working with a remote Python that is missing the ctypes standard library module
- Don't mis-identify the type of the return values of dict items as a tuples
- Fix displaying invalid names in an import statement
- Fix inspecting values in the debugger or shell when getattr raises an exception other than AttibuteError
- Fix analysis of class and function statements after their indentation is reduced
- Fix analysis of f-strings contained inside an f-string
- Fix the icon used for Wing when launching from the command line on macOS Catalina
- Don't fail to reset the Testing tool state correctly if starting debug of a test aborts
- Update analysis correctly if the Project Home Directory or Python Path is changed in Project Properties
- Reduce application startup time

Screaming Frog 13.1 查看版本資訊

更新時間:2020-07-15
更新細節:

What's new in this version:

- Bug fixes

Wing IDE 101 7.2.3.0 查看版本資訊

更新時間:2020-07-14
更新細節:

What's new in this version:

Features:
- Add a How-To for using Wing with PyXLL
- Support folding in .pyi and .pi files

Bug Fixes:
- Fix using the macOS Catalina Finder to open files when Wing is already open
- Fix Wing's icon on macOS Catalina when launching from command line
- Fix the project tree display after cancelling a file move
- Fix the default editor font on Catalina
- Fix analysis of named expressions used as function arguments

CopyQ 3.12.0 查看版本資訊

更新時間:2020-07-12
更新細節:

What's new in this version:

- Application icon will no longer automatically change when there is an ongoing operation (i.e. the icon snip animation). This caused performance issues in some environments and it was not tested automatically so it often broke. When clipboard storing is disabled the icon only changes opacity slightly.
- New `preview()` script function shows/hides item preview
- Avoid terminating application on SIGHUP
- Use brighter bar for pinned items with a dark theme
- Improved notification text line wrapping (#1409)
- Improved layout when showing many shortcut buttons
- Fix indentation when importing commands with CRLF
- Fix using the configured notification font
- Fix initial item size (avoid scroll bars)
- Fix decrypting item with note
- Fix hiding windows after changing "Always on Top" option
- Fix tool bar flickering when browsing items
- Fix crash when destroying main window
- Fix rare crash when menu items change
- FakeVim: Improved completion menu control with Vim emulation
- FakeVim: Always start in normal mode
- FakeVim: Fix searching backwards
- Windows: Paste operation is now postponed until user releases shortcut (#1412). This works better than releasing the shortcut keys automatically and is consistent with behavior on Linux
- Windows: Fix SSL/TLS errors; `networkGet()` should now work with `https` protocol
- Windows: Fix native GUI style

Unsaved data are now saved whenever application is unfocused, otherwise immediately after an item is edited and saved or after ~5 minute intervals if items change. These intervals can be configured - use `copyq config` to list options with `save_delay_` prefix. For example, disable storing after an item is added (only when app is unfocused, exits or tab is unloaded):
- copyq config save_delay_ms_on_item_added -1

Filter field in commands can now modify menu items. This is done by setting properties to "menuItem" object. Example:
copyq:
- MenuItem['checkable'] = true
- if (plugins.itempinned.isPinned.apply(this, selectedItems())) {
- menuItem['checked'] = true
- menuItem['text'] = 'Unpin'
- menuItem['color'] = '#f00'
- menuItem['tag'] = 'X'
- } else {
- menuItem['checked'] = false
- menuItem['text'] = 'Pin'
- menuItem['icon'] = ''

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

更新時間:2020-07-12
更新細節:

Screaming Frog 13.0 查看版本資訊

更新時間:2020-07-02
更新細節:

What's new in this version:

- Near Duplicate Content, Spelling & Grammar, Improved Link Data – Link Position, Path Type & Target, Security Checks and Improved UX Bits

ManicTime 4.5.5.0 查看版本資訊

更新時間:2020-06-30
更新細節:

What's new in this version:

- Fixed: Statistics was forever updating if some timelines were imported from the server
- Fixed: On day view activities sometimes displayed duration of 59 seconds instead of rounding to a full minute

ManicTime 4.5.4.0 查看版本資訊

更新時間:2020-06-19
更新細節:

What's new in this version:

- Bug fix: Computer usage statistics didn't work correctly

ManicTime 4.5.3.0 查看版本資訊

更新時間:2020-06-12
更新細節:

What's new in this version:

- Connectwise plugin now supports opportunities
- Our Jira plugin now supports Jira Tempo plugin on on-premise servers
- ManicTime tries to get favicon.ico file for visited websites, but doing so generates network traffic. This can now be disabled in Settings, Tracking

ManicTime 4.5.2.0 查看版本資訊

更新時間:2020-06-04
更新細節:

What's new in this version:

- Beta release to Production release
- Bug fix: screenshot edit did not work correctly
- Bug fix: export didn't work correctly