ソフトアンテナ
Windows/Mac/Mobile用オンラインソフトのバージョンアップ状況を調べています。

お知らせ

ソフト更新情報 - 最新9日分(2/3)

日別のアップデート履歴

2024/10/19(土)

更新されたソフトウェア
XtraFinder ver 1.8 → 1.9 10/19 23:43
For macOS BigSur Montery Ventura Sonoma Sequoia.
Version 1.9
Proxyman ver 5.9.0 → 5.10.0 10/19 17:30
Proxyman 5.10.0: New Raycast Extension, `zstd` support and Scripting Console Improvement 🚀

Features

  • Introduce Raycast Extension: Toggle debugging tools, proxy with Raycast Shortcut
  • Introduce zstd de/compression support
  • Introduce the Option to show/hide or filter some Warning/Error from the Scripting Console

Improvements

  • Filter / Search Bar in the Map Remote Windows
  • High-Performance Msgpack when decoding Msgpack body

Bugs

  • Fixed: "Edit & Repeat" or "Repeat" Tool does not work if the Request/Response panel is the first responder
  • Fixed: Crash when parsing MsgPack from Websocket
  • Fixed: When the URL is too long, the UI may show penetration when the filter box appears
  • Fixed: sleep() method works
(省略されました)
Wave Terminal ver 0.8.12-beta.3 → 0.8.12 10/19 07:30
Wave Terminal v0.8.12 Release
  • Added support for multiple AI configurations! You can now run Open AI side-by-side with Ollama models. Can create AI presets in presets.json, and can easily switch between them using a new dropdown in the AI widget
  • Fix WebSocket reconnection error. this sometimes caused the terminal to hang when waking up from sleep
  • Added memory graphs, and per-CPU graphs to the sysinfo widget (and renamed it from cpuplot)
  • Added a new huge red "Config Error" button when there are parse errors in the config JSON file
  • Preview/CodeEdit widget now shows errors (squiggly lines) when JSON or YAML files fail to parse
  • New app icon for Windows to better match Fluent UI standards
  • Added copy-on-select to the terminal (on by default, can disable using "term:copyonselect")
  • Added a button to mute audio in
(省略されました)
Wine 開発版 ver 9.19 → 9.20 10/19 06:30
Wine 9.20
Wine 9.20 Released
October 18, 2024
The Wine development release 9.20 is now available.
What’s new in this release:
Bundled Capstone library for disassembly in WineDbg.
More formats supported in D3DX9.
Static analysis and JUnit test reports in Gitlab CI.
More support for network sessions in DirectPlay.
(省略されました)
DevHub ver 1.31.0 → 1.33.0 10/19 01:30
v1.33.0

  1. 新功能: 添加了图片文本识别工具,用户可以从图片中提取文字。
  2. 性能优化: 优化内存占用,提升应用性能。

  1. feat: Added an image text recognition tool to allow users to extract text from images.
  2. perf: optimize memory usage.
muCommander ver 1.5.1 → 1.5.2 10/19 00:30
Latest release: muCommander 1.5.2 (October 18, 2024)
v1.5.2 (dmg, x64, 154 MB)
v1.5.2 (dmg, arm64, 154 MB)
v1.5.2 (dmg, noarch, 120 MB)
MD5: f4ca5200cefb045f71e587cccc3c0410 mucommander-1.5.2-1-x86_64.dmg
MD5: e47554e4018db090fdf825bab57c07c1 mucommander-1.5.2-1-aarch64.dmg
MD5: 03d8d1567ecb49b46ddc8c2be826adc4 mucommander-1.5.2-1-noarch.dmg
v1.5.2 (msi, 152 MB)
MD5: c60896c7c5adbd4ab6fd06238b474227 mucommander-1.5.2.msi
(省略されました)

2024/10/18(金)

更新されたソフトウェア
FastStone Image Viewer ver 7.8 → 7.9 10/18 18:39
Free for Home Users
Version 7.9
2024-10-17
   Version 7.9 (October
17, 2024)
Added Japanese language support
to the software interface
Enhanced window
capturing on Windows 10/11
(省略されました)
Struts ver 6.6.0 → 6.6.1 10/18 18:30
IntelliJ IDEA plugin
Struts 6.6.1
Struts 6.6.1
The Apache Struts 6.6.1 is an elegant, extensible framework
source, example and documentation distributions. Struts 6.6.1 is the “best available”
struts-6.6.1-src.zip (6.8MB)
struts-6.6.1-all.zip (70MB)
struts-6.6.1-apps.zip (35MB)
struts-6.6.1-min-lib.zip (5.9MB)
(省略されました)
calibre ver 7.19 → 7.20 10/18 15:30
Release: 7.20 [18 Oct, 2024]
New features
PDF Input: Automatic header/footer detection and removal
Read Aloud: Allow configuring an extra pause at the end of every sentence when using the Piper TTS engine
Closes tickets: 2083058
PDF Output: Add _WIDTH_PIXELS_ and _HEIGHT_PIXELS_ variables to know the width and height of the header/footer area in templates
Windows: Use calibre's bundled SSL certificates instead of the system certificate store by default
Can be turned off via CALIBRE_USE_SYSTEM_CERTIFICATES=1 env var
Trim image tool: Add a control to adjust aspect ratio
(省略されました)
IP Messenger ver 5.7.0 → 5.7.1 10/18 15:30
IP Messenger for Win v5.7.1
LastUpdate: 2024/10/18
Download v5.7.1 (2024/10/18)
Download and IPMsg for Win installer, and extract ipmsg5xx_installer.exe
% wine ipmsg5xx_installer.exe
Microsoft Edge安定版 ver 129.0.2792.89 → 130.0.2849.46 10/18 11:31
Skip to main content
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
Table of contents
Exit focus mode
Read in English
Save
(省略されました)
Rust ver 1.81.0 → 1.82.0 10/18 06:30
Rust 1.82.0

Language

  • Don't make statement nonterminals match pattern nonterminals
  • Patterns matching empty types can now be omitted in common cases
  • Enforce supertrait outlives obligations when using trait impls
  • addr_of(_mut)! macros and the newly stabilized &raw (const|mut) are now safe to use with all static items
  • size_of_val_raw: for length 0 this is safe to call
  • Reorder trait bound modifiers after for<...> binder in trait bounds
  • Stabilize opaque type precise capturing (RFC 3617)
  • Stabilize &raw const and &raw mut operators (RFC 2582)
  • Stabilize unsafe extern blocks (RF
(省略されました)
Chrome 開発版 ver 131.0.6768.4 → 132.0.6779.0 10/18 04:30
"name": "chrome/platforms/win/channels/dev/versions/132.0.6779.0/releases/1729184018",
"serving": {
"startTime": "2024-10-17T16:53:38.852797Z"
},
"fraction": 1,
"version": "132.0.6779.0",
"fractionGroup": "79",
"pinnable": true
},
(省略されました)

2024/10/17(木)

更新されたソフトウェア
Linux Kernel (longterm) ver 6.6.56 → 6.6.57 10/17 23:30
6.11.4
6.12-rc3
2024-10-13
6.11.4
2024-10-17
6.6.57
2024-10-17
6.1.113
2024-10-17
(省略されました)
Linux Kernel (stable) ver 6.11.3 → 6.11.4 10/17 23:30
6.11.4
6.12-rc3
2024-10-13
6.11.4
2024-10-17
6.6.57
2024-10-17
6.1.113
2024-10-17
(省略されました)
FileZilla Server ver 1.9.2 → 1.9.3 10/17 22:30
The latest stable version of FileZilla Server is 1.9.3
Size: 5444243 bytes
SHA-512 hash: 8dbf9428fa904ed1ed7ec640ab8d8e75da18ab916bb06afe577e9cf8094b01b9f541d1c7ca3e1349ca7c080c54d6cc638759d126c1ada3c8e0335d9fdb6acdce
Iobit Uninstaller ver 13 → 14 10/17 19:43
IObit Uninstaller 14 Free
IObit Uninstaller 14 Free
対応OS Win11/Win10/Win8/Win7/Vista/XP
インテリジェントなソフトウェア健全性管理
詳細はこちら
IObit Uninstaller 14 の新機能
以前に発見・削除できなかったMPC-HC、IntelliJ IDEA、Rockstar Games 3000 以上の頑固なマルウェアをアンインストールできます。
Win11/Win10/Win8/Win7/Vista/XP(いずれも日本語版)
IObit Uninstaller 14 Free
対応OS Win11/Win10/Win8/Win7/Vista/XP
Mozilla Thunderbird ver 128.3.1esr-SSL → 128.3.2esr-SSL 10/17 14:30
Donate
Meet Thunderbird, the email and productivity app that maximizes your freedoms.
Thunderbird keeps getting better. Subscribe to our newsletter and follow us on social media to stay informed.
Donate
VirtualBuddy ver 2.0-b2 → 1.7 10/17 07:30
Version 1.7

What's New in Version 1.7

  • Improvements for macOS Sequoia
  • Attempting to close a virtual machine window with the VM in the paused state will now ask for confirmation before closing
  • Addresses an issue that could cause some Linux virtual machines to fail to boot after installation

New Contributors

  • @sundresh made their first contribution in #389

Full Changelog: 1.6...1.7

Zed ver 0.158.0-pre → 0.158.1-pre 10/17 06:31
v0.158.1-pre Pre-release
Pre-release

Bug fixes

  • Fixed Account URL (#19300)
Chrome ベータ版 ver 130.0.6723.44 → 131.0.6778.3 10/17 06:31
"name": "chrome/platforms/win/channels/beta/versions/131.0.6778.3/releases/1729102611",
"serving": {
"startTime": "2024-10-16T18:16:51.183723Z"
},
"fraction": 1,
"version": "131.0.6778.3",
"fractionGroup": "13",
"pinnable": true
},
(省略されました)
ExplorerPatcher ver 22621.3880.66.6 → 22621.3880.66.7 10/17 02:40
22621.3880.66.7 Pre-release
Pre-release

Caution

You are downloading a file flagged as malware by Microsoft and very likely by other major antivirus vendors. We believe that this false flag indicates Microsoft's hatred against this software, not because this contains a virus or such.

Please include the following files and folders in your antivirus' exclusion list to prevent issues due to antivirus detections:

  • C:\Program Files\ExplorerPatcher
  • %APPDATA%\ExplorerPatcher
  • C:\Windows\dxgi.dll
  • C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
  • C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy
<
(省略されました)

ソフトライブラリ