From b2e4da4b07643299f8f59b6476321d26ca9228bd Mon Sep 17 00:00:00 2001 From: KieranVR Date: Mon, 24 Aug 2026 09:20:56 -0700 Subject: [PATCH 1/2] docs: update release notes and feature pages for Codex Translation Editor 0.31.0 and 0.32.0 Problem: The docs were frozen at 0.30.0 (July 13), but the extension store now serves 0.32.0 (published August 19, with 0.31.0 on July 16 between them). The releases page pointed at a superseded version, and the two releases shipped user-facing features with no docs: a built-in audio editor, milestone editing, cell hiding for project admins, a recording overage display, and an AI-instructions review on language change. Change: - releases/latest.mdx: version table now shows 0.32.0; the 0.30.0 section is replaced with a 0.32.0 section (New Features / Improvements / Fixes / Versions and Requirements) drawn from the merged PRs, with same-class sync and structure fixes consolidated into single bullets; a short 0.31.0 section covers the Cell Label Importer timecode fix; Recent Features To Know leads with the three new headline features. The raised-auth-version line is not repeated for 0.32.0 because the extension records the required Frontier Authentication version dynamically rather than pinning a new one. - video-audio-translation.mdx: new "Edit Recorded Audio" section for the built-in audio editor, plus the recording overage display. - milestones-and-navigation.mdx: "Edit Milestone Labels" becomes "Edit Milestones" (rename always available; placement editing gated by the Interface Settings toggle; structural edits on source documents only), plus a "Pagination and Subdivisions" section. - merging-editing-source-cells.mdx: new "Hide Cells That Do Not Need Translation" section for the eye-button admin workflow. - source-and-target-languages.mdx: documents the Review AI Translation Instructions window that opens on a language change. - exporting-project.mdx: notes the new USFM section-headings export option and full verse-range export. - importing-files.mdx: new "Re-import an Updated File" section for the Word document Update Existing repair flow. Verified with pnpm build. --- .../project-management/importing-files.mdx | 4 ++ .../source-and-target-languages.mdx | 11 +++- content/docs/releases/latest.mdx | 52 ++++++++++++------- .../docs/translation/exporting-project.mdx | 2 + .../merging-editing-source-cells.mdx | 17 ++++++ .../translation/milestones-and-navigation.mdx | 20 ++++++- .../translation/video-audio-translation.mdx | 16 +++++- 7 files changed, 99 insertions(+), 23 deletions(-) diff --git a/content/docs/project-management/importing-files.mdx b/content/docs/project-management/importing-files.mdx index 41e4d37..9e10d94 100644 --- a/content/docs/project-management/importing-files.mdx +++ b/content/docs/project-management/importing-files.mdx @@ -88,6 +88,10 @@ Target imports may use different matching strategies depending on the file type: Always review imported target content before continuing translation work. +## Re-import an Updated File + +If you import a Word document that matches one already in the project, Codex offers **Update Existing** instead of creating a duplicate pair. The source is rebuilt from the fresh file and existing translations are carried over. Use this when the original document was revised, or when a newer Codex release fixes an import problem in a file you imported earlier. + ## Round-trip Workflows Round-trip importers keep enough original structure to export back to the original format. Common examples include DOCX, IDML, USFM, Markdown, OBS, TMS files, CSV/TSV, and Biblica workflows. diff --git a/content/docs/project-management/source-and-target-languages.mdx b/content/docs/project-management/source-and-target-languages.mdx index 004f63b..b077ee5 100644 --- a/content/docs/project-management/source-and-target-languages.mdx +++ b/content/docs/project-management/source-and-target-languages.mdx @@ -24,7 +24,16 @@ The **Create New Project** flow asks for source and target languages before the 2. Find the project details near the top. 3. Click the **Source** or **Target** language field. 4. Choose the correct language, or create a custom language if needed. -5. Sync shared projects after changing language metadata. +5. Review the AI translation instructions when Codex asks (see below). +6. Sync shared projects after changing language metadata. + +## Review AI Instructions After a Language Change + +When you change the source or target language to a different language, Codex opens a **Review AI Translation Instructions** window, because instructions written for the old language pair almost always need updating: + +- **Regenerate** creates fresh instructions for the new language pair. You can edit the result before saving. +- **Save** stores the instructions shown in the text box. +- **Cancel** (or closing the window) leaves your instructions untouched and shows a reminder pointing to where you can update them later. Changing language settings after translation work has started can affect AI behavior and export metadata. Tell collaborators before changing languages in a shared project. diff --git a/content/docs/releases/latest.mdx b/content/docs/releases/latest.mdx index fb6ef43..6173f75 100644 --- a/content/docs/releases/latest.mdx +++ b/content/docs/releases/latest.mdx @@ -11,45 +11,56 @@ This page summarizes user-facing changes that matter when following the document | Component | Latest stable release reflected here | | --- | --- | -| **Codex Translation Editor extension** | `0.30.0` | +| **Codex Translation Editor extension** | `0.32.0` | | **Codex desktop app** | `1.108.13184` | If your installed version is older, update Codex before troubleshooting behavior that differs from these docs. -## Codex Translation Editor 0.30.0 +## Codex Translation Editor 0.32.0 -Published July 13, 2026. +Published August 19, 2026. ### New Features -- **Audio track selector** in the video player: when a streamed video offers more than one language track, pick which audio track plays. See [Video and Audio Translation](/docs/translation/video-audio-translation). -- **Advanced speech recognition (ASR)**: transcription now includes language auto-detection, a new **Re-transcribe** option, and updated settings. +- **Built-in audio editor**: edit a cell's recording inside Codex, with no FFmpeg install. Select a range on the waveform, then delete it, keep only that range, or insert another audio file at a chosen point. Zoom with Ctrl + mouse wheel, adjust the selection in 0.01-second steps, and undo edits. Saving creates a new WAV version and preserves the original recording. See [Video and Audio Translation](/docs/translation/video-audio-translation). +- **Milestone editing**: rename milestones and subdivisions inline, and set how many cells appear per page. Turning on **Enable Milestone Placement Editing** in Interface Settings adds controls to add, remove, promote, and demote milestones on source files. See [Milestones and Navigation](/docs/translation/milestones-and-navigation). +- **Hide cells that do not need translation**: in source editing mode, an eye button on each cell lets a project admin hide it. Hidden cells stay in the file and can be shown again at any time, but they leave the normal editing view, are skipped by AI translation, and are left out of exports. See [Merging and Editing Source Cells](/docs/translation/merging-editing-source-cells). +- **Recording overage display**: when a recording runs past the cell's allotted time, the Audio Recording and Timestamps tabs show the extra time in brackets, such as `30.0s [+5.000s]`. +- **AI instructions review on language change**: changing the project's source or target language opens a **Review AI Translation Instructions** window where you can regenerate or edit the AI instructions to match the new language pair. Canceling leaves the instructions untouched and points you to where to update them later. See [Source and Target Languages](/docs/project-management/source-and-target-languages). ### Improvements -- **Faster project opening**: smarter media handling skips unnecessary downloads and saves bandwidth, especially for **Stream Only** projects. -- **Better Word (.docx) import**: an option splits long passages into properly sized cells instead of one large block. -- **HTML formatting in AI edits**: when HTML Enforcement is turned on, AI suggestions from the sparkle button keep valid formatting, and a new **Resolve All** action fixes flagged formatting mismatches in bulk. -- **Tidier exports**: exporting files that have no audio no longer creates empty folders, and exported file names now include verse ranges. +- **Word (.docx) re-import repairs projects in place**: importing a file that matches an already imported document offers **Update Existing**, which rebuilds the source from the fresh file while keeping existing translations. +- **New USFM export option**: **Export paratext cells as section headings (\s1)** turns unformatted heading cells into proper USFM section headings, and heading cells now export inside the chapter they belong to. +- **Exports keep verse ranges**: a cell spanning several verses now exports the full range, such as `\v 1-3`, in USFM and HTML instead of only the last verse. +- **Better find and replace**: replacements keep paragraph structure, footnotes, and inline formatting, and a **Retain my validations** checkbox controls whether prior validations carry forward. See [Search & Replace](/docs/translation/search-and-replace). +- **Biblica Study Bible import**: stray text no longer imports, and previously missing text blocks, such as section headings, now come through. +- **Wider edit history**: the edit history view now uses the available editor width, and Escape closes only that view. ### Fixes -- The **Publish to Cloud** button no longer covers text in narrow columns. -- The audio status shown in the cell list is accurate again. -- **Consolidate by Character** audio export now works in **Stream & Save** and **Stream Only** modes. -- Deleting a video now stops it from continuing to load in streaming modes. -- In the Export wizard, clicking a cell that has no audio now opens the correct chapter. -- The **Unmerge** option for merged content was restored, and merging in the editor now asks for confirmation. See [Merging and Editing Source Cells](/docs/translation/merging-editing-source-cells). -- Fixed several project-content issues: duplicate or repeated cells, mismatched verse ranges between source and target, source/target timestamp mismatches, deleted lines appearing in USFM export, and lingering Greek/Hebrew corpus marker titles after an overwrite. -- Book names containing a period no longer lose the text after it when syncing. +- **Sync data protection**: a set of fixes stops syncing from deleting or emptying files team-wide. Intentional deletions are recorded when you confirm them in the app; files that go missing without one are restored and reported, a partially read file can no longer be saved back as an empty file, and a sync that would wipe a file's cells is blocked with a **Restore from last sync** option. +- **Structure mismatch overhaul**: persistent "Structure mismatch" warnings on Word-imported projects are now prevented at the source, resolved automatically where a safe fix exists, and repaired once in existing projects on upgrade. The **Resolve** action no longer overwrites a translation with source-language text. +- Word documents containing text boxes no longer import their content twice. +- Trailing blank lines at the end of a cell survive opening the cell. +- DOCX round-trip export keeps the source text of untranslated segments in split paragraphs instead of dropping them. +- InDesign editor markup and blank-cell merges no longer trigger tag warnings, long mismatch lists are summarized, and the export structure warning offers **Continue anyway**. ### Versions and Requirements -- The extension package now targets the `0.30.0` release and raises the required Frontier Authentication version to `0.9.0`. Pinned team projects receive compatible versions automatically. +- The extension package now targets the `0.32.0` release. Pinned team projects receive compatible versions automatically. -Full changelog: [codex-editor 0.30.0](https://github.com/genesis-ai-dev/codex-editor/releases/tag/0.30.0). +Full changelog: [codex-editor 0.32.0](https://github.com/genesis-ai-dev/codex-editor/releases/tag/0.32.0). + +## Codex Translation Editor 0.31.0 + +Published July 16, 2026. + +- **Cell Label Importer**: dialogue lists that use SMPTE timecode columns (`TC In` / `TC Out`) now import without spreadsheet preprocessing, and characters speaking at the same timestamp each keep their own label instead of overwriting one another. Rows that cannot be matched show as unmatched in the review table rather than replacing an earlier label. + +Full changelog: [codex-editor 0.31.0](https://github.com/genesis-ai-dev/codex-editor/releases/tag/0.31.0). ## Codex Desktop App 1.108.13184 @@ -62,6 +73,9 @@ Full changelog and downloads: [codex 1.108.13184](https://github.com/genesis-ai- ## Recent Features To Know +- A built-in audio editor can trim, splice, and re-save cell recordings without external tools. +- Milestones and subdivisions can be renamed, and milestone placement can be edited when the setting is turned on. +- Project admins can hide cells that do not need translation; hidden cells skip AI translation and exports. - Media-heavy projects can choose **Auto Download Media**, **Stream & Save**, or **Stream Only**. - The video player can switch between audio language tracks when the video provides them. - Speech recognition supports language auto-detection and re-transcribing existing recordings. diff --git a/content/docs/translation/exporting-project.mdx b/content/docs/translation/exporting-project.mdx index 66d93ca..bbd844c 100644 --- a/content/docs/translation/exporting-project.mdx +++ b/content/docs/translation/exporting-project.mdx @@ -40,6 +40,8 @@ The wizard changes based on the selected files and format, but the usual flow is | **Generate USFM Without Validation** | Faster scripture export when you intentionally need to bypass validation. | | **XLIFF** | Localization and CAT-tool workflows. | +USFM export offers **Export paratext cells as section headings (\s1)**, which writes unformatted heading cells as USFM section headings instead of plain paragraphs. It is off by default. Cells that span several verses export their full verse range, such as `\v 1-3`. + ## Round-trip Export Use **Round-trip Export** when the file was imported with a round-trip importer and you want to return to the original format. diff --git a/content/docs/translation/merging-editing-source-cells.mdx b/content/docs/translation/merging-editing-source-cells.mdx index 060a3c5..bd5f464 100644 --- a/content/docs/translation/merging-editing-source-cells.mdx +++ b/content/docs/translation/merging-editing-source-cells.mdx @@ -20,6 +20,7 @@ Use source editing when you need to: - Remove duplicated machine-generated content. - Add missing source text that was omitted during import. - Improve line breaks before translation begins. +- Hide cells that do not need to be translated. Do not use source editing for translator discussion. Use [Comments](/docs/translation/comments) for questions and review notes. @@ -64,6 +65,22 @@ If a merge was not right, you can undo it: Common corrections include punctuation, repeated words, missing phrases, and line breaks. +## Hide Cells That Do Not Need Translation + +Imported files sometimes contain cells nobody should translate, such as boilerplate or repeated front matter. In source editing mode, each cell has an eye button next to the merge button: + +1. Enable source editing mode. +2. Click the **eye** button on the cell you want to hide. +3. The matching cell in the paired source or target file is hidden too. + +Hidden cells are not deleted. They stay in the file, appear dimmed in source editing mode so you can find and un-hide them, and sync to teammates like any other change. While hidden, they: + +- Do not appear in normal editing mode. +- Are skipped by AI translation and autocomplete. +- Are left out of exports. Round-trip exports keep the original untouched text in their place. + +To show a cell again, click its eye button in source editing mode. + ## Disable Source Editing Mode When you are finished: diff --git a/content/docs/translation/milestones-and-navigation.mdx b/content/docs/translation/milestones-and-navigation.mdx index 2f21d4f..fe5d916 100644 --- a/content/docs/translation/milestones-and-navigation.mdx +++ b/content/docs/translation/milestones-and-navigation.mdx @@ -21,9 +21,25 @@ Milestones help Codex: Use the chapter or section controls at the top of the translation editor to move through milestones. The Navigation panel also shows imported files and progress so you can jump between sources and target files. -## Edit Milestone Labels +## Edit Milestones -Some projects allow milestone names or labels to be edited inline. Use this carefully in shared projects because milestone changes can affect navigation, comments, export selection, and teammate expectations. +The milestone accordion includes an edit (gear) toggle that reveals editing controls: + +- **Rename**: click the pencil next to a milestone or subdivision to rename it inline. Renaming is always available. +- **Change placement**: with **Enable Milestone Placement Editing** turned on in Interface Settings, the gear also reveals controls to add and remove milestones and to promote a subdivision to a milestone or demote a milestone to a subdivision. + +Structural changes are made on source documents. Target documents show only the rename controls. + +Use milestone editing carefully in shared projects because milestone changes can affect navigation, comments, export selection, and teammate expectations. + +## Pagination and Subdivisions + +Interface Settings has a "Pagination & Subdivisions" section that controls how milestones split into pages: + +- **Cells per page** sets how many cells load per subdivision page. +- **Maximum subdivision length** optionally sub-chunks long stretches between custom breaks. + +Changes apply to open editors without a reload. ## Milestones and Export diff --git a/content/docs/translation/video-audio-translation.mdx b/content/docs/translation/video-audio-translation.mdx index 3e2a27d..580dc84 100644 --- a/content/docs/translation/video-audio-translation.mdx +++ b/content/docs/translation/video-audio-translation.mdx @@ -27,17 +27,31 @@ Cell audio tools can include: - Play audio. - Record target audio. -- Rerecord or remove audio. +- Rerecord, edit, or remove audio. - Transcribe speech to text, with automatic language detection. - **Re-transcribe** an existing recording after changing transcription settings. - Copy timestamps from the matching source cell when source and target timing drift apart. - Validate audio. - Use a countdown before recording starts. +If a recording runs past the cell's allotted time, the Audio Recording and Timestamps tabs show the extra time in brackets next to the allowed length, such as `30.0s [+5.000s]`. Recordings at or under the allowed time show no brackets. + If Codex does not detect a microphone, the record button is disabled and a warning explains why. Check your input device and system permissions, then reopen the cell. +## Edit Recorded Audio + +The cell editor includes a built-in audio editor for cleaning up recordings without leaving Codex or installing FFmpeg: + +- Select a range on the waveform, then **delete** it or **keep** only that range. +- **Insert** another audio file at a chosen point on the timeline. +- Drag the Start, End, and Insert pointers directly on the waveform, or adjust them in 0.01-second steps. +- Zoom the waveform with Ctrl + mouse wheel. +- Undo delete, keep, and insert operations. + +Edits are non-destructive. The original recording is preserved, and choosing **Save as new version** writes the edited audio as a new WAV attachment. + ## Video Audio Tracks When a streamed video provides more than one audio language track, the video player shows an audio track selector. Use it to pick which language plays while you translate. The selector only appears when the video actually offers multiple tracks. From d28084442a0ad51662290cb433f95c4d17ae268c Mon Sep 17 00:00:00 2001 From: KieranVR Date: Mon, 24 Aug 2026 09:41:57 -0700 Subject: [PATCH 2/2] docs: align 0.32.0 release notes with the customer announcement Problem: The 0.32.0 section was drafted from merged PR descriptions because the customer announcement wasn't available yet. Kieran supplied it; the announcement is the voice source for release notes, and it also carries facts the PRs didn't: recordings are converted to a compact format on save, audio attachments share a 50 MB limit, and three fixes the draft missed (double-click duplicate imports, target files updating after every merge in a row, and the editor keeping your place after structural edits). Change: - releases/latest.mdx: the 0.32.0 New Features / Improvements / Fixes bullets now follow the announcement's wording and item list. The find-and-replace and trailing-blank-line items the announcement omits are dropped from the release notes (the Search & Replace page still documents the behavior). Word re-import and the USFM heading fix move from Improvements to Fixes to match the announcement's framing. - video-audio-translation.mdx: the audio editor section no longer claims saves produce a WAV file; saving converts to a compact format, and the 50 MB attachment limit is noted. Verified with pnpm build. --- content/docs/releases/latest.mdx | 36 ++++++++++--------- .../translation/video-audio-translation.mdx | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/content/docs/releases/latest.mdx b/content/docs/releases/latest.mdx index 6173f75..4de1d9e 100644 --- a/content/docs/releases/latest.mdx +++ b/content/docs/releases/latest.mdx @@ -24,29 +24,31 @@ Published August 19, 2026. ### New Features -- **Built-in audio editor**: edit a cell's recording inside Codex, with no FFmpeg install. Select a range on the waveform, then delete it, keep only that range, or insert another audio file at a chosen point. Zoom with Ctrl + mouse wheel, adjust the selection in 0.01-second steps, and undo edits. Saving creates a new WAV version and preserves the original recording. See [Video and Audio Translation](/docs/translation/video-audio-translation). -- **Milestone editing**: rename milestones and subdivisions inline, and set how many cells appear per page. Turning on **Enable Milestone Placement Editing** in Interface Settings adds controls to add, remove, promote, and demote milestones on source files. See [Milestones and Navigation](/docs/translation/milestones-and-navigation). -- **Hide cells that do not need translation**: in source editing mode, an eye button on each cell lets a project admin hide it. Hidden cells stay in the file and can be shown again at any time, but they leave the normal editing view, are skipped by AI translation, and are left out of exports. See [Merging and Editing Source Cells](/docs/translation/merging-editing-source-cells). -- **Recording overage display**: when a recording runs past the cell's allotted time, the Audio Recording and Timestamps tabs show the extra time in brackets, such as `30.0s [+5.000s]`. -- **AI instructions review on language change**: changing the project's source or target language opens a **Review AI Translation Instructions** window where you can regenerate or edit the AI instructions to match the new language pair. Canceling leaves the instructions untouched and points you to where to update them later. See [Source and Target Languages](/docs/project-management/source-and-target-languages). +- **Built-in audio editor**: trim and edit recordings without altering the original, and preview your changes before saving. Recordings are automatically converted to a compact format on save. Audio attachments now share a 50 MB size limit. See [Video and Audio Translation](/docs/translation/video-audio-translation). +- **Milestone editing**: milestones and subdivisions can now be renamed, promoted, and demoted directly from the navigation panel, and these changes are preserved across syncs. See [Milestones and Navigation](/docs/translation/milestones-and-navigation). +- **Hide cells that shouldn't be translated**: project admins can now hide cells that shouldn't be translated. Hidden cells are excluded from exports, and the change is tracked in edit history. See [Merging and Editing Source Cells](/docs/translation/merging-editing-source-cells). +- **Recording overage display**: when an audio recording runs past the allowed time, the recorder now shows how far over you are. +- **AI system message review on language change**: changing your project's source or target language now prompts you to review and update the AI system message, so translation suggestions always match your current languages. Regeneration shows progress while it runs. See [Source and Target Languages](/docs/project-management/source-and-target-languages). ### Improvements -- **Word (.docx) re-import repairs projects in place**: importing a file that matches an already imported document offers **Update Existing**, which rebuilds the source from the fresh file while keeping existing translations. -- **New USFM export option**: **Export paratext cells as section headings (\s1)** turns unformatted heading cells into proper USFM section headings, and heading cells now export inside the chapter they belong to. -- **Exports keep verse ranges**: a cell spanning several verses now exports the full range, such as `\v 1-3`, in USFM and HTML instead of only the last verse. -- **Better find and replace**: replacements keep paragraph structure, footnotes, and inline formatting, and a **Retain my validations** checkbox controls whether prior validations carry forward. See [Search & Replace](/docs/translation/search-and-replace). -- **Biblica Study Bible import**: stray text no longer imports, and previously missing text blocks, such as section headings, now come through. -- **Wider edit history**: the edit history view now uses the available editor width, and Escape closes only that view. +- Export structure warnings now include a **Continue anyway** button, so a lingering mismatch no longer blocks the export flow. +- The edit history view is now wider, making better use of the available space. ### Fixes -- **Sync data protection**: a set of fixes stops syncing from deleting or emptying files team-wide. Intentional deletions are recorded when you confirm them in the app; files that go missing without one are restored and reported, a partially read file can no longer be saved back as an empty file, and a sync that would wipe a file's cells is blocked with a **Restore from last sync** option. -- **Structure mismatch overhaul**: persistent "Structure mismatch" warnings on Word-imported projects are now prevented at the source, resolved automatically where a safe fix exists, and repaired once in existing projects on upgrade. The **Resolve** action no longer overwrites a translation with source-language text. -- Word documents containing text boxes no longer import their content twice. -- Trailing blank lines at the end of a cell survive opening the cell. -- DOCX round-trip export keeps the source text of untranslated segments in split paragraphs instead of dropping them. -- InDesign editor markup and blank-cell merges no longer trigger tag warnings, long mismatch lists are summarized, and the export structure warning offers **Continue anyway**. +- **Sync data protection**: fixed an issue where syncing could save a translation file back as empty, wiping its contents. Sync now prevents these wipes and automatically restores any emptied files it finds. Also fixed a bug where one user's out-of-date working copy could unintentionally delete files for everyone else during sync, and other cases where files disappeared after sync merges. +- Verse ranges (e.g. `1-3`) are no longer dropped when exporting to HTML or USFM. +- USFM export no longer drops Paratext chapter headings. +- Cells split with "ideal cell length" during Word document import now export correctly, even when some segments are still untranslated. +- Re-importing a Word document into an existing project now merges properly instead of duplicating content, with clearer prompts during import. +- Fixed stray text in BSB imports and added support for additional Biblica content that previously wasn't imported. +- Fixed duplicate imports caused by double-clicking during eBible downloads or the Finish Import step. Imports now complete immediately and can't be submitted twice. +- HTML tag mismatches can now be resolved properly, with a new structure repair option, improved tag handling, and a batch-resolve button that only appears when mismatches actually exist. +- Fixed false "missing tag" warnings: merging two untranslated cells no longer triggers a structure mismatch, and editor-only formatting from imported InDesign documents is now ignored when comparing structure. Real mismatches are still caught, and repeated tags are now summarized instead of listed one by one. +- Merging several source cells in a row now updates the open target file after every merge, instead of only the first one until a reload. +- The editor now stays on the verse you were viewing after merges, unmerges, milestone edits, and toggling source editing mode, instead of jumping to the top of the chapter. +- Pressing Escape in the edit history view now closes just that view instead of the whole cell editor. ### Versions and Requirements diff --git a/content/docs/translation/video-audio-translation.mdx b/content/docs/translation/video-audio-translation.mdx index 580dc84..de2b458 100644 --- a/content/docs/translation/video-audio-translation.mdx +++ b/content/docs/translation/video-audio-translation.mdx @@ -50,7 +50,7 @@ The cell editor includes a built-in audio editor for cleaning up recordings with - Zoom the waveform with Ctrl + mouse wheel. - Undo delete, keep, and insert operations. -Edits are non-destructive. The original recording is preserved, and choosing **Save as new version** writes the edited audio as a new WAV attachment. +Edits are non-destructive. The original recording is preserved, and saving writes the edited audio as a new version, automatically converted to a compact format. Audio attachments share a 50 MB size limit. ## Video Audio Tracks