Skip to content

Ghostwriter v7.2.4

Choose a tag to compare

@chrismaddalena chrismaddalena released this 22 Jul 00:22
· 113 commits to master since this release
85c49f0

Summary

This release adds some helpful tags to the editors. You can now easily insert the current date or time in UTC. This is helpful if you're taking note, writing your report as you are performing the actions, or updating your activity log.

CHANGELGO

[7.2.4] - 21 July 2026

Added

  • Added shortcuts to the editors for easily inserting dates and times
    • @now / @time inserts HH:mm:ss UTC
    • @today / @date inserts the date using Django’s configured DATE_FORMAT
    • Spaces and unicode punctuation trigger the expansion
    • There are guards in place so code blocks and email-like strings do not trigger expansion
    • If an editor is left open over night, there is a trigger to refresh the date

Fixed

  • Fixed an issue where a blank line would be included after lists in report output