2024年02月02日の更新情報

2024/02/01 16時〜2024/02/02 16時までに更新されたソフトウェア

Advanced Renamer、xrecode3、LaunchControl、AB Commander、Visual Studio Code、Zed、Chrome 開発版、SoundVolumeView等が更新されました。

Advanced Renamer ver 3.92 → 3.93 2024/02/01
Advanced Renamer 3.93 - 19. jan. 2024
* Folder select window for Move and Copy batch mode did not display buttons in the bottom of the window correctly
* In Folder mode, the Add Files button in the toolbar was not disabled
* In settings window, an error was sometimes displayed when configuration location was changed
* Mouse scroll wheel did not work in List Replace method
+ Added option to move the menu to the top of the window. In auto mode (now default), the menu will automatically move to the top when window is too narrow
* Menu is now a little less wide, and even less wide when program is in English
* Fixed video duration not being read correctly when formatted like "10 secs" or "10.05 secs"
* File info panel optimized for wider screens
* Arrow-icons changed to a brighter color to make them more visible in dark theme
* Improved JavaScript colors when editor is in dark mode
* Various fixes and improvements
* Fixed "Show files" button in folder panel
xrecode3 ver 1.141 → 1.142 2024/02/02
01.02.2024
- version 1.142
- FIX: fixed "Duplicates not allowed" error when switching between profiles.
LaunchControl ver 2.5.2 → 2.5.3 2024/02/02
差分がありません
AB Commander ver 24.1 → 24.2 2024/02/02
Version 24.2 (February 1, 2024)
This update offers several improvements and corrections, such as:
A new command Refresh AB Commander has been added to the Tools menu.
A problem has been corrected that in some situations prevented shortcuts to folders not being followed by AB Commander;
A problem has been corrected that in some situations caused the status bar of the Quick Editor window not to update properly;
The functionality of the Jump box has been improved;
Several other minor improvements and corrections have been made.
Visual Studio Code ver 1.85.2 → 1.86.0 2024/02/02
January 2024 (version 1.86)

Welcome to the January 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • Per-window zoom levels - Adjust the zoom level for each window independently.
  • Hey Code voice command - Start a chat session with a voice command.
  • Multi-file diff editor - Quickly review diffs across multiple files in the diff editor.
  • Triggered breakpoints - Efficient debugging with breakpoint dependencies.
  • Expanded Sticky Scroll support - Sticky Scroll in tree views and notebooks.
  • Markdown paste options - Rich paste support for links, video, and audio
(省略されました)
Zed ver 0.121.0-pre → 0.121.1-pre 2024/02/02
v0.121.1-pre Pre-release
Pre-release

Enhancements

General

  • Watch the themes directory for changes

Bug Fixes

  • Render the assistant credentials view when no credentials are set and assistant is opened
  • Fix downloading of language server releases on GitHub that have no assets
Chrome 開発版 ver 123.0.6262.5 → 123.0.6272.2 2024/02/02
差分がありません
SoundVolumeView ver 2.45 → 2.46 2024/02/02
SoundVolumeView v2.46 - View / change sound volume on Windows 11 / 10 / 7 / 8 / 2008 from command-line or GUI
Copyright (c) 2013 - 2024 Nir Sofer
Version 2.46:
Added /SetBooleanFxProperty command-line option, which allows you to turn on/off different options of a device, like 'Loudness Equalization', 'Headphone Virtualization', 'Voice Cancellation', and others.
/SetBooleanFxProperty [Device Name] [Property ID] [0 | 1 | 2]
Allows you to turn on/off different options of a device, like 'Loudness Equalization', 'Headphone Virtualization', 'Voice Cancellation', and others.
You can use one of the following values to turn on/off the specified property:
0 - Turn Off
1 - Turn On
2 - Switch between on/off state.
Here's a list of some property IDs that you can use with this command:
Loudness Equalization - "{E0A941A0-88A2-4df5-8D6B-DD20BB06E8FB},4"
Headphone Virtualization - "{e0a941a0-88a2-4df5-8d6b-dd20bb06e8fb},3"
Voice Cancellation - "{4b361010-def7-43a1-a5dc-071d955b62f7},3"
Pitch Shift - "{9cc064e5-7fdc-4f03-9994-f24d4908aa26},1"
Equalizer - "{4b361010-def7-43a1-a5dc-071d955b62f7},5"
Environment - "{4b361010-def7-43a1-a5dc-071d955b62f7},1"
Virtual Surround - "{e0a941a0-88a2-4df5-8d6b-dd20bb06e8fb},2"
Examples:
(省略されました)
Chrome 安定版 ver 121.0.6167.87 → 121.0.6167.140 2024/02/02
差分がありません
WizTree ver 4.17 → 4.18 2024/02/02
WizTree 4.18 (2 February 2024)
"Include" filter is now no longer applied WHILE scanning as this causes files and folders to be filtered out incorrectly - it is now
applied after scanning. Only the "Exclude" filter is applied while scanning now.
Improved "=folder" filter processing. It's now possible to locate folders of a certain size by using a filter like:
=folder >1g
(This finds folders larger than 1 Gig in size)
fixed bug in allocated size filtering (file size was used instead of allocated size when filtering by allocated size, e.g. a>100m)
Copy/Cut/Delete and other operations now work correctly with multiple files from different folders selected. Previously it would
only work if all files were in the same folder.
progress bar tweaked to be a little smoother
progress was not being updated on screen when loading CSV files - fixed