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

お知らせ

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

日別のアップデート履歴

2024/05/06(月)

追加されたソフトウェア
OFGB ver 0.3 05/06 11:30
OFGB - Version 0.3

Changes

  • Update Style A Bit (Next Update Will Probably Add More Ads To Disable)

There Are Two Version Provided

  • OFGB-Deps.exe: Self-Contained. Includes required runtime dependencies but is a much larger file.

  • OFGB.exe: NOT Self-Contained. Drops runtime dependencies resulting in a much smaller file. Requires that .NET 8.0 Desktop Runtime be installed.

更新されたソフトウェア
Xming ver 7.7.1.1 → 7.7.1.2 05/06 23:30
Changes for Xming version 7.7.1.4
Not yet started. The snapshot installers currently just link the 7.7.1.3 released files.
Xming 7.7.1.3 (x86 & x64 Released 6 May 2024)
Update FreeType2 from its project git repository, and the xserver, libxcb, xclipboard and xdpyinfo from X.Org.git.
Xming 7.7.1.2 (Released 5 Apr 2024).
Changes for Xming version 7.7.1.4
Xming 7.7.1.3 (Released 6 May 2024)
AutoHotKey v2 ver 2.0.13 → 2.0.14 05/06 22:40
v2.0.14

Fixed the error dialog to handle letter key shortcuts even when text is focused.

Fixed MonthCal W-n (number of month) width values to not be affected by DPI scaling.

Fixed Click to not return an integer.

Fixed detection of key::try { as an error.

Fixed :B0*O:XY::Z to produce XYZ rather than XZ (suppressing Y).

Fixed Send to leave any prior {modifier Down} in effect even if the key happens to be physically held down.

Improved the reliability of the script taking focus when a menu popup is shown.

Debugger Improvements

Fixed stdout/stderr packets sent during the processing of another command to not corrupt the pending response.

Fixed property_get -n <exception>.message and similar.

Fixed corrupted results

(省略されました)
ばぐまるゴシック ver 0.15 → 0.20 05/06 22:32
ばぐ★NAGAが作ったツールを紹介します。本ページにはプロモーションが含まれています。
Windows 2000/XP/Vista/7/8/8.1/10/11・macOS・X68000/X68030・MSX2 Emulator
0.20
BugMaruGothic020.zip(48.2MB) Windows 2000/XP/Vista/7/8/8.1/10/11
BugMaruTTF020.zip(39.8MB) macOS・Windows
BugMaruX68k020.zip(230.4KB) X68000/X68030
BugMaruMSX020.zip(135.6KB) MSX2 Emulator
2024/05/06
フォントサイズは 16x16 ピクセル(半角文字は半分の幅)の他に、12×12、8×8 ピクセルの小さいサイズも収録
(省略されました)
私本管理 Plus ver 9.1.0 → 10.0.0 05/06 21:34
バーコードリーダをお使いになることでISBNを複数登録し、一括検索が可能です。
私本管理Plus Ver10.0.0 >> こちらから
私本管理Plus Ver9.1.0 >> DOWNLOAD
Copyright© 1998-2024 EKAKIN All Rights Reserved.
Clink ver 1.6.12 → 1.6.13 05/06 11:30
v1.6.13
  • Popup lists can now be filtered.
    • Press F4 in a popup list to toggle the search mode between "find" and "filter".
    • The clink.popup_search_mode setting controls the default search mode.
    • The clink.popuplist() function can be told to start in a specific search mode.
  • Added os.findfiles() to allow getting files/directories one at a time (versus os.globfiles() which collects the entire set all at once into a table).
  • Added exec.associations setting to let Executable Completion include files with registered file associations as matches (e.g. launchable documents such as "*.pdf" files).
  • Fixed Ctrl-C in a popup list copying the wrong entry after having used Del to delete an entry.
  • Fixed input
(省略されました)
GIMP ver 2.10.36 → 2.10.38 05/06 10:37
The current stable release of GIMP is 2.10.38 (2024-05-02).
Download GIMP 2.10.38for Intel
Download GIMP 2.10.38for Intel
Download GIMP 2.10.38for Apple Silicon
Download GIMP 2.10.38for Apple Silicon
SHA256 hash sum for gimp-2.10.38-arm64.dmg: 509d544470e61570a645940ebc1229145abdf995829a8ef0f5296c7408e9a2d6
gimp-2.10.38-arm64.dmg
SHA256 hash sum for gimp-2.10.38-x86_64.dmg: cf0c79201f54b0c8978ba43806199f0d85bb0ac8db3e77f9dc4f6f4393a9d836
gimp-2.10.38-x86_64.dmg
(省略されました)
Linux Kernel (mainline) ver 6.9-rc6 → 6.9-rc7 05/06 10:36
6.8.9
6.9-rc7
2024-05-05
6.8.9
2024-05-02
6.6.30
2024-05-02
6.1.90
2024-05-02
(省略されました)
DBeaver ver 24.0.3 → 24.0.4 05/06 06:30
24.0.4
            - SQL Editor:
                - Smart mode for Blank line is statement delimiter  setting was fixed
                - Vertical button alignment was fixed
            - ER Diagrams: Keep layout selection was fixed
            - Data transfer:
                - Import from CSV with duplicated columns names was fixed
                - Parallel data transfer monitoring/cancellation were fixed
            - Dashboards:
                - Ability to drag and drop charts to another dashboard was added
                - Number of minor UI improvements were added
            - Connectivity:
                - SSH parameters validation on the Connection page was added
                - Editing of 'Local host' and 'Remote host' fields in the Port Forwarding section was fixed
                - Database connection timeout notification was fixed
            - 
(省略されました)
ImageMagick ver 7.1.1-31 → 7.1.1-32 05/06 06:30
## [7.1.1-32](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-31...7.1.1-32) - 2024-05-05
### Merged
- uhdr.c: add support for rgb inputs [`#7273`](https://github.com/ImageMagick/ImageMagick/pull/7273)
- Fix GIF ICC profile reading. (https://github.com/ImageMagick/ImageMagick/issues/7281) [`#7282`](https://github.com/ImageMagick/ImageMagick/pull/7282)
### Commits
- beta release [`b71d98e`](https://github.com/ImageMagick/ImageMagick/commit/b71d98e188896982c47ea294d0a52a7fbb2c5873)
- Fixed implementation of setting the max-profile-size. [`af81e16`](https://github.com/ImageMagick/ImageMagick/commit/af81e160ce5780fed0f9cee6229cda48c47b9818)
- Update winget manifest after creating the release. [`391e6db`](https://github.com/ImageMagick/ImageMagick/commit/391e6db82aaf237e184569eaa1aba7cbe3c48811)
- Use >= instead to work around precision limitations of a double. [`148a485`](https://github.com/ImageMagick/ImageMagick/commit/148a485b6bfdb557e3e40e2d04ebad9f89d01a86)
(省略されました)
Zettlr ver 3.1.0 → 3.1.1 05/06 04:30
Release v3.1.1

Hotfix for crashes on Linux

Sometimes, waiting to update something is a smart idea. This time, we were not that smart and bumped the underlying Electron framework to version 30, which unfortunately made running Zettlr 3.1.0 on most Linux systems impossible. With this patch, we rolled back Electron to a working version. Apologies to all Linux users, we still love you!

Changelog

GUI and Functionality

  • Fixed a segmentation fault crash on startup across various Linux setups
    (#5135)

Under the Hood

  • Downgrade Electron to version 29.3.2 (cf. Electron issue #41839)
Maker ver 1.2.0 → 1.3.0 05/06 03:30
Marker v1.3.0

New:

  • Add file edit/delete options on right-click
  • Add folder delete option on right-click

Bug fixes:

  • Fix file-saving when quickly switching between files (after adjusting title/subtitle)

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.2.0_aarch64.dmg - for M1-based macs
  • Marker_1.2.0_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Mar
(省略されました)
ExplorerPatcher ver 22621.3527.65.2 → 22621.3527.65.3 05/06 02:30
22621.3527.65.3 Pre-release
Pre-release

Tested on OS builds 22621.3296, 22621.3447, 22621.3527, 22635.3566, 26058.1000, 26120.461, and 26200.5001. (Note: 22621 and 22631 share the same OS files)

1

  • Taskbar10: The Windows 10 taskbar option is now no longer available on 26002+. (#3053, e57a6b0)
    • This is to comply with Microsoft's removal of the stock Windows 10 taskbar in explorer.exe of said builds.
  • Start10: Fixed Pin to Start on 226xx.3420+ (22H2, 23H2) and 25169+ (24H2). (232fe6b)
  • Start10: Reverted the menu closing delay fix when EP is injected only into StartMenuExperienceHost.exe for now. (e59c34c)
(省略されました)
HeidiSQL ver 12.6.0.6765 → 12.7.0.6850 05/06 01:38
Home
05 May - edscott623: "You have no privilege to this ...
05 May - lavixu: Database and Table Tree does not display ...
05 May - ansgar: Single Table click "show all", ...
05 May - XIAIX: HeidiSQL Crashing when using popup text e ...
03 May - isaacprater4: Lost connection to server at ' ...
03 May - ansgar: auto complete
02 May - acfalk: SQL version support visibility
02 May - ansgar: PRIMARY KEY
(省略されました)
変愚蛮怒 ver 3.0.1.11-Beta → 3.0.1.12-Beta 05/06 01:30
3.0.1.12-Beta

What's Changed

  • get_direction() のシグネチャを変える準備 その1 by @Hourier in #3904
  • get_direction() のシグネチャ変更準備 その2 by @Hourier in #3915
  • [Fix] 剣術家の払い抜けで攻撃した後反対側のマスへ移動しない by @habu1010 in #3920
  • 各 is_explodable() メソッドにMonsterEntity::get_died_message() にDoxygenコメント付加。 by @sikabane-works in #3929
  • get_direction() のシグネチャからポインタの引数を除去し、optionalの戻り値を返すようにした by @Hourier in #3921
  • VS2022 で出ているコンパイル警告を解消した (v3.0.0 β12) by @Hourier in #3940
  • BaseitemList クラスを作る準備 その1 by @Hourier in #3937
  • describe() の "" で返す部分を nullopt にした by @Slimebreath6078 in #3948
  • rooms-normal.cpp の整形作業 by
(省略されました)
radikoro ver 9.3.4 → 9.3.5 05/06 00:43
2024 年 5 月 5 日Softwarecotton
2023年11月24日radikoro勤労感謝の日限定ダウンロードへのご参加、ありがとうございました。
2019年9月諸般の事情により、アプリ本体の公開は終了しました。長年のご愛顧、誠にありがとうございました。なお、今後本体、及びサイマルラジオ、ラジコプレミアム設定ファイルのメンテナンスアップデートはVer.9以降に対してのみ行われます。
radikoro(ラジコロ)
9.3.5の変更点 (2024-05-05)
[変更] 音声停止のショートカットをMASShortcut.frameworkを利用したものに変更しました。
[変更] タイムフリーの画面でリンクをクリックした際にradiko.jp以外のものを外部ブラウザで開くようにしました。
[変更] 内蔵している Python を3.11.9にしました。
[変更] 内蔵している Sparkle を2.6.1にしました。
(省略されました)

2024/05/05(日)

追加されたソフトウェア
Icon Preview ver 1.0.2 05/05 16:30
差分がありません
更新されたソフトウェア
Stats ver 2.10.11 → 2.10.12 05/05 22:30
v2.10.12

Bug fixes

  • fix: fixed switching sensor in the settings (#1923)
  • fix: fixed upload/download positions in the Network widget (#1916)

New features

  • feat: enabled selecting public IP address in portal view (#1927)
  • feat: moved widget activation threshold slider to the input with a base that allows specifying the threshold more accurate
  • feat: added fixed scale option for Network popup (#1787)

Localization

  • lang: updated Italian translation (#1919)
Foobar2000 ver 2.1.4 → 2.1.5 05/05 19:30
PerfectTUNES
a helping hand for your audio collection 
 
Add or upgrade Album Art, De-Dup and check for ripping errors
foobar2000 change log
2.1.5
Removed gnudb from default online tagger settings, as gnudb now demands users to input their actual email addresses.
If you wish to use gnudb, you can configure it manually, but we strongly recommend against it.
Online tagger now defaults to freedb.dbpoweramp.com which works once again.
(省略されました)
Simutrans ver 123-0-1 → 124-0 05/05 15:36
差分がありません
FastCopy ver 5.7.9 → 5.7.10 05/05 14:43
FastCopy ver 5.7.10
Last Update: 2024/05/05
Download v5.7.10 (2024/05/05)
ReactOS ver 0.4.14-release-110-g3aedb6e → 0.4.14-release-111-g9c159b2 05/05 05:30
差分がありません
Black Ink ver 2.3.1 → 2.3.2 05/05 01:32
Black Ink 2.3.2
May 4, 2024
Fix a bug that caused an alert to appear after every entry if "Automatic Correction" is enabled and the puzzle has no answers included.
Monkey's Audio ver 10.71 → 10.72 05/05 01:30
Version 10.72 (May 4, 2024)
Fixed: Copying FLAC tags breaks out when it finds the last frame instead of still looping the file which fixes crashes on certain files.
Changed: Updated the installer to NSIS 3.10.
Changed: Updated to version 2.82 of the ALAC tool.

2024/05/04(土)

更新されたソフトウェア
SABnzbd ver 4.3.0 → 4.3.1 05/04 20:30
SABnzbd 4.3.1

Release Notes - SABnzbd 4.3.1

This is the first bug fix release of SABnzbd 4.3.0.

Key changes since 4.2.0

  • Archive:

    • When jobs are removed from the History, they are moved to the Archive.
    • Keep your History clean and still be able to reliably use Duplicate Detection.
  • Apprise Integrated:

    • Send notifications using Apprise to almost any notification service.
    • Supported notifications: https://github.com/caronc/apprise/wiki
    • Notification Script SABnzbd-notify.py is no longer needed.
  • Added IPv6-staging option:

    • Enable ipv6_staging in Config - Specials to get additional IPv6 features:
      • Add IPv6 hostn
(省略されました)
Gollum ver 5.3.0 → 6.0.0 05/04 08:39
# 6.0.0 / 2024-05-03
# Breaking Changes
* Docker image: removed deprecated automatic activation of --mathjax. Pass '--math mathjax' to continue using mathjax, or '--math' to use KaTeX (see below).
* RACK_ENV is ignored, please use APP_ENV instead (@svoop).
## New features
* Add support for Mermaid diagrams (@dometto).
* Add support for downloading page sources with ?raw (@tstein).
* Add openssh client to docker images for ssh: repo support. (@jagerkin).
* Add support for mathematical typesetting using KaTeX (@dometto). Users can now choose between MathJax and KaTeX with the --math flag.
(省略されました)
Wine 開発版 ver 9.7 → 9.8 05/04 08:30
Wine 9.8
Wine 9.8 Released
May 3, 2024
The Wine development release 9.8 is now available.
What’s new in this release:
Mono engine updated to version 9.1.0.
IDL-generated files use fully interpreted stubs.
Improved RPC/COM support on ARM platforms.
Various bug fixes.
Wine 9.7 Released
D Programming Language ver 2.108.0 → 2.108.1 05/04 06:30
Contributing
Latest version: 2.108.1
Ddoc on Fri May 3 19:18:53 2024
Chrome 開発版 ver 126.0.6439.0 → 126.0.6452.3 05/04 03:30
差分がありません
AltTab ver 6.67.0 → 6.68.0 05/04 02:30
差分がありません
VirtualBox ver 7.0.16 → 7.0.18 05/04 01:30
VirtualBox 7.0.18 (released May 07 2024)
This is a maintenance release. The following items were fixed and/or added:
Networking: Fixed an issue which caused host system crash when VM was using bridged or host-only network adapter (bug #22045)
Linux Guest Additions: Added more fixes to prevent UBSAN warnings (bug #21877)
Linux Guest Additions: Fixed issue when time stamps were displayed incorrectly within mounted shared folder (bug #22047)
19 months ago
Paper Plane xUI ver 6.4196p2 → 6.4196p3 05/04 01:30
・Paper Plane xUI (+1) (+2) (+3)
・Paper Plane xUI(DirectWrite版) (+1) (+2) (+3)
↑Paper Plane xUI Version 1.96+3
   ppx196p3.zip ( MultiByte版, 659 Kbytes, 2024-5-3, Windows 95 - Me / Windows NT 4.0 - 11/2022(32bit/64bit))
   ppw196p3.zip ( UNICODE版,672 Kbytes, 2024-5-3, Windows NT 4.0 - Windows 11/2022(32bit/64bit))
   ppx64196p3.zip ( 64bit版,813 Kbytes, 2024-5-3, Windows XP/2003 - Windows 11/2022 64bit)
試験公開版です。 Version 1.96からの差し替え分のみとなってます。●変更点1.96+2→1.96+3
All
・%g''、%sg の展開後文字数が約1000文字以上であっても扱えるように
(省略されました)

ソフトライブラリ