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

お知らせ

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

日別のアップデート履歴

2025/09/19(金)

更新されたソフトウェア
Mozilla Firefox ver 143.0 → 143.0.1 09/19 23:30
差分がありません
Offline Explorer ver 8.7 → 8.8 09/19 22:30
Offline Explorer 8.8
United States Friday, September 19, 2025
PopClip for Mac ver 2025.9 → 2025.9.1 09/19 21:30
beta release notes for full details.)
2025.9 (5118) Sep 13, 2025Download3.72 Mb≥ macOS 11.7.10Intel 64-bitApple SiliconCompatibility
This update brings a major redesign of the user interface for accessing,
configuring and updating PopClip.
2024.5 (4578) May 10, 20244.51 Mb≥ macOS 10.15.7Intel 64-bitApple SiliconThis is a general housekeeping update with various fixes to keep PopClip running
DisplayLink USB Graphics Software for Windows ver 12.0 → 12.1 09/19 21:30
Release: 12.1 | Sep 12, 2025
Release: 12.0 | Aug 14, 2025
Download
Release Notes
DisplayLink USB Graphics Software for Windows
Windows 11, Windows 10
Typora ver 1.11.7 → 1.12.1 09/19 18:30
差分がありません
Bandicam ver 8.2.1 → 8.2.2 09/19 16:30
8.2.2 2025/9/19
範囲指定枠ウィンドウのサイズ調整時のちらつきを改善
BandiFixで壊れたファイルの修復ができなかった問題を解決
その他
8.2.1 2025/8/30
8.1.1 2025/3/31
Vimeoへのアップロードが正常にできなかった問題を解決
キャプチャー中にはメインウィンドウの[閉じる]ボタンを押せないように変更(誤操作防止)
キャプチャー中にWindowsのサウンド設定画面で使用可能なデバイスがひとつもなくなった場合、エラーメッセージを表示しキャプチャーを終了するよう処理
(省略されました)
Tower for Mac ver 14.4-495 → 14.5-497 09/19 13:30
14.5
Released Sep 18, 2025
Download for macOS 12.0+
Copy MD5 checksum
mi ver 3.8.9 → 3.8.10 09/19 12:35
mi テキストエディタ バージョン3.8.10
対応OS:macOS 11.5 (Big Sur) 以降
 mi テキストエディタ バージョン 3.8.10(1770) のダウンロード
       動作環境:macOS 11.5 (Big Sur) 以降 Apple Silicon / Intel ユニバーサル対応
  ダウンロードサイズ:48.4MB
      リリース日:2025.9.19
バージョン3.8.10 (2025.9)での変更点
・アプリアイコンをmacOS 26に対応したアイコンに変更(#2110)
・macOS 26にて、マルチファイル検索ウインドウ内の一部ボタンをクリックできない問題を修正(#2146)
(省略されました)
iTerm2 ver 3.6.0 → 3.6.1 09/19 10:30
iTerm2 3.6.1 (macOS 12.4+)
This is the recommended build for most users.
Built on September 18, 2025.
▸ Show Changelog
▾ Hide Changelog
Version 3.6.1 of iTerm2 was built on September 18, 2025.
These are the release notes for 3.6.0. Version
3.6.1 contains additional bug fixes listed at the
bottom.
(省略されました)
SepPDF ver 3.93 → 3.94 09/19 09:37
最新情報2025.09.19 SepPDFがVer3.94にアップ
2025.08.22 SepPDFがVer3.93にアップ
バグ修正
Ver3.94 (フリーソフト)  spdf394.zip
(224,147 byte) 2025.9.19Up
SmartFTP ver 10.0.3280 → 10.0.3392 09/19 09:32
差分がありません
lnav ver 0.13.2-rc1 → 0.13.2 09/19 08:31
v0.13.2

lnav v0.13.2

Bug Fixes:

  • Some keys were not recognized correctly because the
    Kitty keyboard protocol handling was broken at the
    last minute.
  • The TUI no longer opens if a bad file name is passed.
  • The abbreviated month %b time-conversion was not
    always falling back to English locale, which could
    prevent lnav from starting up.
  • The top of the LOG view could move in some cases when
    filtering was enabled.
  • Some status bar fields were not always showing
    updates.
ungoogled-chromium ver 140.0.7339.132-1 → 140.0.7339.185-1 09/19 07:30
140.0.7339.185-1
Update to Chromium 140.0.7339.185
This release is for Linux
Slack App ver 4.46.96 → 4.46.99 09/19 07:30
差分がありません
Pearcleaner ver 5.0.8 → 5.0.9 09/19 06:30
v5.0.9

What's New

  • Fix switching tabs not clearing current app selection
  • Find more files using the app entitlements data - #312
  • Add liquid glass effect to apps list view/sidebars
  • Hide transparent settings toggle from macOS 26.0 and up and replace with Glass effect picker
Logseq ver 0.10.13 → 0.10.14 09/19 06:30

Desktop/Android APP 0.10.14 (Beta Testing)

github-actions released this 18 Sep 13:34
· 1 commit to master since this release
0.10.14
1f13dfe

Highlights:

  1. Bump pdf.js to 4.2.67, thanks to https://github.com/Th-o-mas
  2. fix: match paste of x.com links for twitter #12043
Rust ver 1.89.0 → 1.90.0 09/19 06:30
Rust 1.90.0

Language

  • Split up the unknown_or_malformed_diagnostic_attributes lint. This lint has been split up into four finer-grained lints, with unknown_or_malformed_diagnostic_attributes now being the lint group that contains these lints:
    1. unknown_diagnostic_attributes: unknown to the current compiler
    2. misplaced_diagnostic_attributes: placed on the wrong item
    3. malformed_diagnostic_attributes: malformed attribute syntax or options
    4. malformed_diagnostic_format_literals: malformed format string literal
  • Allow constants whose final value has references to mutable/external memory, but reject such constants as patterns
  • Allow volatile access to non-Rust memory, includi
(省略されました)
OnyX ver 4.8.5 → 4.9.0 09/19 04:30
OnyX 4.9.0 for macOS Tahoe 26
Requirements: Intel-based Mac or Mac with Apple silicon using macOS Tahoe 26.Released: September 18, 2025
Download (7 MB)   Release Notes
OnyX 4.8.5 for macOS Sequoia 15
Requirements: Intel-based Mac or Mac with Apple silicon using macOS Sequoia 15.
Download (7.1 MB)
Chrome ベータ版 ver 141.0.7390.16 → 141.0.7390.30 09/19 04:30
"name": "chrome/platforms/win/channels/beta/versions/141.0.7390.30/releases/1758216830",
"serving": {
"startTime": "2025-09-18T17:33:50.552402Z"
},
"fraction": 1,
"version": "141.0.7390.30",
"fractionGroup": "13",
"pinnable": true,
"rolloutData": []
(省略されました)
VSCodium ver 1.104.06131 → 1.104.16282 09/19 04:30
1.104.16282

update vscode to 1.104.1

Full Changelog: 1.104.06131...1.104.16282

x86 64bits

ARM 64bits

ARM 32bits

<...
Read more
Wox ver 2.0.0-beta.4 → 2.0.0-beta.5 09/19 03:30
v2.0.0-beta.5
  • Fix a regression issue that some settings can't be changed on beta.4 @yougg

2025/09/18(木)

更新されたソフトウェア
fish ver 4.0.6 → 4.0.8 09/18 21:31
fish-shell 4.0.8 documentation »
fish 4.0.8 (released September 18, 2025)
fish 4.0.8 (released September 18, 2025)¶
This release fixes a regression in 4.0.6 that caused user bindings to be shadowed by either fish’s or a plugin’s bindings (#11803).
fish-shell 4.0.8 documentation »
PowerToys ver 0.94.0 → 0.94.1 09/18 21:31
Release v0.94.1

This is a patch release to fix issues in v0.94.1 we deemed important for stability based on incoming rates. See v0.94.0 for full release notes.

Installer Hashes

Highlights

  • #41853 - Installer: Resolved the installer setup problem, enabling successful installation from GitHub, winget, and Microsoft Store by fixing the “Failed to load SilentFilesInUseBAFunction.dll (0x8007007e)” bootstrapper error.
Vivaldi ver 7.5.3735.74.x64 → 7.6.3797.52.x64 09/18 20:30
差分がありません
ExplorerPatcher ver 26100.4946.69.2 → 26100.4946.69.3 09/18 18:30
26100.4946.69.3 Pre-release
Pre-release

Tested on OS builds 26100.4946, 26100.5074, 26200.5751, and 26220.6682.

1

  • ep_weather: Fixed "Unable to load weather information" due to changes in Google's side. Thanks @davids5 for the fix! (#1334, #4351) (c3c83ff)
  • Start11: Fixed hiding of Recommended Section on recent builds of 24H2. Thanks @m-wigley for the fix! (#4476) (9106226)
  • GUI: File Explorer > Title bar is now available again on >= 22H2. Thanks @SandTechStuff! (583fa53)
  • Reduced the occurrences of the Windows 11 bug in Explorer windows where WM_SETTINGCHANGE would scr
(省略されました)
Memtest86 ver 11.4 → 11.5 09/18 17:30
Purchase MemTest86 Pro* (Version 11.5 Build 1000)
Download MemTest86 Free (Version 11.5 Build 1000)
IMPORTANT: MemTest86 V11.5 images support only UEFI boot. On machines that don't support UEFI, MemTest86 will not boot. Please download the older V4 BIOS release of MemTest86 instead.
Chrome 安定版 ver 140.0.7339.128 → 140.0.7339.186 09/18 11:30
"name": "chrome/platforms/win/channels/stable/versions/140.0.7339.186/releases/1758150781",
"serving": {
"startTime": "2025-09-17T23:13:01.360873Z"
},
"fraction": 1,
"version": "140.0.7339.186",
"fractionGroup": "151",
"pinnable": true,
"rolloutData": []
(省略されました)
Visual Studio Code ver 1.104.0 → 1.104.1 09/18 11:30
August 2025 Recovery 2

The update addresses these issues.

HttpWatch Basic Edition ver 15.0.21 → 15.0.22 09/18 07:31
15.0.22 -
17 Sep 2025
Improved: Added an error message to indicate that HttpWatch now requires Chrome or Edge version 105 or later
Updated: The installer now has the CRX files for version 15.0.22 of the HttpWatch extension for Chrome and Edge
Version
Files ver 4.0.10 → 4.0.11 09/18 07:30
v4.0.11

Files v4.0.11 is now available! 🎉

Existing users will receive an update notification in the top right corner of the app, while new users can get started from our download page.

The changelog for v4.0.11 is available on our website https://files.community/blog/posts/v4-0-11.

Full Changelog: v4.0.10...v4.0.11

NTP for Windows NT/2000/XP/2003/Vista ver 4.2.8p18 → 4.2.8p18a2 09/18 02:45
Note: The current setup program ntp-4.2.8p18a2 supersedes all earlier versions.
ntp-4.2.8p18a2-win32-setup.exe
(3.76 MB)
17 September 2025
ntp-4.2.8p18a2-win32-setup.exe.sha256sum
Release Notes
LinearMouse ver 0.10.2-beta.2 → 0.10.2 09/18 02:30
v0.10.2

What's Changed

New features

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

Bug fixes

  • Fix pinch zoom in Adobe apps by @lujjjh in #980
  • Fix right command in keyboard shortcut by @lujjjh in #982
  • 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 (German) by dfb98 in #975
  • Update translations (Chinese Simplified) by @lujjjh in #988
  • Update translations (Swedish)
(省略されました)
Free Download Manager ver 6.29.1 → 6.30 09/18 00:31
FDM 6.30 for Windows 11/10
How to Protect your Email Account from Being Hacked
How to convert PNG to animated GIF with Any to GIF
How to clean registry

2025/09/17(水)

更新されたソフトウェア
Hyperspace ver 1.3.7 → 1.3.8 09/17 21:30
1.3.8 - September 17, 2025
Fixed a bug that caused the “Reclaim files inside packages” setting to be unexpectedly disabled.
GitLab ver 18.3.2 → 18.4.0 09/17 21:30
## 18.4.0 (2025-09-17)
### Added (149 changes)
- [Handle IP ranges in the IP validation](https://gitlab.com/gitlab-org/gitlab/-/commit/fb82ac4e01c36c208307dc15180586ba17913aee) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/204334))
- [Fix breadcrumb navigation for work items in project issues](https://gitlab.com/gitlab-org/gitlab/-/commit/6c29ffc76a5af702752ec93a618b681c60432d32) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/204335))
- [Update table_size database dictionary entries](https://gitlab.com/gitlab-org/gitlab/-/commit/96a61fd4c42ac455e7ae4223db503b2cd0c6144a) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/205000))
- [Add “Reformat table” to More options menu in PTE](https://gitlab.com/gitlab-org/gitlab/-/commit/89db5d606ef408cd66b591fd1af77c95a49f1931) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/201392))
- [Add agent selection dropdown for agentic chat](https://gitlab.com/gitlab-org/gitlab/-/commit/a68f6f4f05eb1c7773ca18bbae68ee29f8157755) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/204075)) **GitLab Enterprise Edition**
- [Add webPath and editPath to group and project GraphQL types](https://gitlab.com/gitlab-org/gitlab/-/commit/682783046b849e9259d96faac16429c2baa91dab) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/203935))
- [Resolve status by mapping](https://gitlab.com/gitlab-org/gitlab/-/commit/b698844cf40100ec1982c746ef83be128f931fad) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/204229)) **GitLab Enterprise Edition**
(省略されました)
Komet ver 1.5.0-beta.1 → 1.5.0-beta.2 09/17 17:40
Komet 1.5 (Beta 2) Pre-release
Pre-release

Changes:

  • Update app icon for macOS Tahoe design style (#26 (comment)) (thanks @yuraiz !)
  • Stylize top bar for macOS Tahoe which includes new styling for commit/cancel buttons and increased bar height
  • Add color highlighting for changed files (modified, new, removed, etc) (#41)
  • Add support for Jujutsu (jj) VCS (#39)
  • Escape editor path in tutorial (#36) (thanks @Cykelero !)
  • Add user default to allow legacy app activation (a115442)
  • Update Sparkle

In the app beta updates can be enabled in Settings > Advanced.

MPC-BE ver 1.8.6 → 1.8.7 09/17 13:30
1.8.7
< 1 hour ago
1.8.6
2025-08-07
6,974
6,974 weekly downloads
38
38 weekly downloads
38
(省略されました)
Steer Mouse ver 5.7.5 → 5.7.6 09/17 13:30
Ver 5.7.6
5.7.6 (2025.9.17)
macOS Tahoeをサポートしました。
起動時にエラーが起こる問題を修正しました。
5.7.5 (2025.8.4)
Windows Package Manager preview ver 1.12.170 → 1.12.210 09/17 10:30
Windows Package Manager 1.12.210-preview Pre-release
Pre-release

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.12

  • MCP server available; run winget mcp for assistance on configuring your client.
  • App Installer now uses WinUI 3. The package dependency on WinUI 2 has been replaced by a dependency on the Windows App Runtime 1.7.
  • Manifest schema and validation updated to v1.12. This version update adds "Font" as an InstallerType and NestedInstallerType.

Bug Fixes

<
(省略されました)
Ice ver 0.11.13-dev.1 → 0.11.13-dev.2 09/17 07:45
Ice 0.11.13 (macOS Tahoe Beta 2) Pre-release
Pre-release

Note

This beta release fixes a majority of known issues introduced in macOS 26 Tahoe.

What's New

  • Adopted liquid glass design.
  • Reorganized settings interface for more intuitive navigation.
  • More helpful descriptions and tips throughout the app.
  • Added an option to disable the context menu that appears when right clicking the menu bar.
  • Combined or removed some redundant/unused settings.

Known Issues

  • macOS Tahoe Only: When using the new transparent menu bar, the area behind the bar may have a noticeably different brightness when Ice's "Menu Bar Appearance" settings

(省略されました)
TagSpaces ver 6.5.3 → 6.6.0 09/17 07:42
v6.6.0 Pre-release
Pre-release

Pre-release for 6.x version

CSVFileView ver 2.64 → 2.65 09/17 07:42
CSVFileView v2.65 - CSV / Tab-delimited file viewer and converter for Windows
Copyright (c) 2011 - 2025 Nir Sofer
Version 2.65:
Added 'Case Sensitive' option to the quick filter window.
DutchJan Verheijen13/05/20232.64
German«Latino»21/04/20252.64
HungarianTiminoun03/08/20242.64
ZendegiyeSabz18/05/20232.64
SlovakFrantišek Fico23/06/20232.64
HARUN ARI14/05/20232.64
RightFont ver 9.6 → 9.7 09/17 07:41
差分がありません
K-Lite Codec Pack ver 19.1.5 → 19.2.0 09/17 07:30
差分がありません
ownCloud Desktop ver 5.3.2 → 6.0.0 09/17 05:51
Changelog for 6.0.0
Changelog for 2.6.1 versions and belowChangelog for ownCloud Desktop Client 6.0.0 (2025-09-08)
The following sections list the changes in ownCloud Desktop Client 6.0.0 relevant to
Bugfix - Fix crash after resource job fails: #12045
Bugfix - Remove any existing ResourceCache directories for accounts: #12214
Bugfix - Delete account-specific caches when an account is removed: #12224
Change - Only support APFS on macOS: #12044
Change - Bump minimum macOS version to 13.0: #12245
Change - Update the sync exclude list for Infinite Scale: #12262
(省略されました)
Transmit ver 5.10.9 → 5.11.0 09/17 05:45
Release Notes
Transmit 5 Release Notes
Search Results:
No Results
5.11.0
September 16, 2025
Fixed
Resolved a potential crash when right-clicking in icon view
Column View: Improvements to navigation and selection
Column View: Changing to a larger font size correctly updates the line height
Wave Terminal ver 0.11.5 → 0.11.6-beta.4 09/17 04:31
Wave Terminal v0.11.6-beta.4 Release Pre-release
Pre-release

What's Changed

  • Bump the electron-patch group with 2 updates by @dependabot[bot] in #2308
  • Bump the prod-dependencies-minor group with 2 updates by @dependabot[bot] in #2307
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.5 by @dependabot[bot] in #2306
  • Bump dayjs from 1.11.13 to 1.11.15 in the prod-dependencies-patch group by @dependabot[bot] in #2303
  • Bump the storybook-minor group across 1 directory with 5 updates by @dependabot[bot] in #2179
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.1 to 1.87.2 by
(省略されました)
Tor ver 14.5.6 → 14.5.7 09/17 03:30
Donate Now
About
Support
Community
Blog
Donate
한국어 (ko)
العربية (ar)
беларуская (be)
(省略されました)
Clink ver 1.8.2 → 1.8.3 09/17 02:30
v1.8.3
  • Added an optional hide= field in _argmatcher:addarg() and _argmatcher:addflags(). Any strings listed in the hide field are added to the argument slot or list of flags, but completion functions will not show them. This gives argument slots the same ability that flags had with _argmatcher:hideflags().
  • Added the OSC9;9 escape sequence to the prompt in Windows Terminal and ConEmu, to let the terminal know the current directory. For example, this enables Windows Terminal's "Duplicate Tab" command to apply the current directory to the new tab.
  • Fixed the suggestion list to hide and go temporarily inactive after commands like complete which print some output and then show another prompt line. The suggestion list becomes active again after something changes the
(省略されました)
Adblock Plus ver 4.26.0 → 4.27.0 09/17 00:30
差分がありません

ソフトライブラリ