Skip to content

Ghostwriter CLI v0.2.14

Compare
Choose a tag to compare
@chrismaddalena chrismaddalena released this 17 Aug 23:05
· 27 commits to main since this release
23a05c0

Summary

This release adds a check to ensure the Docker Engine is running before attempting any Docker commands. It also adds configuration options for managing Ghostwriter's browser sessions.

Note: The browser session configuration values will be added to Ghostwriter in an upcoming release. As of this release, they are only available in v4.0.0-rc2.

CHANGELOG

[0.2.14] - 2023-08-17

Added

  • Added configuration options for managing Ghostwriter's browser sessions
    • DJANGO_SESSION_COOKIE_AGE sets the number of seconds a session cookie will last before expiring (default: 1209600)
    • DJANGO_SESSION_EXPIRE_AT_BROWSER_CLOSE sets whether the session cookie will expire when the browser is closed (default: false)
    • DJANGO_SESSION_SAVE_EVERY_REQUEST sets whether the session cookie will be saved on every request (default: false)

Changed

  • Commands that use Docker will now check to ensure the Docker Engine is running before proceeding