2024年09月11日の更新情報

2024/09/10 16時〜2024/09/11 16時までに更新されたソフトウェア

PDF-XChange Editor、Pale Moon、CotEditor、WinSCP、Maccy、Zed、Zed、Pandoc等が更新されました。

PDF-XChange Editor ver 10.3.1.387 → 10.4.0.388 2024/09/10
10.4.0.388
Sep 9th, 2024
Sep 9th, 2024
Added a setting to save thumbnails when converting to .docx.
(42127)
Added a "Remove Icon" option for buttons. (T #6777)
Added a noise-tolerance option to the 'Delete Empty Pages' feature.
Added link generation from barcodes functionality. (T# 6898)
(42384)
You can use for whole pages range: Home -> Links -> Create Links from Barcodes. And for selected area with dialog for results: Select Page Region Tool -> Detect Barcodes in Region, Edit Images Tool -> Detect Barcode
NEW
Added a "Default EML-Application" option for Outlook in the 'Send by Email' feature. (T# 7014)
Added customization options for grouping, the decimal separator, and the group separator in the Accounting Calculator. (T# 6972)
NEW
Added a dropdown menu with "browse/new document" options. (T# 6930)
(42615)
NEW
Added rounded corner support for square annotations.
NEW
(省略されました)
Pale Moon ver 33.3.0 → 33.3.1 2024/09/10
v33.3.1 (2024-09-10)
This is a minor security and bugfix update.
Changes/fixes:
Backed out support for FFmpeg 7.0/libavcodec 61 (Linux) due
to it causing a major regression in WebAudio (broken on all platforms).
This is being worked on to re-land at a later date.
Restricted the NotifyPaintEvent interface to
chrome code only; there is no reason (other than potential
tracking/fingerprinting) to have this accessible from content.
Fixed a potentially exploitable issue in JavaScript (FetchName).
Fixed a code correctness issue in XPConnect when creating
sandboxes. DiD
Added a warning for using externally handled usenet
protocols.
Security issues addressed: CVE-2024-8383 and CVE-2024-8381.
processor with AVX capabilities! Please keep an eye on the forum for
CotEditor ver 5.0.0-beta.2 → 5.0.0-beta.3 2024/09/10
5.0.0-beta.3 Pre-release
Pre-release

system requirements: macOS 14 and later

New Features

  • [beta] Preview non-plain-text files.
  • [beta] Support Quick Look in the file browser.

Improvements

  • Update C++ syntax (Thanks to Léo Natan!).
  • [beta] Add the Sidebar submenu to the View menu.
  • [beta] Improve the VoiceOver support in the sidebar.
  • [beta] Enable selecting multiple items in the file browser.
  • [beta] Restore the filename to the original one when the filename edited in the file browser is invalid.
  • [beta] Avoid opening with CotEditor itself when performing the “Open with External Editor” command in the file browser.
  • [beta] Copy dropped fi
(省略されました)
WinSCP ver 6.3.4 → 6.3.5 2024/09/11
2024-09-09
Thumbnail view in file panels. 912
Three selectable sizes of toolbar icons, showing slightly larger size by default. 2147
Search for Preferences options.
TLS/SSL core upgraded to OpenSSL 3.3.2.
Preserve timestamp when duplicating remote file using SFTP extension copy-data (OpenSSH). 2307
Changing caret position on the first click on an inactive editor window. 2304
Change: Limiting SFTP version to 3 with non-well-known SFTP servers as a workaround for interoperability issues. 2247
In icons view, files are rearranged automatically when the panel is resized.
Explorer interface view style toolbar button now shows icon for the current style, instead of the next style.
Optionally disabled smooth scrolling in an internal editor. 128
Open window maximized when closed while minimized from maximized state. 2305
Compatibility with FTP servers that return an empty path in root. 2300
Optionally following NoViewOnDrive policy. 2310
Recognizing matching Azure certificate files. 2311
Columns menu in Explorer interface is enabled only in Details view.
With /rawconfig, session is never opened in an existing instance.
Not including useless OpenSSL states in error reporting.
Bug fix: Some Unicode texts, notably custom command names, were saved incorrectly in an INI file. 2301
(省略されました)
Maccy ver 2.0.0.beta.14 → 2.0.0.beta.15 2024/09/11
2.0.0.beta.15 Pre-release
Pre-release

This is the fifteenth beta release of the Maccy 2.x version branch. See #790 for discussion.

Highlights of 2.0

  • The user interface has been rewritten from AppKit + NSMenu to SwiftUI + NSPanel.
  • Storage has been rewritten from Core Data to SwiftData.
  • Requires macOS 14 Sonoma or newer.
  • Backward compatibility with Maccy 1.x. You can downgrade to 1.0 or newer if you don't like it or encounter bugs.
  • No backward compatibility with Maccy0.x.

Differences from 1.0

  • New setting to pop up at the last position Maccy was opened at (#829) (credits to @weisJ).
  • New search highlight matches mode with a yellow
(省略されました)
Zed ver 0.152.1-pre → 0.152.3 2024/09/11
v0.152.3

Enhancements

General

  • Added ability to perform project search only in opened files (#16580; thanks CharlesChen0823).
  • REPL: Added a readonly buffer for viewing large outputs (#17121).

  • REPL: Added button to open full text output in a separate buffer (#16971).

  • Improved the Zed CLI zed to pass along the environment as it was on the CLI to the opened Zed project. That environment is then used when opening new terminals, spawning tasks, or language servers (#17075). Specifically:

    • If Zed was started via zed my-folder, a terminal spawned with workspace: new terminal will inherit these environment variables that existed on the CLI
(省略されました)
Zed ver 0.152.3 → 0.153.0-pre 2024/09/11
v0.153.0-pre Pre-release
Pre-release

Enhancements

General

  • Added "Pin/Unpin Tab" action to the workspace, assistant and terminal panes (#17426).
  • Added ability to select and act upon intermediate auto-folded project entries (remove, rename, cut, paste) (#17520).
  • Improved DeleteToPreviousWordStart and DeleteToNextWordEnd interactions around newlines. You can opt-in into the previous behavior by adding {"ignore_newlines": true} to either action's binds in your keymap (#16848; thanks kjzl).
  • Improved language server reliability in multi-worktree projects and monorepo. We now notify the language server more reliably about which files have
(省略されました)
Pandoc ver 3.3 → 3.4 2024/09/11
pandoc 3.4 (2024-09-09) ±
New output format: ansi (for formatted console
output) (Evan Silberman). Most Pandoc elements are supported and
printed in a reasonable way, if not always ideally. This version
does no detection of terminal capabilities, nor does it fall back
to different output styles for less-capable terminals.
Add command line options --table-caption-position and
--figure-caption-position.
These allow the user to specify whether to put captions above or
below tables and figures, respectively. The following output
formats are supported: HTML (and related such as EPUB), LaTeX (and
Beamer), Docx, ODT/OpenDocument, Typst.
Change default --pdf-engine via HTML to
WeasyPrint (#10142).
wkhtmltopdf is
deprecated. weasyprint is
the easiest-to-install, maintained alternative. For better
results, one might prefer pagedjs-cli.
Org reader:
(省略されました)
MarsEdit ver 5.2.4 → 5.2.5 2024/09/11
MarsEdit 5.2.5
Sep 10, 2024
Fix a bug that caused the main window search field to appear too tall for the toolbar
Blog defaults for publish status, comments, text filter, and trackbacks are now applied to Microposts
The default preview template now shows table borders on rows and columns
The Replace section in Find/Replace interface is now always visible
Fix a bug that prevented images inserted in the rich editor from being scrolled to visible
Chrome 安定版 ver 128.0.6613.120 → 128.0.6613.138 2024/09/11
"name": "chrome/platforms/win/channels/stable/versions/128.0.6613.138/releases/1726005300",
"serving": {
"startTime": "2024-09-10T21:55:00.792488Z"
},
"fraction": 1,
"version": "128.0.6613.138",
"fractionGroup": "143",
"pinnable": true
},
{
"name": "chrome/platforms/win/channels/stable/versions/128.0.6613.120/releases/1725580576",
"serving": {
"startTime": "2024-09-05T23:56:16.824471Z",
"endTime": "2024-09-10T21:55:00.792488Z"
},
"fraction": 1,
"version": "128.0.6613.120",
"fractionGroup": "144",
"pinnable": false
(省略されました)
Zed ver 0.153.0-pre → 0.153.1-pre 2024/09/11
v0.153.1-pre Pre-release
Pre-release

Bug fixes

  • Fixed tabs staying pinned after closing unrelated tabs. Preview only (#17666).
  • Fixed tokenizers for OpenAI API compatible assistant providers. Preview only (#17660).
  • Fixed vtsls initialization_options in project settings files. Preview only (#17657).
AirBuddy ver 2.7.2 → 2.7.3 2024/09/11
差分がありません
Tomcat 9 ver 9.0.93 → 9.0.94 2024/09/11
9.0.94 |
9.0.94