Light Image Resizer 歷史版本列表 Page13

最新版本 Descript 83.1.3

Light Image Resizer 歷史版本列表

使用 Light Image Resizer 調整圖片大小。用於 PC 的批量圖像轉換器可以輕鬆地將您的圖片轉換成不同的格式。選擇您的輸出分辨率,調整原始大小或創建副本,移動和 / 或重命名文件或壓縮,為您處理的圖像選擇一個特定的目的地。您只需單擊一下即可完成批量調整,即可處理單張照片或編輯大量圖像。 Light Image Resizer 是您的 Windows PC 的驚人的圖像轉換器軟件!E... Light Image Resizer 軟體介紹


DS4Windows 3.0.4 (64-bit) 查看版本資訊

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

What's new in this version:

- Support for DS3 gamepad as vendor defined device over DsHidMini driver
- Now issue immediate virtual device unplug upon Windows suspend
- Changed ViGEmBus lookup routine to perform a list based lookup for potential drivers. Attempt to discover newest version from version info
- Changed ViGEmClient library to attempt to connect to newest available version of ViGEmBus on a system rather than the first version found
- Set all controller slots to use the Default profile initially when making a new config
- Immediately issue unplug of all virtual controllers when pressing main Stop button
- Initial implementation of HidHide integration. Display key icon for HidHide hidden device. Insert DS4Windows.exe into whitelist at startup if necessary
- Changed method of obtaining current executable file location. Needed due to assembly changes in .NET 5 breaking support for custom exe filenames
- Added HidHide installer link to Welcome dialog window
- Added HidHide Configuration Client app link in Settings tab
- Hide HidNinja link in Settings tab if HidGuardian is not installed
- Show the text value of 'Max Saturation' lightbar setting
- Changed Launch Program special action to use UseShellExecute

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
更新細節:

DS4Windows 3.0.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed Open Program Folder link in tray menu
- Lessen ViGEmBus restriction for now. Allow connecting to ViGEmBus 1.16.112.0

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

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

DS4Windows 3.0.2 (64-bit) 查看版本資訊

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

What's new in this version:

- Use UseShellExecute for ProcessStartInfo in more places for .NET 5 changes
- DS4Windows updater message update
- German translation update

Added:
- Portuguese (Portugal) translation
- cmd line command for 'Change led color'. Contribution by bernspedras
- some exception handling for XML in ProfileMigration
- output controller option to Preset Window for certain Presets. Change profile values based on output controller type.
- some precautions for possible empty devicePath string

- Changed GroupBox template for Dark theme
- Now enforcing ViGEmBus minimum supported version. Targetting ViGEmBus 1.17.333.0
- Fixed ProcessStartInfo for ViGEmBus installer launching with .NET 5
- Refresh internal data about ViGEmBus on service startup
- Muted blues used in Dark theme

DS4Windows 3.0.0 (64-bit) 查看版本資訊

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

What's new in this version:

- DS4Windows now targets .NET 5
- Changed ViGEm libraries to target .NET Core 3.1
- Now use MdXaml rather than Markdown.Xaml for Changelog text rendering
- Removed Newtonsoft.Json library dependency
- Removed use of .NET 5 Runtime check nag window
- Fixed UDP Server locking device input in .NET 5. Caused by API change for SocketAsyncEventArgs
- Moved app config loading to occur after logger is created
- Change extras flag to take current DS4Control into account
- Added additionalProbingPaths to runtimeconfig.json
- Use UseShellExecute for ProcessStartInfo. Due to Process.Start change in .NET 5
- Added newer bat self deletion routine. Make sure to return 0 status code in process when performing bat self-delete

DS4Windows 3.0.1 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- launching of HidGuardHelper for .NET 5 usage
- URL string generation for updater version redirect on download failure
- a few typos in the English strings. Contribution by instilledbee

- Bundled HidGuardHelper 0.2.0

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

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

What's new in this version:

- Ignore duplicate device when in Shared mode
- Added extra processing to Version string for .NET 5 and later. Expecting Microsoft to use their own standard was a mistake
- Changed URL used for .NET 5 Runtime download