mIRC 歷史版本列表 Page12

最新版本 mIRC 7.75

mIRC 歷史版本列表

mIRC 是一個功能齊全的互聯網中繼聊天客戶端,可用於在多用戶群組會議中或在一對一的私人討論中與其他人在 IRC 網絡上進行交流,分享,播放或與他人合作.It 文件傳輸,多服務器連接,IPv6,SSL 加密,代理支持,UTF- 8 顯示,UPnP,可定制的聲音,口頭消息,托盤通知等功能。消息日誌等等.mIRC 也有一個強大的腳本語言,可以用來自動化 mIRC 和創建應用程序,執行從網絡通信到玩遊戲... mIRC 軟體介紹


Display Driver Uninstaller (DDU) 18.0.1.0 查看版本資訊

更新時間:2019-04-05
更新細節:

What's new in this version:

- Changed the roaming folder location to a more standard one.
- If no saved option is found, take the user to the options menu.(new user)
- Added command-line argument : -RemovePhysx, -RemoveGFE
- Do not remove physx by default
- Translations updates

DS4Windows 1.7.3 (32-bit) 查看版本資訊

更新時間:2019-04-04
更新細節:

What's new in this version:

- Disabled force feedback support for now
- Updated code to use newer stable ViGEm.NET client library
- Added runtime option for toggling touchpad movement. No longer edit profile setting and store old setting temporarily
- Now skip updater execution if new updater version could not be downloaded
- Added null check for Enable_Controls method
- Resolved crashing and stability issues with x86 build caused by ViGEm.NET client library

MiKTeX 2.9.7031 (64-bit) 查看版本資訊

更新時間:2019-04-03
更新細節:

DS4Windows 1.7.2 (32-bit) 查看版本資訊

更新時間:2019-03-23
更新細節:

What's new in this version:

- Updated some color picker options to update lightbar with preview
- Removed set rumble to zero call for touchpad button up event
- Corrected force feedback motor values used in event handler added from SONYWA connection sync change. Only affects Sony Wireless Adapter connections

DS4Windows 1.7.1 (32-bit) 查看版本資訊

更新時間:2019-03-22
更新細節:

What's new in this version:

- Reverted hotplug delay change
- Changed force feedback handler to use SetDevRumble to avoid array checks
- Added feedback received event handler before connecting virtual controller
- Corrected force feedback motor values. The motor values were flipped before

DS4Windows 1.7.0 (32-bit) 查看版本資訊

更新時間:2019-03-21
更新細節:

What's new in this version:

- ViGEmBus support has been added. ScpVBus support has been removed
- Changed hotplug delay location

DS4Windows 1.6.14 查看版本資訊

更新時間:2019-03-18
更新細節:

What's new in this version:

- Changed confusing driver message in Welcome dialog. It used to imply that ScpVBus was needed to use the DS4 in Windows rather than just for DS4Windows
- Deprecated old mouse acceleration profile option. Now defaults to false
- Fixed Sony Wireless Adapter disconnect on Windows 7
- Utilize calls that force Normal IO and Memory Priority for the process. Especially useful when DS4Windows is run as a Task but it also helps with normal execution on my system
- Changed when delay takes place for hotplug routine
- Raised SocketAsyncEventArgs buffer for UDP server. Raised from 20 to 40 objects
- Make default use controller for mapping option to false
- Fixed x86 build to target C# 7.3

DS4Windows 1.6.13 查看版本資訊

更新時間:2019-03-10
更新細節:

What's new in this version:

- Changed Flash At lightbar function to work at 0% battery
- Removed unwanted boxing for AdvancedColorDialog OnUpdateColor event
- Fixed color dialog error for Check Battery Life special action menu
- Altered Controller Readings tab to better represent mapped state
- Changed exclusive mode failure message to mention UWP apps causing exclusive mode problems
- Fixed auto profile loading for hotplugged controllers
- Implemented square stick functionality. The analog stick can now be mapped so a push to a diagonal will reach a square corner of (1.0, 1.0)
- Make sure to stop USB controller while suspending. Fixes out of bounds errors appearing
- Changed haptic changing routine to skip always searching for existing device
- Do not reset custom led setting while switching profiles. Fixes custom color option for controller slot
- 360 steering wheel mode changes provided by @mika-n. Improved deadzone handling. Fixed a bug in >360 turn range calculations. Small performance improvements.
- Use implicit extra dead zones for special actions

DS4Windows 1.6.12 查看版本資訊

更新時間:2019-02-25
更新細節:

What's new in this version:

- Some minor tweaks to remove instances of boxing being done by the .NET Runtime when firing events
- Replace old lock with ReaderWriterLockSlim instance when committing KB+M actions
- Added 360 steering wheel mode provided by @mika-n. This mode maps the controller's orientation angle to a joystick axis rather than mapping from gyro data directly. This way, the controller can be rotated 360 degrees or greater and be able to map the range to a joystick axis. The mode can map orientation changes from 90 degrees up to 1440 degrees and it works great in American Truck Simulator. Extra documentation can currently be found in issue #491
- Now target .NET Framework 4.6.2

DS4Windows 1.6.11 查看版本資訊

更新時間:2019-02-17
更新細節:

What's new in this version:

- Utilize enumerators for many for loops. Gets rid of many ElementAt calls. Using an enumerator in a for loop seems to be faster than foreach use despite the similarities
- Re-added extra default axis mapping pass. Should fix some stick direction actions
- Removed some struct copying from lightbar routine by using ref returns
- Now target C# 7.3
- Now use C# 7 features
- Added unchecked blocks for populating field mapping arrays