2025年09月07日の更新情報

2025/09/06 16時〜2025/09/07 16時までに更新されたソフトウェア

Xming、CotEditor、Vuls、Geekbench 6、Monkey's Audio、HandBrake、Debian GNU/Linux、Zen Browser等が更新されました。

Xming ver 7.7.1.17 → 7.7.1.18 2025/09/06
Changes for Xming version 7.7.1.20
Not yet started. The snapshot installers currently just link the 7.7.1.19 release files.
Xming 7.7.1.19 (x86 & x64 Released 6 Sep 2025)
Update FreeType2 from its project git repository, and the xserver, libX11, libxcb, xkbcomp, xkeyboard-config, xlsclients, xlsfonts, xmodmap, xprop and xrandr from X.Org.git.
Build the installers using Inno Setup at release 6.5.1.
Xming 7.7.1.18 (Released 6 Aug 2025).
Changes for Xming version 7.7.1.20
Xming 7.7.1.19 (Released 6 Sep 2025)
CotEditor ver 6.0.0-beta → 6.0.0-beta.2 2025/09/06
6.0.0-beta.2 Pre-release
Pre-release

system requirements: macOS 15 and later

Improvements

  • [beta] Adjust the user interface.
  • [beta] Avoid tinging folder with tags in the file browser on macOS 15.
  • [beta] Tweak the application icon.
  • [beta][dev] Update the build environment to Xcode 26.0 Beta 7.

Full Changelog: 6.0.0-beta...6.0.0-beta.2

Vuls ver 0.33.4 → 0.34.0 2025/09/06
v0.34.0

What's Changed

  • feat(detector/exploitdb): add verified field for exploitdb by @MaineK00n in #2298
  • chore(deps): bump the others group across 1 directory with 5 updates by @dependabot[bot] in #2297
  • feat(detector): support vulncheck with go-cve-dictionary by @MaineK00n in #2300
  • chore(deps): bump github.com/aquasecurity/trivy from 0.65.0 to 0.66.0 in the trivy group by @dependabot[bot] in #2304
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 in the others group across 1 directory by @dependabot[bot] in #2307
  • fix(scanner/lockfile): fix binary lockfile scan on windows by @MaineK00n in #2306
  • feat(scanner/lockfile): exch
(省略されました)
Geekbench 6 ver 6.4.0 → 6.5.0 2025/09/06
Geekbench 6.5.0
Released 2025-09-04
Enable Arm Scalable Matrix Extensions instructions on Windows on ARM.
Fix crashes that could occur on Android and iOS when viewing benchmark results.
Geekbench 6.4.0
Monkey's Audio ver 11.42 → 11.43 2025/09/06
Version 11.43 (September 6, 2025)
Fixed: Corrected a typo in CMakeLists.txt.
Changed: Added the /Zc:__cplusplus switch to compilation of MACLib so it defines a modern C++ standard and uses nullptr, etc.
HandBrake ver 1.10.1 → 1.10.2 2025/09/06
1.10.2

Upgrade Notice

Before updating HandBrake, please make sure there are no pending encodes in the queue, and be sure to make a backup of any custom presets and app preferences you have, as they may not be compatible with newer versions.

Windows users, please make sure to install Microsoft .NET Desktop Runtime version 8.0
Download available from Microsoft:

  • For x64 (AMD or Intel CPUs)
  • For Arm64 (Qualcomm or other)

HandBrake 1.10.2

All platforms

Video

  • Fixed a crash that could happen when encoding high depth video

Third-party libraries

  • Updated libraries
    • HarfBuzz 11.4.5 (subtitles)
    • SVT-AV1 3.1.2 (AV1 video encoding)
(省略されました)
Debian GNU/Linux ver 13.0 → 13.1 2025/09/06
======================================
Sat, 06 Sep 2025 - Debian 13.1 released
======================================
aide (0.19.1-2+deb13u1) trixie-security; urgency=high
.
* Apply upstream patch to escape control characters in report and log output
(CVE-2025-54389)
* Apply upstream patch to fix null pointer dereference after reading
incorrectly encoded xattr attributes from database (CVE-2025-54409)
auto-apt-proxy (16.8+deb13u1) trixie; urgency=medium
.
* Check explicitly configured proxies before network gateway
(Closes: #1108265)
* Add trixie-specific gbp.conf
base-files (13.8+deb13u1) trixie; urgency=medium
.
* Update debian_version and os-release for Debian 13.1 point release.
chromium (139.0.7258.154-1~deb13u1) trixie-security; urgency=high
.
(省略されました)
Zen Browser ver 1.15.4b → 1.15.5b 2025/09/06

Release build - 1.15.5b (2025-09-06)

mr-cheffy released this 06 Sep 14:29
1.15.5b
798c5f8

Zen Stable Release

Fixes

  • Fixed potential crashes on flatpak and updated flatpak dependencies.
  • Fixed double clicking on the empty space of the sidebar not making a new tab.
LinearMouse ver 0.10.2-beta.1 → 0.10.2-beta.2 2025/09/07
v0.10.2-beta.2 Pre-release
Pre-release

What's Changed

New features

  • Add support for configuration hot-reload by @lujjjh in #996

Bug fixes

  • Buttons: Fix mouse button recorder not stopped recording in some cases by @lujjjh in #993
  • Pointer: Fix "Revert to system defaults" by @lujjjh in #994

Other changes

  • Update translations (Swedish) by @rchk in #991

Full Changelog: v0.10.2-beta.1...v0.10.2-beta.2

Pandoc ver 3.7.0.2 → 3.8 2025/09/07
pandoc 3.8 (2025-09-06)
Add a new input and output format xml, exactly
representing a Pandoc AST and isomorphic to the existing
native and json formats (massifrg). XML
schemas for validation can be found in
tools/pandoc-xml.*. The format is documented in
doc/xml.md. Pandoc now defaults to this reader and
writer when the .xml extension is used.
Two new exported modules are added [API change]:
Text.Pandoc.Readers.XML, exporting readXML, and
Text.Pandoc.Writers.XML, exporting writeXML. A new
unexported module Text.Pandoc.XMLFormat is also added.
Add a new command line option
--syntax-highlighting; this takes the values
none, default, idiomatic, a
style name, or a path to a theme file. It replaces the
--no-highlighting, --highlighting-style,
and --listings options, which will still work but
with a deprecation warning. (Albert Krewinkel)
(省略されました)
SuperTuxKart ver 1.5-rc1 → 1.5-rc2 2025/09/07
1.5-rc2 Pre-release
Pre-release

For the linux archive, extract it and run run_game.sh inside

For the windows archive, extract it and run run_game.bat inside

Archive decoder ver 4.13.25 → 4.13.26 2025/09/07
ご登録方法 |
お問い合わせ先
ダウンロード 🆕
v.4.13.26
【更新内容】
マルチディスプレイで運用の場合、セカンダリディスプレイでインクリメンタルサーチボックスが表示されなかった点の修正。
Clock Launcher ver 1.60.1 → 1.61 2025/09/07
 claunch2.zip(Ver 1.61)2025/09/07
 claunch2_v_1_60_1.zip(Ver 1.60.1)2025/08/15
2025/09/07 v1.61
「メニューをピン留めできるようにする」設定を「ランチャーメニューにタイトルバーを表示」に変更し、メインメニューの場合はピン留め機能だけでなく設定メニュー切り替えやショートカットアイコンなどを表示するようにした
(※上記に伴いメインメニューのタイトルバーにラベルを表示する必要がなくなったため「メインメニュー名」の設定は削除した)
「最近実行したアイテムを表示」や「よく使うアイテムを表示」に使うため、ランチャーアイテムの実行回数、最終実行日時を記録するようにした
「マウス位置に本体表示」の追加設定に「ランチャーメニューも表示する」「設定メニューも表示する」を追加した
「本体を隠す」で本体非表示の時に「マウス位置に本体表示」で本体表示した後、本体が非アクティブになった時に本体を非表示にするようにした
定型文メニューに「折り返し」を入れた場合のデザイン崩れを修正すると共に、メニュー上部の疑似タイトルバーのデザインを修正、全体的に統一
ファイル内部にアイコンリソースを持っているdllファイルの場合、内部リソースのアイコンが表示されていたがdllを表すアイコンを表示するように修正
Explzh ver 9.83 → 9.84 2025/09/07
ご登録方法 |
お問い合わせ先
ソフトウエア情報
FAQ 🆕
関連ソフトウエア
64ビット版 (Vista 以降に対応)Explzh Ver.9.84 (64ビット版) ダウンロード 6,517,232 バイト 2025/09/07 🆙
ARM64版 (Windows 10以降のARM64版に対応)Explzh Ver.9.84 (ARM64版) ダウンロード 6,334,624 バイト 2025/09/07 🆙
32ビット版 (Vista 以降に対応)Explzh Ver.9.84 (32ビット版) ダウンロード 5,710,312 バイト 2025/09/07 🆙
Archive decoder
Archive Decoder x86 Ver.4.13.26 ダウンロード 654,504 バイト 2025/09/07 🆙
Archive Decoder x64 Ver.4.13.26 ダウンロード 739,328 バイト 2025/09/07 🆙
Archive Decoder ARM64 Ver.4.13.26 ダウンロード 694,624 バイト 2025/09/07 🆙
大容量ファイル、AES暗号化zipや文字化けの解凍に対応した、無料の解凍専用アーカイバです。