KiTTY 歷史舊版本 Page9

最新版本 KiTTY 0.76.1.13

KiTTY 歷史版本列表

KiTTY 是從 PuTTY 的 0.60 版本,一個免費的 SSH,Telnet 和 Rlogin 客戶端,將使高級用戶來控制其網絡連接和文件傳輸的所有方面的分叉。 KiTTY 是源代碼可用的開源軟件,由一組志願者開發和支持。會話過濾,會話圖標,自動登錄,自動密碼保護,預定義命令快捷鍵,在遠程會話中運行本地保存的腳本等應用體育功能。KiTTY 的主要工作環境是 DOS 命令界面高級用戶可以使用他... KiTTY 軟體介紹


Wing IDE 101 8.0.0.2 查看版本資訊

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

What's new in this version:

Features:
- Improve New Project support to allow selecting host, and creating source directory and Python environments along with the project (Wing Pro)
- Support Django project creation also on remote hosts and in containers (Wing Pro)
- Add package management with pip and pipenv (Wing Pro)
- Add support and documentation for Linux containers hosted by LXC/LXD (Wing Pro)
- Support Find Uses and Refactoring with values found in f-strings (Wing Pro)
- Add code warnings for named tuple attributes (Wing Pro)
- Add code analysis for stringified and commented type hints
- Analysis support for multiple return values and tuple unpacking
- Allow disabling individual syntax errors and indent warnings (Wing Pro)

Changed:
- Wing Personal no longer includes documentation and features specifically designed for third party modules, packages, and frameworks
- The editor background color preference has been removed, since it conflicts with setting the editor palette
- When using PuTTY for remote development on Windows, Wing no longer uses any port numbers stored in a PuTTY configuration, in order to work around a long-standing bug in PuTTY that uses the wrong port if no configuration was ever saved. Non-standards ports now also need to be specified in Wing's remote host configuration for that host.
- Remove the legacy Django project configuration functionality, which has been replaced by New Project
- Add an optional encoding keyword argument to the ExecuteCommandLine and AsyncExecuteCommandLine* wingapi methods to encode / decode strings sent to / received from child process. Encoding defaults to the default OS Commands encoding. If the encoding is set to None, no encoding / decoding will be done and bytes instances will be returned.
- Add a WriteToChild method to the handler instance returned by the AsyncExecuteCommandLine* wingapi methods. The WriteToChild method sends a string to the child process after encoding it and optionally flushes and closes the pipe to the child.

Fixed:
- Fix failure to show and/or hide memory addresses in debug data values
- Avoid displaying Cython-defined functions/methods in the Stack Data tool
- Improve handling of debug data that cannot be inspected
- Fix general failures in inspecting containers in a cluster, causing failure to update Source Assistant among other things
- Change the container and cluster plugin APIs to allow multiple commands to be specified for building
- Fix failure to remove Docker containers created by Wing when Wing quits
- Fix using a path that contains spaces in the Activated Env option for Python Executable configurations
- Fix likelihood of a simple name being a point of use of an attribute
- Correctly parse N{} unicode escapes in f-strings and f-strings with rf'' prefixes
- Fix using non-builtin types in type hint subscripts
- Display b'' or u'' prefixed strings for py3 bytes and py2 unicode instances, respectively, in the Stack Data and the Watch tools
- Fix introspection of module attributes
- Fix signature of the Python 3 print function
- Include all improvements in Wing version 7.2.8
- Save project periodically while running tests to avoid losing test results

KiTTY 0.74.4.8 查看版本資訊

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

What's new in this version:

- fix: KiTTY is not accepting keyboard input when reconnecting

Wing IDE 101 7.2.9.0 查看版本資訊

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

What's new in this version:

Features:
- Add remote development support for 64-bit Raspberry Pi
- Allow disabling SSH tunnel management in remote host configurations

Changed:
- Auto-close quotes in fewer contexts
- Change the "Use SSH Tunnel for [email protected]" remote host configuration option to "Manage SSH Tunnels" and added the option to auto-configure based on the target.

Fixed:
- Prompt to save files before Evaluate File in Python Shell and Debug Probe and auto-save
if the Files > Auto-Save Files Before Debug or Execute preference is enabled
- Avoid hanging and sluggishness seen when changing revision control branches or removing
or updating large numbers of project files
- Avoid entirely blank lines in Stack Data and Watch when errors occur in handling
values for debugger display
- Correctly display values for PyQt enums and some other value types
- Fix potential failure to display the commit view in revision control tools
- Display tooltips for syntax errors or code warnings when the cursor is 10+ lines below
- Fix using project settings to run or debug a file if a launch configuration
was previously selected
- Use PYTHONIOENCODING=utf-8 if pylint runs under Python 3.4+ in Wing Personal's PyLint tool
- Fix analysis of commented type hints for a staticmethod
- Fix failure to cache analysis information in some cases
- Fix remote development and debugging when SSH tunnel management is disabled and
a fixed port is selected by Remote Agent Port and/or Remote Debug Port in the
remote host configuration
- Fix using the camera or microphone from the debugger on macOS
- Fix auto-saving files before executing an OS Command

Vagrant 2.2.15 (64-bit) 查看版本資訊

更新時間:2021-03-31
更新細節:

KiTTY 0.74.4.7 查看版本資訊

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

What's new in this version:

- fix: [Suggestion] In Kageant add to the menu "Open KiTTY"
- fix: "Assertion failed" fatal error when clicking on "Clear" button

KiTTY 0.74.4.6 查看版本資訊

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

What's new in this version:

- fix: clear button does not reset selected session name

KiTTY 0.74.4.5 查看版本資訊

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

What's new in this version:

- feat: IDEA: Title window with SOCKS port
- fix: "Close+Restart" when "inactive"

Wing IDE 101 7.2.8.0 查看版本資訊

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

What's new in this version:

- Fix reformatting a selection for PEP8
- Fix refactoring to rename module when a file with the new name exists
- Fix remote code reformatting when the code is not changed
- Fix problems analyzing incomplete def async statements
- Add User Interface > Tooltip Delay preference to control the delay before tooltips are shown
- Reduce the default delay before tooltips are displayed
- Add debugger support for Python running natively on Apple Silicon chips
- Show a warning in the Code Warnings tool when an external checker is not run on a file
- because it exceeds the configured maximum file size
- Show a warning in the Code Warnings tool when mypy fails to complete its analysis
- Auto-enter -> for - also when a : already exists at the end of a def
- Don't apply Project-defined indentation policies to snippet files
- Return to column zero when Debug I/O, Python Shell, Debug Console, or OS Commands
- is scrolled to the right and additional output is appended and causes vertical scrolling
- Fix Return in the run arguments field of the launch dialog to activate
- the OK button. Ctrl-Return may be used to enter a newline.
- Don't allow breakpoints on lines that contains nothing but a type annotation since they not reached
- Fix manual configuration of network proxies
- Avoid showing incorrect key bindings in some context menus on Windows
- Don't inspect Python 3.4, 3.5, or 3.6 when starting on macOS Big Sur

KiTTY 0.74.4.4 查看版本資訊

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

What's new in this version:

- merge request: fix ipv4 port forwards window

KiTTY 0.74.4.3 查看版本資訊

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

What's new in this version:

- fix: Configdir parameter must be an absolute path
- feat: [Feature request] New Duplicate Session... with selected Host Name
- feat: [Feature Request]: "User proxy" and "__nw:" command