DVD Ripper Pro 歷史版本列表 Page2

最新版本 ToneLib JAM 4.7.8

DVD Ripper Pro 歷史版本列表

WonderFox DVD Ripper Pro - 真正的 1 號速度智能 DVD 抓取軟件,提供了最快的解決方案,可以將您廣泛的 DVD 收藏集轉換成幾乎任何視頻,音頻和設備。享受你的 DVD 只是變得更簡單,更快。我創建的視頻將具有完美的質量(即使在高清晰度下)。沒有丟失的關鍵幀,重繪問題或崩潰。基於我內置的領先的 DVD 解密和解碼技術,我隨時準備幫助您將任何 DVD(光盤 / 文件夾 ... DVD Ripper Pro 軟體介紹


Git for Windows 2.34.0 (64-bit) 查看版本資訊

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

What's new in this version:

New Features:
- Comes with Git v2.34.0
- Config settings referring to paths relative to where Git is installed now have to be marked via %(prefix)/ instead of the now-deprecated leading slash
- Comes with Git LFS v3.0.2
- Contains new, experimental support for core.fsyncObjectFiles=batch

Fixed:
- Configuring a system-wide VS Code as Git's editor was broken, which has been fixed
- It is now possible to clone files larger than 4GB as long as they are transferred via Git LFS
- Git now works around an issue with vi and incorrect line breaks in the Windows Terminal

Wing IDE 101 8.1.1.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

Wing IDE 101 8.1.0.0 查看版本資訊

更新時間: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

Wing IDE 101 8.0.4.0 查看版本資訊

更新時間:2021-09-29
更新細節:

What's new in this version:

Features:
- Document using sitecustomize to automatically start debug
- Add Close Unmodified Others to the editor tab's context menu to close unmodified files other than the current file

Fixed:
- icon rendering when Windows 10 scaling factor is 150%
- the debugger on some Windows systems
- goto definition on an attribute of an object whose type is specified with a type hint
- auto entered invocation args for builtin dict or a derived class

Wing IDE 101 8.0.3.0 查看版本資訊

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

What's new in this version:

Features:
- The Django settings module for testing may be set with --settings=<name> in
the Run Args on the Testing page of the Project Properties dialog

Fixed:
- Fix failure to reformat code on remote hosts and containers, leaving the editor r/o
- Fix opening projects on some Windows systems
- Fix inspecting data when the Resolve Properties preference is not checked
- Fix searching in files with non-ascii characters
- Fix including the default run directory in the python path when no entry point
or initial directory is set
- Fix autocomplete list after typing 'def' in a derived class
- Fix running tests with activated env python executable
- Add directory of manage.py to sys.path before loading settings when running
Django tests
- Fix goto definition on self.__class__
- Fix analysis of __name__ on class objects
- Fix using a single quoted pathname for a python executable
- Fix using an activate command pathname with a space

Wing IDE 101 8.0.2.0 查看版本資訊

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

What's new in this version:

Fixed:
- Fix display of icons in the Project tool
- Fix Python Shell intermittent failures
- Fix updating code warnings after editing
- Fix goto-definition and refactoring command on code in f-strings
- Fix failure to start on Debian 10
- Recognize Django template files immediately when they are opened
- Fix analysis failures when the Analyze Calls preference is checked
- Fix drawing the splash screen at startup on Linux
- Disallow installation on Windows 7 and earlier
- Fix internal debug logging on Windows
- Fix dialogs in macOS fullscreen mode
- Fix copying recent-projects over from an older Wing installation

Wing IDE 101 8.0.1.0 查看版本資訊

更新時間:2021-07-27
更新細節:

What's new in this version:

Fixed:
- Fix Python Shell intermittent failures
- Fix segfault when analyzing some classes

Wing IDE 101 8.0.0.5 查看版本資訊

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

What's new in this version:

Features:
- Allow specifying port forwards in remote host configurations
- Change the color of warnings that may be fixed during editing rather than removing them
- Display warnings sooner after the last keypress
- Support creating Django projects with Python environments on remote hosts and containers
- Syntax highlight .toml files as properties files
- Display the types of multiple return values in the Source Assistant
- Display the specializations of generic types in the Source Assistant
- Display the type hint used to annotate a name in the Source Assistant
- as well as the type(s) the hint expands to
- Added CAPIApplication methods WriteFile, ReadFile, InspectFiles, and CreateChildProcess
- Added CAPIApplication signal python-runtime-changed

Changed:
- Dropped support for Django 1.3 and earlier

Fixed:
- Fix the Django extensions to work on remote hosts and containers
- Fix code warnings update when a file is saved
- Fix reformatting Python code on containers and remote hosts
- Run external checkers for container files on the container and not locally
- Fix obtaining the login environment on Apple Silicon macOS
- Fix encoding problems with certain files when running diff on a directory
- Set up port forwarding correctly when creating a Flask or Django project
- that uses a container
- Correctly support parsing services out of a docker-compose file when
- 'build' has sub-values including 'context'
- Fix docker-compose support when a non-default docker-compose.yml file
- name is used
- Don't assume default name for Dockerfile when using docker-compose
- Don't ask to restart a cluster when it is not currently running
- Correctly restart a cluster after rebuild
- Fix Python Shell and debugging docker-compose clusters when ENTRYPOINT
- is used in the Dockerfile
- Fix starting the Python Shell with the right container environment after
- project switch or reconfiguration
- Also ask to restart out-of-cluster containers, for example for the Python
- Shell, when a cluster is rebuilt
- Fix issues with debugging containers and clusters when some files are copied
- at build time and not in the known file mappings
- Fix breakpoints in container-only files
- Shut down all containers and clusters when switching projects
- Avoid breaking an existing project when creating a new one using one of
- the existing project's cluster configurations
- Correctly track renamed remote hosts, containers, and clusters into Project
- Properties and any Launch Configurations that use them
- Fix drag and drop within the Project tree
- Don't incorrectly show in-cluster synthesized containers in the Containers tool
- Display error message when the Python Shell fails to start because it is configured
- to run in-cluster but the cluster is not running
- Fix aborting unit tests running in-cluster
- Fix tracking cluster container image modification times and prompt when they change
- Fix extension module scraping for files available on both the container and host
- Don't list terminated OS Commands when warning before editing a container or
- cluster configuration
- Don't set new Python environment type in New Project dialog to unavailable types
- when creating a project for a remote host
- Hide operations in the Packages tool when using a container or cluster, since package
- management occurs through the container or cluster configuration and rebuild process
- Fix failure to show Bookmarks tool filter fragment entry area
- Fix failure to filter bookmarks correctly when filtering on an empty fragment
- Fixed CAPIApplication.GetPythonExecutableProperties to correctly launch inspection
- of Python
- Fix failure to install the remote agent on hosts where ssh fails to terminate with
- the remote command when there are active tunnels
- Correctly detect failures to start the remote agent
- Fix inspecting remote Python when a virtualenv is being used
- Fix failure to create a new remote project on a host
- Fix problems creating a Django project on a remote host when the remote agent
- was installed earlier in the same session
- Fix failure to debug a remote file when it uses a launch configuration that
- sets Python Executable to the project settings
- Fix enabling and disabling pylint warnings by priority
- Fix spurious pylint relative-beyond-top-level warnings seen in some cases
- Fix saving HTML and XML files
- Fix scanning files open at startup with external code warning checkers
- Make the whole icon in the tools at top of the editor clickable, even when compressed
- Fix failure to reformat with Black when using Python 3.9
- Fix failure to update Packages tool to new Python environment after the project changes
- Fix starting debugger on some filenames with non-ascii characters
- Fix code analysis when an open file is modified outside of Wing and reloaded

Wing IDE 101 8.0.0.4 查看版本資訊

更新時間:2021-04-30
更新細節:

What's new in this version:

Features:
- Add support for flake8 as an external checker in Code Warnings
- Add support for Anaconda environments in the Packages tool
- Allow selecting an Anaconda environment.yml when creating a Python environment

Fixed:
- Fix viewing arrays in the Stack Data tool
- Restore requirements.txt after failed package operations
- Fix package manager problems when using a base install of Python or remote host
- Fix reverting an update
- Fix analysis and other operations on container-only files and directories
- Fix writing to ide.log file
- Fix analysis of operator expressions that include function/method calls or subscripts
- Fix analysis of calls using * or ** args
- Fix startup problems seen on some systems

Wing IDE 101 8.0.0.3 查看版本資訊

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