Draft
Conversation
Implement server-side passive voice detection using spaCy NLP library with visual highlighting in the TipTap rich text editor. Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
…ler/Ghostwriter into passive_voice_detection
Signed-off-by: marc fuller <gogita99@gmail.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: marc fuller <gogita99@gmail.com>
Oplog Redesign for v6.3.0
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #846 +/- ##
==========================================
+ Coverage 91.61% 91.94% +0.32%
==========================================
Files 373 376 +3
Lines 21520 22553 +1033
==========================================
+ Hits 19716 20736 +1020
- Misses 1804 1817 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
CHANGELOG
[6.3.0-rc2] - 19 March 2026
Added
*Passive Voice Detection: Added support for performing passive voice identification inside the collaborative editor
Ghostwriter now hosts a small local copy of the spaCy language model for text analysis
Select "Check Passive Voice" in the collaborative editor to examine text and highlight instances of passive voice
See the wiki for more details and an explanation for how to change the model's language
Added fonts formerly imported from Google Fonts to the local codebase to support systems without network connections (Fixes External Google fonts dependency causes issues for certain setups #823)
Operation Log Evidence Linking: Added support for linking evidence to individual operation log entries (Closes [FR] support for evidence files in oplog #132)
OplogEntryEvidencemodel to create many-to-many relationships between log entries and evidencelinkOplogEvidenceaction to attach evidence via APIOplogEvidenceCreateview) to attach evidence through the UIOperation Log Terminal Recordings: Added support for uploading and playback of Asciinema terminal session recordings (.cast and .cast.gz files)
OplogEntryRecordingmodel to store a single terminal recording per log entryuploadOplogRecordingaction for base64-encoded file uploads via APIdownloadOplogRecordingaction to retrieve recordings and metadataAutomatic Tag Management for Log Entry Features: Evidence linking and terminal recordings automatically apply and remove tags
evidencetag added when first evidence is linked, removed when the last evidence is unlinkedrecordingtag added when a recording is uploaded, removed when the recording is deletedFixed
URL.createObjectURL()are now properly revoked before creating new onesChanged
--mode local-prodto keep the old behavior of using a local copy of Ghostwriter's code