360 Total Security 歷史版本列表 Page8

最新版本 360 Total Security 11.0.0.1046

360 Total Security 歷史版本列表

360 Total Security 為您提供針對病毒和其他新型威脅的完整保護。當你在網上購物,下載文件,瀏覽網頁,360 Total Security 隨時保護你免受網絡犯罪。此外,您可以執行一鍵清理功能,使您的電腦保持最佳狀態。下載 360 Total Security Offline Installer Setup! 超過 5.4 億人選擇的免費殺毒軟件。一鍵獲得更多的空間,速度和安全性。易... 360 Total Security 軟體介紹


Pinegrow Web Editor 7.0.4 查看版本資訊

更新時間:2022-12-21
更新細節:

What's new in this version:

- Prevent stuck class previews on visual controls in the Properties panel

Fixed:
- Design panel adding multiple stylesheets
- Post Breadcrumbs WordPress action breaking HTML in certain situations
- exporting WordPress React blocks with Pinegrow Interactions

TextExpander 7.4 查看版本資訊

更新時間:2022-12-14
更新細節:

What's new in this version:

- Live chat support in TextExpander app
- Fixes and improvements

ReShade 5.5.2 查看版本資訊

更新時間:2022-12-13
更新細節:

What's new in this version:

Added:
- compile times for effects to log
- compile error when texture with a semantic is used as a render target or storage
- warning when input cannot be captured for window because it was created by a different process (e.g. in Portal with RTX)
- "copy_buffer_to_texture" event for OpenGL texture updates from a pixel unpack buffer binding
- format conversion for "VK_FORMAT_A8B8G8R8_[...]_PACK32"

Improved:
- CPU-side performance of effect rendering slightly
- error handling for filesystem errors

Changed:
- add-on list in overlay to hide file path for built-in add-on
- input handling to ignore raw input on secondary windows that are not input sinks
- error on choosing layered pixel format in OpenGL to a warning (this fixes a crash with Tomb1Main)
- shader model 5 implementation of "tex2Dgather" intrinsic overloads taking individual offsets to visually match GLSL/SPIR-V

Fixed:
- typo in D3D9On12 exports
- crash with D3D9On12 due to incorrect vertex count provided to "DrawIndexedPrimitive" (this fixes a crash in D3D9 games with 12th Gen Intel graphics processors)
- crash due to use-after-free in "vkFreeDescriptorSets"
- crash with Stream overlay and Vulkan validation layers due to dispatch pointer not being initialized for queues
- Thief: Deadly Shadows hanging and/or not exiting
- ReShade FX compiler not generating a cast to merged type for elements in array initializer expressions
- ReShade FX compiler emitting an error for "for" loop statements without an initializer expression
- unknown depth buffer format being shown for some depth buffers in Avorion
- insufficient initial data array passed to OpenGL "init_resource" and "create_resource" events for cubemaps
- hooking when multiple virtual function tables refer to the same hook function (e.g. in D3D9 games with Steam overlay)
- mismatching errors being shown in editor for generated code
- texture sampling of textures with a semantic in D3D9 applying incorrect pixel offsets
- warning about in-use depth-stencil resource being destroyed after effect runtime was already destroyed

Removed:
- Removed built-in FreePIE support and instead moved it into an add-on

Pinegrow Web Editor 7.0.1 查看版本資訊

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

What's new in this version:

Updates:
- Mac M1 build
- Layout tools
- Improved CSS editor
- Class previews
- Responsive interactions and more

ReShade 5.5.1 查看版本資訊

更新時間:2022-11-28
更新細節:

What's new in this version:

- Added "screenshot" uniform source which is true while a screenshot is being taken
- Removed directory from add-on file name in add-on settings when it matches that of the add-on search path

Changed:
- depth buffer detection to skip depth buffers that were not used for at least a frame
- depth buffer list in overlay to keep showing unused items for a few frames and sort by texture dimensions
- loading of preset to sort techniques alphabetically when not otherwise specified in the preset

Fixed:
- crash on startup in Vulkan games with signed build of ReShade
- crash when exiting Yuzu when using OpenGL
- crash in Uncharted: Legacy of Thieves Collection
- crash when "vkDestroy[...]" is called with a "VK_NULL_HANDLE" object (e.g. done by VKD3D)
- previous depth-stencil shader resource view not being unbound when creation of new one failed
- missing resource view description for some render target/depth-stencil views in D3D12

ReShade 5.5.0 查看版本資訊

更新時間:2022-11-20
更新細節:

What's new in this version:

Features:
- Added support for navigating the overlay using a XBox controller (to open/close press left + right shoulder buttons and the start button simultaneously)
- This is only active when "[INPUT] GamepadNavigation=1" is set in ReShade.ini!
- Controls are as follows: www.dearimgui.org/controls_sheets/imgui%...%20v6%20-%20Xbox.png

Fixed:
- hooking in Evoland and other D3D10/11 games on Windows 7
- crash with DXVK 2.0 (or other Vulkan games using the "VK_EXT_graphics_pipeline_library" extension)
- crash on startup in Toontown Rewritten
- tree and cloud rendering artifacts in Minecraft
- bad performance while the "Add-ons" window in the overlay is visible
- ReShade rendering applied multiple times to the same frame in games using "D3DPRESENT_DONOTWAIT" or "DXGI_PRESENT_DO_NOT_WAIT" present flag
- modifying resource description in "create_resource" event having no effect in D3D10/11
- "swapchain::get_current_back_buffer_index()" result being out of date in "present" event in D3D12/Vulkan
- "command_list::copy_texture_region" not always performing blitting in Vulkan when texture dimensions do not match
- "effect_runtime::get_texture_binding" not working for textures with a semantic
- crash in Vulkan when destroying shared resource
- crash when binding nullptr constant buffer in D3D11
- nullptr descriptor heap being bound sometimes after D3D12 mipmap generation
- format conversion for formats from "GL_NV_depth_buffer_float" OpenGL extension and "GL_ALPHA", "GL_LUMINANCE", "GL_INTENSITY" and "GL_LUMINANCE_ALPHA"

Miscellaneous:
- Added "vkAcquireNextImageKHR" hook to update back buffer index in Vulkan
- Added support for imgui command user callbacks
- Added support for "command_list::copy_buffer_to_texture()" from buffer resource to back buffer in OpenGL (compatibility OpenGL contexts only)
- Added support for push descriptors with multiple descriptor ranges (see "pipeline_layout_param_type::push_descriptors_ranges")
- Added support for creating multisampled textures in OpenGL
- Added "bind_*" events for D3D10/11/12 "ClearState" command
- Added "push_descriptors" event for "ID3D12GraphicsCommandList::Set(Compute/Graphics)Root(ShaderResource/UnorderedAccess)View"
- Added "bind_descriptor_sets" event for "ID3D12GraphicsCommandList::Set(Compute/Graphics)RootSignature"
- Improved D3D12/Vulkan barrier access to "resource_usage" enum conversion
- Changed preset saving to skip "TechniqueSorting" key when it is equivalent to the "Techniques" key
- Removed automatic D3D12 descriptor state backup and restore in "render_effects" and "render_technique" (this is better done properly inside add-ons using these)

XRECODE 1.122 (64-bit) 查看版本資訊

更新時間:2022-11-02
更新細節:

What's new in this version:

New:
- updated to flac 1.4.2
- added 705600 to the WAV, W64 and RF64 output sample rates list

Fixed:
- use the flac Metadata padding block when encoding to flac
- fixed issue with handling of some .CUE files

360 Total Security 10.8.0.1500 查看版本資訊

更新時間:2022-10-12
更新細節:

What's new in this version:

360 Total Security 10.8.0.1500
- Change log not available for this version


360 Total Security 10.8.0.1498
- Change log not available for this version


360 Total Security 10.8.0.1494
- Change log not available for this version


360 Total Security 10.8.0.1489
- Change log not available for this version


360 Total Security 10.8.0.1482
- Change log not available for this version


360 Total Security 10.8.0.1469
- Change log not available for this version


360 Total Security 10.8.0.1468
- Change log not available for this version


360 Total Security 10.8.0.1465
- Change log not available for this version


360 Total Security 10.8.0.1458
- Improved: Features Optimization
- Improved: Virus Database Update


360 Total Security 10.8.0.1456
- Change log not available for this version


360 Total Security 10.8.0.1451
- Improved: Features Optimization
- Improved: Virus Database Update


360 Total Security 10.8.0.1445
- Change log not available for this version


360 Total Security 10.8.0.1441
- Change log not available for this version


360 Total Security 10.8.0.1434
- Change log not available for this version


360 Total Security 10.8.0.1430
- Fixed: Bug fixes
- Improved: Virus database update


360 Total Security 10.8.0.1427
- Change log not available for this version


360 Total Security 10.8.0.1426
- Change log not available for this version


360 Total Security 10.8.0.1425
- Bug fixes


360 Total Security 10.8.0.1422
- Improved: Virus database update


360 Total Security 10.8.0.1419
- Change log not available for this version


360 Total Security 10.8.0.1413
- Added: Support Windows 11
- Fixed: Bug fixes


360 Total Security 10.8.0.1400
- Added: Support 5 new startup item scanning
- Improved: Improve virus scanning speed


360 Total Security 10.8.0.1397
- Change log not available for this version


360 Total Security 10.8.0.1393
- Change log not available for this version


360 Total Security 10.8.0.1382
- Change log not available for this version


360 Total Security 10.8.0.1371
- Change log not available for this version


360 Total Security 10.8.0.1362
- Change log not available for this version


360 Total Security 10.8.0.1359
- Change log not available for this version


360 Total Security 10.8.0.1357
- Change log not available for this version


360 Total Security 10.8.0.1342
- Change log not available for this version


360 Total Security 10.8.0.1324
- Fixed: Fixed the problem of slow system performance during installation


360 Total Security 10.8.0.1310
- Change log not available for this version


360 Total Security 10.8.0.1296
- Improved: Improve the interactive experience of Webcam protection
- Fixed: Bug fixes


360 Total Security 10.8.0.1286
- Improved: Enhanced protection of USB disk files
- Improved: Virus database update


360 Total Security 10.8.0.1279
- Added: Privacy Antitracker offers a free trial
- Fixed: Fix the compatibility problem with Valorant game


360 Total Security 10.8.0.1269
- Fixed: Bug fixes


360 Total Security 10.8.0.1262
- Improved: Virus database update


360 Total Security 10.8.0.1258
- Fixed: Login problem with Google account


360 Total Security 10.8.0.1249
- Added: Provides hot patch defense for Windows 10


360 Total Security 10.8.0.1248
- Change log not available for this version


360 Total Security 10.8.0.1234
- Added: Support Windows 10 20H2
- Fixed: Bug fixes


360 Total Security 10.8.0.1213
- Improved: Network Threat blocking capability
- Fixed: Bug fixes


360 Total Security 10.8.0.1200
- Added: Privacy Antitracker (Premium Only)
- Improved: Add feedback for Driver Updater
- Fixed: The problem that caused the browser to be slow and crash
- Fixed: Bug fixes


360 Total Security 10.8.0.1170
- Change log not available for this version


360 Total Security 10.8.0.1160
- Change log not available for this version


360 Total Security 10.8.0.1132
- Change log not available for this version


360 Total Security 10.8.0.1131
- Change log not available for this version


360 Total Security 10.8.0.1118
- Fixed: Bug fixes


360 Total Security 10.8.0.1112
- Added:Notify matters needing attention on the main page
- Fixed: Bug fixes


360 Total Security 10.8.0.1086
- Improved: Enhanced Registry Protection capabilities
- Fixed: Bug fixes


360 Total Security 10.8.0.1083
- Added: Fileless Attack Protection (Premium Only)
- Improved: Improve system protection ability
- Fixed: Bug fixes


360 Total Security 10.8.0.1060
- Change log not available for this version


360 Total Security 10.8.0.1050
- Added: Support Windows 10 May 2020 Update
- Fixed: Bug fixes


360 Total Security 10.8.0.1049
- Added: Support Windows 10 May 2020 Update
- Fixed: Bug fixes


360 Total Security 10.8.0.1038
- Fixed: Bug fixes


360 Total Security 10.8.0.1030
- Change log not available for this version


360 Total Security 10.8.0.1021
- Change log not available for this version


360 Total Security 10.6.0.1411
- Added: Points Task - VPN Proxy Master
- Fixed: Bug fixe


360 Total Security 10.6.0.1402
- Improved: Solve potential program crashes
- Fixed: Bug fixes


360 Total Security 10.6.0.1392
- Change log not available for this version


360 Total Security 10.6.0.1380
- Change log not available for this version


360 Total Security 10.6.0.1379
- Change log not available for this version


360 Total Security 10.6.0.1354
- Change log not available for this version


360 Total Security 10.6.0.1353
 - Bug fixes


360 Total Security 10.6.0.1352
- Improved: New false positive feedback
- Fixed: Bug fixes


360 Total Security 10.6.0.1338
- Improved: Sandbox
- Enhanced: Performance Improvement
- Fixed: Bug fixes


360 Total Security 10.6.0.1314
- Added: Support pause protection
- Improved: Game Booster experience
- Fixed: video playback error


360 Total Security 10.6.0.1300
- Added: Support for Driver installation of DCH type
- Improved: License Binding Process
- Fixed: Bug fixes


360 Total Security 10.6.0.1286
- Fixed: Bug fixes


360 Total Security 10.6.0.1283
- Added: Abnormality Sensing System
- Improved: Solve potential program crashes
- Fixed: Bug fixes


360 Total Security 10.6.0.1259
- Change log not available for this version


360 Total Security 10.6.0.1256
- Added: Core crystal protection engine (for 64-bit systems)
- Fixed: Bug fixes


360 Total Security 10.6.0.1238
- Change log not available for this version


360 Total Security 10.6.0.1223
- Improved: Security feature enhancement
- Fixed: Bug fixes


360 Total Security 10.6.0.1210
- Fixed: Bug fixes


360 Total Security 10.6.0.1207
- Change log not available for this version


360 Total Security 10.6.0.1193
- Added: Support scanning for ransomware
- Improved: Solve potential program crashes
- Fixed: Bug fixes


360 Total Security 10.6.0.1179
- Added: System disk slimming (Premium Only)
- Fixed: Bug fixes


360 Total Security 10.6.0.1145
- Change log not available for this version


360 Total Security 10.6.0.1133
- Change log not available for this version


360 Total Security 10.6.0.1115
- Change log not available for this version


360 Total Security 10.6.0.1110
- Change log not available for this version


360 Total Security 10.6.0.1086
- Change log not available for this version


360 Total Security 10.6.0.1059
- Fixed: bug fixes


360 Total Security 10.6.0.1038
- Change log not available for this version


360 Total Security 10.2.0.1310
- Fixed: bug fixes


360 Total Security 10.2.0.1309
- Change log not available for this version


360 Total Security 10.2.0.1307
- Enhanced: Performance Improvement
- Fixed: Bug fixes


360 Total Security 10.2.0.1284
- Bug fixes


360 Total Security 10.2.0.1281
- Change log not available for this version


360 Total Security 10.2.0.1280
- Improved: Security feature enhancement
- Fixed: Bug fixes


360 Total Security 10.2.0.1275
- Improved: USB Driver Protection
- Improved: Driver Updater
- Fixed: Bug fixes


360 Total Security 10.2.0.1251
- Improved: Security feature enhancement
- Fixed: Bug fixes


360 Total Security 10.2.0.1238
- Change log not available for this version


360 Total Security 10.2.0.1197
- Change log not available for this version


360 Total Security 10.2.0.1196
- Added: Active Protection supports digital currency protection
- Improved: Cleanup supports more applications and plugins
- Improved: Speedup user experience
- Improved: Cleanup user experience
- Fixed: Bug fixes


360 Total Security 10.2.0.1194
- Change log not available for this version


360 Total Security 10.2.0.1180
- Change log not available for this version


360 Total Security 10.2.0.1175
- Change log not available for this version


360 Total Security 10.2.0.1159
- Bug fixes


360 Total Security 10.2.0.1134

Added:
- Desktop plus - Tidy Up Desktop and Search Files (Premium Only)
- Provide a 7-day free trial for Premium feature Firewall

Fixed:
- Bug fixes


360 Total Security 10.2.0.1101
- Change log not available for this version


360 Total Security 10.2.0.1092
- Change log not available for this version


360 Total Security 10.2.0.1089
- Change log not available for this version


360 Total Security 10.2.0.1068
- Change log not available for this version


360 Total Security 10.2.0.1049
- Change log not available for this version


360 Total Security 10.2.0.1019
- Change log not available for this version


360 Total Security 10.0.0.1175
- Change log not available for this version


360 Total Security 10.0.0.1167
- Change log not available for this version


360 Total Security 10.0.0.1162
- Change log not available for this version


360 Total Security 10.0.0.1159
- Change log not available for this version


360 Total Security 10.0.0.1138
- Change log not available for this version


360 Total Security 10.0.0.1137
- Change log not available for this version


360 Total Security 10.0.0.1136
- Added: Full Check: Plug-in Cleanup, Patch Up Scan
- Fixed: Bug fixes


360 Total Security 10.0.0.1116
- Change log not available for this version


360 Total Security 10.0.0.1115
- Change log not available for this version


360 Total Security 10.0.0.1104
- Fixed: Bug fixes


360 Total Security 10.0.0.1089
- Fixed: Bug fixes


360 Total Security 10.0.0.1088
- Added: Support policy enforcement for exiting protection
- Fixed: Bug fixes


360 Total Security 10.0.0.1068
- Added: Compliance with the European General Data Protection Regulation
- Fixed: Bug fixes

TextExpander 7.3.1 查看版本資訊

更新時間:2022-10-05
更新細節:

What's new in this version:

- Fixes for keyboard shortcuts and navigation
- Improved responsive sizing of sign in screen
- User interface improvements

ReShade 5.4.2 查看版本資訊

更新時間:2022-09-17
更新細節: