2024年12月19日の更新情報

2024/12/18 16時〜2024/12/19 16時までに更新されたソフトウェア

GitLab、Q-Dir、Docker、Joplin、DiskCatalogMaker、FBackup、SABnzbd、JAlbum等が更新されました。

GitLab ver 17.6.2 → 17.7.0 2024/12/18
## 17.7.0 (2024-12-18)
### Added (178 changes)
- [Add iteration autocomplete to RTE](https://gitlab.com/gitlab-org/gitlab/-/commit/9e1c7e1dfb027154540aabd9dade248feeea4608) by @salihudickson ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175785)) **GitLab Enterprise Edition**
- [Add pages domain verify API](https://gitlab.com/gitlab-org/gitlab/-/commit/450f7f330e7588c61d95db871c3d630ae6a4bb9a) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174330))
- [Add foreign key constraints to ci_runner_machines_687967fa8a](https://gitlab.com/gitlab-org/gitlab/-/commit/373fea60d3660aabe7048ba84b39b9b93f614b04) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171848))
- [Register new audit event](https://gitlab.com/gitlab-org/gitlab/-/commit/9ac3ceb4eabe7d14ff1c5f10e92869a3d48e245c) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174412)) **GitLab Enterprise Edition**
- [Add credit_card_verification_enabled setting](https://gitlab.com/gitlab-org/gitlab/-/commit/d9364a34ddcec3c7a415adf6cdde7bff8e813365) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175148)) **GitLab Enterprise Edition**
- [Add internal events tracking to the individual release page](https://gitlab.com/gitlab-org/gitlab/-/commit/f3ced32bc0289a857e503102fd7f5db54b578aee) by @antonkalmykov ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175594))
- [GraphQL: add BranchDelete mutation](https://gitlab.com/gitlab-org/gitlab/-/commit/4cde11ea43c33dcc8ee522473d79d2731d7217a6) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175270))
- [Update qa github spec](https://gitlab.com/gitlab-org/gitlab/-/commit/4bd5769773e2f40cf02b5739414447c91146cc67) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175385))
- [Add deny allow list to a policy drawer](https://gitlab.com/gitlab-org/gitlab/-/commit/2132107b32bf6ddf953af4f45410cf709a9e11a8) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175439)) **GitLab Enterprise Edition**
- [Add search for Kubernetes pods](https://gitlab.com/gitlab-org/gitlab/-/commit/2f13cf47d690b93b3f12f68f0a0bded08d780a0f) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175585))
- [Add `/relate` quick action to WorkItems](https://gitlab.com/gitlab-org/gitlab/-/commit/14340fd8db5cc6acf78588873217c47f17890d56) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/172901)) **GitLab Enterprise Edition**
- [Model experiments: Add empty state to performance graph](https://gitlab.com/gitlab-org/gitlab/-/commit/dcecf41948385ee059b11e8eb6427a7eee0f9e99) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175688))
- [In project update service add support for pages default domain redirect](https://gitlab.com/gitlab-org/gitlab/-/commit/6a7a9f8c2b8e2fa5b04f490d76ea9e8ca9b93d82) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174813))
- [Log scope when auditor initialized](https://gitlab.com/gitlab-org/gitlab/-/commit/d1465ee7377d11eed4d598286e1b8531114c23fc) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175107))
- [Add validation key for license exceptions](https://gitlab.com/gitlab-org/gitlab/-/commit/1c396b582610eba69e690a3038ad7abe243a8157) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175132)) **GitLab Enterprise Edition**
- [Enable markdown description lists](https://gitlab.com/gitlab-org/gitlab/-/commit/bace25950945c55cb273d7212574fd065370f925) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175169))
- [Add backticks and remove FF](https://gitlab.com/gitlab-org/gitlab/-/commit/888268b0458492de713aade5fafd72126316d4ed) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174880))
(省略されました)
Q-Dir ver 11.94 → 11.95 2024/12/18
HOME ► Page 1 ► Q-Dir 11.95
Update on: 18 December 2024Suitable for : Windows 11, Windows 10, 8.1, 7, ... , Server 2012-2025, 2022, x64, x32, x86
# Q-Dir Versions HistoryNew in version 11.95 // 18 December 2024 General adjustments to the last Windows 11 update
Updating the language files in Q-Dir, the Quad File Explorer
New in version 11.94 // 10 December 2024 Usability improvements and element focus optimization in Quad File Explorer
How can I display the directory tree in Windows 7?
How do I view the directory tree in Windows 8.1?
How do I export folders in Windows 8.1?
How do I view all files in a tree structure in Windows 12?
How do I export directories in Windows 11?
Which tools help with managing folders in Windows 10?
How can I display the directory size in Windows 11 Explorer?
How to change folder color in Windows 7 x64?
What TreeView options are there for the Folder Browser in Windows 10 and 11?
Which programs offer file preview options in Windows 12?
How do I fix Explorer problems in Windows 10?
How do I change the directory view in Windows 8.1?
Which file managers are useful for Windows 7?
How does the preview function work in Windows Explorer?
(省略されました)
Docker ver 27.4.0 → 27.4.1 2024/12/18
v27.4.1

27.4.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.4.1 milestone
  • moby/moby, 27.4.1 milestone

Bug fixes and enhancements

  • Fix excessive memory allocations when OTel is not configured. moby/moby#49079
  • The docker info command and the corresponding GET /info API endpoint no longer include warnings when bridge-nf-call-iptables or bridge-nf-call-ip6tables are disabled at the daemon is started. The br_netfilter kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090
  • Attempt to load kernel modules, including ip6_tables
(省略されました)
Joplin ver 3.2.4 → 3.2.5 2024/12/18
v3.2.5 Pre-release
Pre-release
  • Improved: Generate .deb package (#11526 by @pedr)
  • Improved: Make js-draw a default plugin (#11516) (#11314)
  • Improved: Make table in HTML format horizontally scrollable (#11198 by @wljince007)
  • Improved: Reduce application size (#11505 by @personalizedrefrigerator)
  • Improved: Updated packages adm-zip (v0.5.16)
  • Fixed: Fix pressing enter during composition in the title input moves focus (#11491) (#11485 by @personalizedrefrigerator)
  • Fixed: Fixed tags with same special unicode characters not matching (#11513) (#11179 by @pedr)<
(省略されました)
DiskCatalogMaker ver 9.0.9f1 → 9.1b9 2024/12/19
Toggle navigation
✿ DiskCatalogMaker
Screenshots
Support
Downloads
Purchase
English
  
Français
Deutsch
Italiano
日本語
Español
Nederlands
Português (Brasil)
Čeština
History
version 9.1b9 - Dec 18, 2024
Enabled the atomic file writing mode by default for stability.
(省略されました)
FBackup ver 9.9.959 → 9.9.962 2024/12/19
Limited time sale: 20% Discount for Backup4all Pro to unlock new features (Save US$ 10.00)
FBackup 9.9.962 | 2024-12-18
Download FBackup (Free)Version 9.9.962 || Released on 2024-12-18
Current rating: 4.14 | votes: 1,125
SABnzbd ver 4.4.0 → 4.4.1RC1 2024/12/19
SABnzbd 4.4.1RC1 Pre-release
Pre-release

Release Notes - SABnzbd 4.4.1 Release Candidate 1

Bugfixes and changes since 4.4.0

  • Added Certificate verification level Medium to allow
    certificates injected by firewall or virus scanner.
  • Windows: Windows notifications did not work.

New features in 4.4.0

  • Subtitle files will be deobfuscated if required.
  • Show server Personal notes on the main servers display.
  • Windows: Use par2cmdline-turbo by default (thanks to @dnzbk).
  • macOS: Dropped support for macOS 10.12 and below.
  • macOS and Windows: Use Python 3.13 for release.
  • Windows: The next release will
(省略されました)
JAlbum ver 36 → 36.1 2024/12/19
jAlbum 36.1
Released: December 18, 2024
36.1
News and Updates
Bug fixes
The integrated browser now plays videos as well (licensing issue fixed)Better keyboard focus behaviour for integrated browser on Linux
Vuls ver 0.28.0 → 0.28.1 2024/12/19
v0.28.1

What's Changed

  • feat(config/os): update eol by @MaineK00n in #2085
  • fix(detector/gost/ubuntu): detection logic when esm etc. are mixed by @MaineK00n in #2090
  • chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.1 to 0.9.2 by @dependabot in #2089
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.70.0 to 1.71.0 in the aws group by @dependabot in #2078
  • chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #2080
  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #2088
  • chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 by @dependabot in
(省略されました)
VSCodium ver 1.96.0.24352 → 1.96.1.24353 2024/12/19
1.96.1.24353

update vscode to 1.96.1

Full Changelog: 1.96.0.24352...1.96.1.24353

x86 64bits

ARM 64bits

ARM 32bits

PPC 64bits

Read more
WinUpdatesView ver 1.18 → 1.19 2024/12/19
WinUpdatesView v1.19 - Windows Updates History Viewer
Version 1.19
Fixed bug: WinUpdatesView crashed when reading the Windows Updates database created by Windows 11 24H2.
DutchJan Verheijen07/09/20241.18
FrenchLargo07/09/20241.18
«Latino» auf WinTotal.de16/05/20221.18
HungarianTiminoun13/11/20241.18
ItalianStyb23/09/20241.18
Korean
VenusGirl (비너스걸)💋07/09/20241.18
ZendegiyeSabz29/09/20241.18
SlovakFrantišek Fico02/10/20241.18
Zed ver 0.166.1-pre → 0.167.0-pre 2024/12/19
v0.167.0-pre Pre-release
Pre-release

Enhancements

General

  • Multibuffers now support folding (hiding) results from a given file/buffer together (#22046).
  • Added .prettierignore support to the Prettier integration (#21297; thanks 0xtimsb)
  • Added MoveItemToPane and MoveItemToPaneInDirection actions (#21760; thanks Igonato).
  • Improved editor::OpenUrl to also handle the selected portion of a URL (#21825; thanks 0xtimsb).
  • Clicking on empty space in the Project Panel now deselects all selected items (#22073; thanks 0xtimsb)
  • Improved dif
(省略されました)
Visual Studio Code ver 1.96.0 → 1.96.1 2024/12/19
November 2024 Recovery 1

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

NetBSD ver 10.0 → 10.1 2024/12/19
10.1 available!
The NetBSD project is pleased to announce the first
update to the NetBSD 10 release branch
» NetBSD 10.1 «
NetBSD 10.1, released on December 16, 2024.
octeon,
mips64el,
mipsel
powerpc
PowerPC systems like Nintendo Wii, DHT Walnut, RouterBOARD
wii,
others
A signed list of hashes for the NetBSD 10.1 distribution.
NetBSD 10.1 released16 Dec 2024
New Security Advisory: NetBSD-SA2024-002 OpenSSH CVE-2024-6387 `regreSSHion'02 Jul 2024
NetBSD 8.3 + End-of-Support for NetBSD 8.x4 May 2024
NetBSD 9.4 is available!20 Apr 2024
Upcoming Events
FOSDEM '25, Brussels, BelgiumFeb 2025
(省略されました)
K-Lite Codec Pack ver 18.7.0 → 18.7.5 2024/12/19
差分がありません
xrecode3 ver 1.159 → 1.160 2024/12/19
18.12.2024
- version 1.160
- NEW: updated to the latest qaac (2.83).
- FIX: added %lossy% file name pattern element. More info at https://xrecode.com/wiki/index.php?title=File_Name_Pattern_Elements#Lossy%2FLossless.
- FIX: fixed reading of id3 tags from some wav files.
Chrome 安定版 ver 131.0.6778.140 → 131.0.6778.205 2024/12/19
"name": "chrome/platforms/win/channels/stable/versions/131.0.6778.205/releases/1734556329",
"serving": {
"startTime": "2024-12-18T21:12:09.525726Z"
},
"fraction": 1,
"version": "131.0.6778.205",
"fractionGroup": "143",
"pinnable": true
},
{
"name": "chrome/platforms/win/channels/stable/versions/131.0.6778.140/releases/1734036468",
"serving": {
"startTime": "2024-12-12T20:47:48.154208Z",
"endTime": "2024-12-18T21:12:09.525726Z"
},
"fraction": 1,
"version": "131.0.6778.140",
"fractionGroup": "144",
"pinnable": false
(省略されました)
Obsidian ver 1.7.7 → 1.8.0 2024/12/19
December 18, 2024
1.8.0
Mobile
catalyst
Mobile
The file explorer context menu now shows:
a folder's file and folder count
a file's creation time and modified time.
We no longer wait for iCloud to finish syncing your configuration files. If a configuration file was offloaded, it will be redownloaded and you will be prompted to reload the app once the file was been synced.
The active file will always be highlighted in the tab switcher
Added a command to open the tab switcher. This can be bound to the pull down action.
Fixed active file sometimes not getting reset when closing sidebar view.
On iOS, tapping the statusbar now always scrolls to the top of the active file. And scrolls to the top of the sidebar if one is active.
December 18, 2024
1.8.0
Desktop
catalyst
New
Added a "hide my changes" button to hide your own file changes from the Sync view in a shared Obsidian Sync vault.
(省略されました)
GQL ver 0.32.0 → 0.33.0 2024/12/19
0.33.0
  • Check for repositories in the script mode.
  • Support Const String as Alias.
  • Fix show tables query.
  • Support Implicit casting in both directions of binary expressions.
  • Support Window functions.
  • Support ORDER BY in window function over clause.
  • Support named Window over clauses.
  • Improve resolving variable arguments of dynamic type ...Dynamic.
  • Implement FIRST_VALUE, NTH_VALUE, LAST_VALUE window functions.
  • Implement ROW_NUMBER window function.
  • Support Partition by clause in Window definition.
  • Aggregation and Window function arguments by reference.
  • Support NULLS FIRST and NULLS LAST in ORDER BY statement.
  • Report error where a window or aggreg
(省略されました)
変愚蛮怒 ver 3.0.1.22-Beta → 3.0.1.23-Beta 2024/12/19
3.0.1.23-Beta

What's Changed

  • [Version] 3.0.1.22-Beta by @sikabane-works in #4724
  • Correct English name and description for monster 1372 by @backwardsEric in #4733
  • 階段昇降でクラッシュする場合がある事象を修正した by @Hourier in #4735
  • [Fix] 自動リリースのWorkflowで英語版のビルドに失敗する by @habu1010 in #4729
  • Update hengband.spec by @whitehara in #4736
  • Release/3.0.1.23 beta by @sikabane-works in #4738

Full Changelog: 3.0.1.22-Beta...3.0.1.23-Beta

NetNewsWire ver 6.1.7-release → 6.1.8b1 2024/12/19
NetNewsWire 6.1.8b1 for Mac Pre-release
Pre-release
  • Hopefully fix state restoration (temporary fix — building on Xcode 14 — permanent fix to come later)