Skip to content

Commit f9f02dc

Browse files
committed
2 parents f757dbb + ee83a60 commit f9f02dc

File tree

9 files changed

+481
-345
lines changed

9 files changed

+481
-345
lines changed

docs/_includes/generated-all-news.md

Lines changed: 293 additions & 283 deletions
Large diffs are not rendered by default.

docs/_includes/generated-latest-news.md

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

docs/_includes/wishlist-reactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [Batch sync audio and video clips using timecode/audio waveform all at once (February 11, 2026)](https://github.com/CommandPost/FCPCafe/issues/516)
12
- [Right-click on clip on timeline and "Scene Detection - Add Cuts" (February 5, 2026)](https://github.com/CommandPost/FCPCafe/issues/508)
23
- [Add Focus Mode to Beat Detection Grid (January 30, 2026)](https://github.com/CommandPost/FCPCafe/issues/504)
34
- [Unexpected behavior for blade cuts and markers (October 4, 2025)](https://github.com/CommandPost/FCPCafe/issues/495)
@@ -27,4 +28,3 @@
2728
- [FCP Audio Limiter Effect - Interpolation options (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/380)
2829
- [Output Volume Control 0% - 100% to 1000% [logarithmic?] (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/379)
2930
- [Video Inspector "Transform" Option: Scale Ratio Lock Button, eg text entry on 1 dimension (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/377)
30-
- [+Alpha Curves Panels in Color Inspector (June 27, 2024)](https://github.com/CommandPost/FCPCafe/issues/373)

docs/_includes/wishlist-recent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [Batch sync audio and video clips using timecode/audio waveform all at once (February 11, 2026)](https://github.com/CommandPost/FCPCafe/issues/516)
12
- [Right-click on clip on timeline and "Scene Detection - Add Cuts" (February 5, 2026)](https://github.com/CommandPost/FCPCafe/issues/508)
23
- [Add Focus Mode to Beat Detection Grid (January 30, 2026)](https://github.com/CommandPost/FCPCafe/issues/504)
34
- [Unexpected behavior for blade cuts and markers (October 4, 2025)](https://github.com/CommandPost/FCPCafe/issues/495)
@@ -27,4 +28,3 @@
2728
- [FCP Audio Limiter Effect - Interpolation options (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/380)
2829
- [Output Volume Control 0% - 100% to 1000% [logarithmic?] (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/379)
2930
- [Video Inspector "Transform" Option: Scale Ratio Lock Button, eg text entry on 1 dimension (July 5, 2024)](https://github.com/CommandPost/FCPCafe/issues/377)
30-
- [+Alpha Curves Panels in Color Inspector (June 27, 2024)](https://github.com/CommandPost/FCPCafe/issues/373)

docs/news/20260211-01.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
label: 11th February 2026
3+
meta:
4+
title: "News - 11th February 2026"
5+
icon: broadcast
6+
image: /static/thumbnail.jpg
7+
---
8+
9+
**CommandPost v2.0.4** is out now!
10+
11+
![](/static/commandpost-2-0-4.png)
12+
13+
It includes the following changes:
14+
15+
**🔨 Improvements**
16+
- **Scan Running Application Menubars on Startup** and **Scan the Menubars of the Active Application** are now enabled by default on a fresh install, to avoid confusion for new users. These were originally disabled by default to make a fresh install of CommandPost launch as quickly as possible - however it confuses too many new users.
17+
18+
**🐞 Bug Fix**
19+
- Fixed all actions that used the **Reveal in Browser** menubar item, including the **Reveal in Browser and Highlight** action in Final Cut Pro v11.1. This menubar item has been renamed in to **Reveal Source in Browser** in Final Cut Pro v11.1. Thanks for reporting Johnny!
20+
21+
You can download and learn more on the [CommandPost website](https://commandpost.fcp.cafe).

docs/news/20260211-02.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
label: 11th February 2026
3+
meta:
4+
title: "News - 11th February 2026"
5+
icon: broadcast
6+
image: /static/thumbnail.jpg
7+
---
8+
9+
**Marker to Reminder v1.4** is out now!
10+
11+
It includes the following changes:
12+
13+
- Added a settings screen with default new reminder list and choice for dark or light mode, or auto
14+
- Optional and tip jar for users wanting to support development
15+
16+
You can download and learn more on the [Mac App Store](https://apps.apple.com/app/marker-to-reminder/id6757208568).

docs/news/20260211-03.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
label: 11th February 2026
3+
meta:
4+
title: "News - 11th February 2026"
5+
icon: broadcast
6+
image: /static/thumbnail.jpg
7+
---
8+
9+
**Pipeline Neo v2.0.1** is out now!
10+
11+
It includes the following improvements:
12+
13+
- Logging: seven levels (trace–critical), optional file + console, quiet mode; `--log` records user-visible output for all CLI commands
14+
- CLI: `--log`, `--log-level`, `--quiet`; `--extension-type` for convert (fcpxmld | fcpxml; default fcpxmld; 1.5–1.9 always .fcpxml); `--extract-media``--media-copy` under EXTRACTION; `--validate` (semantic + DTD; progress when not quiet); single binary with embedded DTDs, no bundle
15+
- Progress bar (TQDM-style) for `--media-copy` and `--validate`
16+
- Semantic validation: refs resolved against all element IDs (e.g. text-style-def in titles), not only top-level resources
17+
- Library: `FCPXMLVersion.supportsBundleFormat` (1.10+ for .fcpxmld; 1.5–1.9 .fcpxml only)
18+
- Scripts: `generate_embedded_dtds.sh` / `swift run GenerateEmbeddedDTDs` regenerate EmbeddedDTDs.swift (version order 1.5→1.14); Scripts/README; Xcode Build post-actions remove generator binary after build
19+
- Service logs parse, convert, save, DTD validate, media extract/copy
20+
- Test suite: 181 tests
21+
- Documentation updated (README, Manual, CLI README, Documentation/, Scripts, .cursorrules, AGENT.md)
22+
23+
You can download and learn more on [GitHub](https://github.com/TheAcharya/pipeline-neo).

docs/news/20260211.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
label: 11th February 2026
3+
meta:
4+
title: "News - 11th February 2026"
5+
icon: broadcast
6+
image: /static/thumbnail.jpg
7+
---
8+
9+
# 2026
10+
## February
11+
12+
{{ include "news/20260211" }}

docs/rss.xml

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<description><![CDATA[Latest News from FCP Cafe]]></description>
55
<link>https://fcp.cafe</link>
66
<generator>FCP Cafe</generator>
7-
<lastBuildDate>Tue, 10 Feb 2026 00:14:54 GMT</lastBuildDate>
7+
<lastBuildDate>Wed, 11 Feb 2026 07:22:43 GMT</lastBuildDate>
88
<atom:link href="https://fcp.cafe/rss.xml" rel="self" type="application/rss+xml"/>
9-
<pubDate>Tue, 10 Feb 2026 00:14:54 GMT</pubDate>
9+
<pubDate>Wed, 11 Feb 2026 07:22:43 GMT</pubDate>
1010
<item>
1111
<title><![CDATA[23rd May 2023]]></title>
1212
<description><![CDATA[<p>Iain Anderson has written a very detailed <a href="https://www.provideocoalition.com/final-cut-pro-10-6-6-for-mac/">Final Cut Pro 10.6.6 blog post</a> over at Pro Video Coalition.</p>
@@ -15844,5 +15844,59 @@ Swift : 55389 (++12423, +28.91%)
1584415844
<guid isPermaLink="false">10th February 2026</guid>
1584515845
<pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
1584615846
</item>
15847+
<item>
15848+
<title><![CDATA[11th February 2026]]></title>
15849+
<description><![CDATA[<p><strong>CommandPost v2.0.4</strong> is out now!</p>
15850+
<p><img src="/static/commandpost-2-0-4.png" alt=""></p>
15851+
<p>It includes the following changes:</p>
15852+
<p><strong>🔨 Improvements</strong></p>
15853+
<ul>
15854+
<li><strong>Scan Running Application Menubars on Startup</strong> and <strong>Scan the Menubars of the Active Application</strong> are now enabled by default on a fresh install, to avoid confusion for new users. These were originally disabled by default to make a fresh install of CommandPost launch as quickly as possible - however it confuses too many new users.</li>
15855+
</ul>
15856+
<p><strong>🐞 Bug Fix</strong></p>
15857+
<ul>
15858+
<li>Fixed all actions that used the <strong>Reveal in Browser</strong> menubar item, including the <strong>Reveal in Browser and Highlight</strong> action in Final Cut Pro v11.1. This menubar item has been renamed in to <strong>Reveal Source in Browser</strong> in Final Cut Pro v11.1. Thanks for reporting Johnny!</li>
15859+
</ul>
15860+
<p>You can download and learn more on the <a href="https://commandpost.fcp.cafe">CommandPost website</a>.</p>
15861+
]]></description>
15862+
<link>https://fcp.cafe/#11th-february-2026</link>
15863+
<guid isPermaLink="false">11th February 2026</guid>
15864+
<pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
15865+
</item>
15866+
<item>
15867+
<title><![CDATA[11th February 2026]]></title>
15868+
<description><![CDATA[<p><strong>Marker to Reminder v1.4</strong> is out now!</p>
15869+
<p>It includes the following changes:</p>
15870+
<ul>
15871+
<li>Added a settings screen with default new reminder list and choice for dark or light mode, or auto</li>
15872+
<li>Optional and tip jar for users wanting to support development</li>
15873+
</ul>
15874+
<p>You can download and learn more on the <a href="https://apps.apple.com/app/marker-to-reminder/id6757208568">Mac App Store</a>.</p>
15875+
]]></description>
15876+
<link>https://fcp.cafe/#11th-february-2026</link>
15877+
<guid isPermaLink="false">11th February 2026</guid>
15878+
<pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
15879+
</item>
15880+
<item>
15881+
<title><![CDATA[11th February 2026]]></title>
15882+
<description><![CDATA[<p><strong>Pipeline Neo v2.0.1</strong> is out now!</p>
15883+
<p>It includes the following improvements:</p>
15884+
<ul>
15885+
<li>Logging: seven levels (trace–critical), optional file + console, quiet mode; <code>--log</code> records user-visible output for all CLI commands</li>
15886+
<li>CLI: <code>--log</code>, <code>--log-level</code>, <code>--quiet</code>; <code>--extension-type</code> for convert (fcpxmld | fcpxml; default fcpxmld; 1.5–1.9 always .fcpxml); <code>--extract-media</code> → <code>--media-copy</code> under EXTRACTION; <code>--validate</code> (semantic + DTD; progress when not quiet); single binary with embedded DTDs, no bundle</li>
15887+
<li>Progress bar (TQDM-style) for <code>--media-copy</code> and <code>--validate</code></li>
15888+
<li>Semantic validation: refs resolved against all element IDs (e.g. text-style-def in titles), not only top-level resources</li>
15889+
<li>Library: <code>FCPXMLVersion.supportsBundleFormat</code> (1.10+ for .fcpxmld; 1.5–1.9 .fcpxml only)</li>
15890+
<li>Scripts: <code>generate_embedded_dtds.sh</code> / <code>swift run GenerateEmbeddedDTDs</code> regenerate EmbeddedDTDs.swift (version order 1.5→1.14); Scripts/README; Xcode Build post-actions remove generator binary after build</li>
15891+
<li>Service logs parse, convert, save, DTD validate, media extract/copy</li>
15892+
<li>Test suite: 181 tests</li>
15893+
<li>Documentation updated (README, Manual, CLI README, Documentation/, Scripts, .cursorrules, AGENT.md)</li>
15894+
</ul>
15895+
<p>You can download and learn more on <a href="https://github.com/TheAcharya/pipeline-neo">GitHub</a>.</p>
15896+
]]></description>
15897+
<link>https://fcp.cafe/#11th-february-2026</link>
15898+
<guid isPermaLink="false">11th February 2026</guid>
15899+
<pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
15900+
</item>
1584715901
</channel>
1584815902
</rss>

0 commit comments

Comments
 (0)