Skip to content

Commit

Permalink
Updated Bug Tracker
Browse files Browse the repository at this point in the history
- Added note about German Language Bug
  • Loading branch information
latenitefilms committed Nov 17, 2024
1 parent 093abd1 commit 681005c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/generate-bug-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const sumReactions = issue => {

getIssues().then(issues => {
const issuesFilteredByRecent = issues.filter(issue => issue.labels.length > 0 && !issue.labels.some(label => label.name === "Feature Request"));
const issuesFilteredByLatest = issuesFilteredByRecent.filter(issue => issue.labels.some(label => label.name === "FCPX 10.8"));
const issuesFilteredByPrevious = issuesFilteredByRecent.filter(issue => issue.labels.some(label => label.name === "FCPX 10.7.1"));
const issuesFilteredByLatest = issuesFilteredByRecent.filter(issue => issue.labels.some(label => label.name === "FCP 11.0.0"));
const issuesFilteredByPrevious = issuesFilteredByRecent.filter(issue => issue.labels.some(label => label.name === "FCPX 10.8.1"));

generateMarkdown(issuesFilteredByRecent, 'docs/_includes/bugtracker-recent.md', (a, b) => new Date(b.created_at) - new Date(a.created_at));
generateMarkdown(issuesFilteredByLatest, 'docs/_includes/bugtracker-latest.md', (a, b) => new Date(b.created_at) - new Date(a.created_at));
Expand Down
10 changes: 10 additions & 0 deletions docs/_includes/news/20241116.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ You can follow along via our [FCP Cafe bug report](https://github.com/CommandPos

---

In more positive news, **German keys incorrectly shown in Command Editor** is now fixed in Final Cut Pro 11! 🥳

![](/static/german-language-bug-fixed.png)

Thanks Apple and the Final Cut Pro team!

This was heavily documented in our [FCP Cafe Bug Tracker](https://github.com/CommandPost/FCPCafe/issues/350).

---

**Dylan John** has posted a video on YouTube titled, **FCP 11! What's HOT and What’s NOT in the New Update**.

You can [watch it on YouTube](https://www.youtube.com/watch?v=NsqjhHD8TNY):
Expand Down
10 changes: 5 additions & 5 deletions docs/bugtracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ The above list is pulled from our [GitHub issues site](https://github.com/Comman
---


### Final Cut Pro 10.8
### Final Cut Pro 11

Here's a list of the **30 most recently added** Final Cut Pro 10.8 bug reports:
Here's a list of the **30 most recently added** Final Cut Pro 11 bug reports:

{{ include "bugtracker-latest" }}

The above list is pulled from our [GitHub issues site](https://github.com/CommandPost/FCPCafe/issues).

---

### Final Cut Pro 10.7.1
### Final Cut Pro 10.8.1

Here's a list of the **30 most recently added** Final Cut Pro 10.7.1 bug reports.
Here's a list of the **30 most recently added** Final Cut Pro 10.8.1 bug reports.

Some of these bugs may eventually be migrated to the 10.8 list once confirmed.
Some of these bugs may eventually be migrated to the Final Cut Pro 11 list once confirmed.

{{ include "bugtracker-previous" }}

Expand Down
Binary file added docs/static/german-language-bug-fixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 681005c

Please sign in to comment.