CrystalDiskMark 歷史版本列表
CrystalDiskMark 旨在快速測試您的硬盤的性能。目前,該程序允許測量順序和隨機讀取 / 寫入速度。 CrystalDiskMark 提出了一個體面的表現,它服務於它的目的很好.CrystalDiskMark 特點: 測量連續讀寫速度測量隨機 512KB,4KB,4KB(隊列深度 = 32)讀 / 寫速度選擇測試數據(隨機,0Fill,1Fill )主題支持多語言支持 CrystalDiskMark 軟體介紹更新時間:2022-03-31
更新細節:
What's new in this version:
Features:
- Prompt for passwords and passphrases if needed for SSH remote host connections
- Add a built-in SSH implementation for remote development, supporting secure
connection with key pairs or login password authentication without needing
to use OpenSSH or PuTTY
- Add forwarding SSH agent as an option in remote host configuration
- Add Network > Allow Access to SSH Agent preference to allow disabling use of
OpenSSH's ssh-agent or PuTTY's Pageant
Changed:
- Replace 2FA Card Selector field under the Advanced tab in remote host configuration
with more flexible Connection Responses
- Move remote development preferences to new Remote Development preferences group
Fixed:
- Also drop a history point when moving to a search result that's in the currently visible file
- Fix possible failures to close the New Project dialog
- Fix move refactoring for nested functions that use variables from the outer function
- Avoid reporting deleted files that are temporarily removed when switching branches
- Fix analysis of match and case statements
- Fix insert-file for remote files to only insert the file once
- Avoid crashing h5py when inspecting it extension modules for code intelligence
- Improve handling of auto-editing for ` in Markdown
- Avoid reporting handled exceptions in coroutines
- Fix PEP8 style reformatting when using Python 2
- Fix scraping for some PySide versions
- Fix closing editors when files are deleted and they're open in 2+ splits
更新時間:2022-02-17
更新細節:
What's new in this version:
Features:
- Add git create branch, stash, stash pop, stash list, and discard changes (git checkout) operations
- Add hg shelve, unshelve, list shelves, rebase, create branch, list branches, and switch branch operations
- Display the current branch in hg and git status
- Display the current git or hg branch for the directory of the current file
- Show release dates for each version shown in the update dialog
Changed:
- Change branch selector for switch branch and git push/pull to a popup with all existing branches
Fixed:
- Use function/method return type hints in the Source Assistant
- Fix document urls for methods of builtin types in the Source Assistant
- Don't include imported modules in the argument list created during extract function/method refactoring
- Fix placement of extracted def when the extracted lines include the first line of a scope
- Include correct __name__ special method names in the auto-completer after 'def' in Python 3+
- Fix resolving symlinks and win32 junctions in Search in Files
- Run black with the correct command line arguments when using Python 3.10
- Avoid performance problems seen on Windows while tracking recent access history for files
- Show the Output panel after switching revision control branches
- Display .ipynb files as JSON by default and not plain text
- Show more details of the cause of some remote agent launch failures
- Improve position of warning indicators for mypy
- Avoid repeatedly re-scrolling to a Search in Files result in remote files
- Suppress incorrect existing symbol warnings during rename attribute refactoring
- Don't highlight attributes that happen to match the name of a builtin
更新時間:2022-02-02
更新細節:
What's new in this version:
Features:
- New Project and documentation support for using Wing with Unreal Engine
- Write a preconfigured copy of wingdbstub.py into newly created project directories when needed by the selected project type or requested for a generic project
Fixed:
- Expand Run Arguments, Python Path, Environment and other dialogs fields to better use available space
- Fix analysis of stringified type hints in function definitions
- Fix finding printers on Linux (requires redownloading and reinstalling Wing)
- Upgrade Wing's integrated autopep8 from version 1.5.2 to 1.6.0 and pycodestyle from version 2.5.0 to 2.8.0
- Close the New Project save dialog once the project has been saved
- Avoid using background colors in the default syntax coloring settings, in order to solve readability problems seen in some display themes
- Fix project creation when the directory name is not a valid Django project name
- Clear analysis caches when the remote server is disconnected
- Fix analysis problems and cascading failures that could occur in non-Python files
- Fix a crash seen when analyzing recursive type hints
- Report the correct exception when the Python Shell can't chdir() in Wing 101
- Fix the formatting of warnings and errors in the results of New Project
- Fix failure to turn on debug listening in new generic projects that use wingdbstub
- Fix invalid syntax errors shown for f-strings with spaces following an '=' and when an expression contains a string with a quote character
- Fix saving analysis data after file is saved
更新時間:2022-01-30
更新細節:
What's new in this version:
- Updated language files (Czech, Galician)
更新時間:2022-01-29
更新細節:
What's new in this version:
- Git 2.35 shipped with a regression that broke use of "rebase" and "stash" in a secondary worktree. This maintenance release ought to fix it.
更新時間:2022-01-25
更新細節:
What's new in this version:
New:
- Comes with Git v2.35.0
- Comes with a version of the MSYS2 runtime (Git for Windows flavor) based on Cygwin 3.3.3
- Comes with OpenSSL v1.1.1m
- Comes with Git Credential Manager Core v2.0.632.34631
- Comes with cURL v7.81.0
- Comes with tig v2.5.5
- Comes with patch level 4 of the MSYS2 runtime (Git for Windows flavor) based on Cygwin 3.3.3
Fixed:
- A bug which caused crashes when running git log with custom date formats in 32-bit builds was fixed
更新時間:2021-12-14
更新細節:
What's new in this version:
- Changed debug stepping to step over 'yield'. Use Step Into to step to the return event, so the yielded value can be viewed, or Step Out to step directly to the enclosing frame.
Fixed:
- Don't step into asyncio internals when debug stepping on 'await' lines
- Immediately stop on exceptions that occur in 'async def' functions and methods
- Correctly detect package manager type on remote hosts and avoid consuming CPU
- Fix debugger failures seen when Django template debugging is enabled and a stack frame is of type _Frame
- Fix finding modules in packages that are not in the python path
- Fix finding classes when using type | type unions
- Fix sources assistant display of typing.Tuple return hint and union types in type subscripts
- Fix goto source from Django test results after the file is modified
- Fix creating a Django project from existing sources
更新時間:2021-11-25
更新細節:
What's new in this version:
New Features:
- Comes with Git v2.34.1
- Comes with Git Credential Manager Core v2.0.605.12951
- Comes with cURL v7.80.0
更新時間:2021-11-13
更新細節:
What's new in this version:
Changed:
- Don't set any background fill colors in the default HTML syntax colors
Fixed:
- Fix not stepping into importlib in debugger and hide importlib stack frames
- Fix creating a Django project on Windows with a base installation of Python
- Fix visibility in some syntax coloring configurations (including HTML and Django)
- Sort state names in Editor > Syntax Coloring > Syntax Formatting preference in alphabetical order
- Fix Black reformatting in Python 3.10
- Fix potential for losing editor content during auto-reformatting
- Fix failure to apply Black and YAPF reformatting to a selection in some cases
Fix failure to watch for external changes on remote files after losing and reestablishing the - remote agent connection
- Fix visibility of text in diff/merge blocks in some display palettes
- Fix find uses with remote projects
- Fix remote seaches for non-ascii characters
- Fix suppressing too many code warnings when a module used in a from ... import isn't found
Fix backward-delete-word, forward-delete-word, delete-line, delete-to-start-of-line, - delete-to-end-of-line, move-line-up, move-line-down with 2+ selections
- Fix move-line-up and move-line-down when repeat argument is not 1
- Fix spurious undefined attribute warnings on module instances
- Fix selection popup positioning when autocompleting
- Fix possible infinite recursion in inference engine
- Fix prompting to kill associated processes when terminating a debug process
- Fix the command reference in documentation
- Fix exception seen when evaluating in a shell changes sys.stdin
- Fix exception seen when saving a container or cluster configuration
- Fix setting visible files during project open when remote files are not yet inspected
- Fix failure to determine mime type on files opened while a remote host is unavailable
更新時間:2021-10-21
更新細節:
What's new in this version:
Features:
- Add support for PEP 484 # type: ignore comments to disable type related warnings on a single line or the entire file
- Add support for union type hints using '|'
- Add support for -stubs packages from pypi containing .pyi files
- Add Delete Symbol and Rename Current Module refactorings
Changed:
- Wingapi CAPIProject GetPythonExecutableProperties now returns project environment when called without arguments or executable = None
Fixed:
- Fix intermittent failure to find effective python path of default python
- Fix using a non-absolute pathname for a remote python executable or activate cmd
- Fix failure of remote agent to start in some cases
- Fix scanning too many python path directories at once in some cases when opening a project
- Fix drag and drop of disabled code warnings
- Fix code analysis of 2+ return statement returning tuples
- Fix reporting exception in debugger when using Django templates
- Fix duplicate-line command in Python Shell, Debug Console and OS Command
- Fix the Packages tool when using pip 21.3