docs: update release notes and feature pages for Codex Translation Editor 0.31.0 and 0.32.0 - #68
Merged
Merged
Conversation
…itor 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.
✅ Deploy Preview for classy-clafoutis-ff4fd0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for codex-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Collaborator
Author
|
Second commit aligns the 0.32.0 section with the customer release announcement (the voice source). It adds facts the PR-derived draft missed (compact-format conversion on save, the 50 MB audio attachment limit, the double-click duplicate-import fix, and two merge/navigation fixes) and drops the find-and-replace and trailing-blank-line bullets the announcement omits — the Search & Replace page still documents that behavior. The 0.31.0 note is unchanged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The docs were frozen at 0.30.0 (July 13). The extension store now serves 0.32.0 (published August 19, stable on Open VSX), with 0.31.0 (July 16) in between. The releases page pointed at a superseded version, and the new releases shipped five user-facing features with no docs.
Change
Notes for review:
Verified with
pnpm build.