Skip to content

v0.3.0

Compare
Choose a tag to compare
@anubhavmishra anubhavmishra released this 17 Aug 22:44
· 353 commits to main since this release
ab87e2b

Breaking changes

  • New required google_workspace.domain config attribute. (@jfreda in #261)
    google_workspace {
      // domain is the Google Workspace domain (e.g., "hashicorp.com").
      domain = "your-domain-dot-com"
    }

Notable features & enhancements

  • (NEW) Related resources for documents: Ability to add and view related resources such as RFCs, PRDs, and other related content links to things like mockups, video recordings, etc. Hermes users can use the document sidebar to add related resources to their documents.
    (NEW) Easy sharing for document drafts: Ability to easily share Hermes document drafts with the organization members before requesting review or publishing the document for company wide comments.
  • Improved request review modal: Design tweaks to make the process of requesting review clearer.
  • Interactive product badges: Product or area badges are now clickable and will initiate a product filter to show a list of documents associated with a product or area.
  • Improved “document awaiting review” design: Documents that are awaiting review are shown with a new design in the Hermes dashboard
  • Support documents link: The footer and user navigation now includes an optional support link that can be supplied via the server config by setting support_link_url

What's Changed

Full Changelog: v0.2.0...v0.3.0