Documenso Logo

Changelog

Check out what's new in the latest version and read our thoughts on it. For more technical details, you can find our releases on GitHub here. You can find our release candidates here.


Documenso v1.6.1: Internationalization, Enhanced OIDC, and More

We're excited to announce the release of Documenso v1.6.1, which brings several improvements to enhance your document signing experience. Here are the key updates:

🌟 Key Features

New Initials Field Type

We've added a new field type for initials, giving you more options for document customization. This feature allows signers to quickly initial documents, adding an extra layer of verification to your signing process.

Internationalization Support

We've taken a big step towards making Documenso accessible to a global audience by adding i18n (internationalization) support for our marketing pages and adding translations to support multiple languages.

While this is just a small step towards a fully multilingual Documenso, it's a significant step towards making our platform more accessible to a global audience.

Using our new knowledge and findings from the marketing implementation, we aim to tackle our web application in the near future for a fully global Documenso.

Enhanced OpenID Connect (OIDC) Integration

For our self-hosted users leveraging OIDC for authentication:

  • Now supports OIDC-only signup
  • Added trust for email addresses from OIDC providers
  • The OIDC sign-in button text is now configurable

πŸ”§ Other Improvements

  • UI Enhancements:

    • Fixed display issues with field names/labels in dark mode
    • Improved truncation of titles to prevent UI breaks
  • User Experience:

    • The signup option is now shown only to users without existing accounts
    • Fixed issues with radio and checkbox fields having empty values
  • API and Security:

    • Fixed a bug in the date format API
    • Improved URL parsing for enhanced security
    • Added support for dynamic external IDs for direct templates
  • Document Management:

    • Resolved an issue with downloading audit log certificates

We've also made various other minor fixes and improvements to ensure a smoother Documenso experience.

πŸ‘ Community Contributions

A big thank you to our growing community! This release includes contributions from several new contributors, showcasing the power of open-source collaboration.

We appreciate your continued support and feedback as we work to make Documenso the best document signing solution available. Enjoy the new features and improvements in v1.6.1!


v1.6.0: Enhancing Team Collaboration and User Experience

Released 23th July 2024

This release contains 8 fixes

We're excited to announce the release of Documenso v1.6.0! The new release is packed with new features and improvements to streamline the signing process. Here are the highlights:

πŸ“š New Documentation Site

We’ve launched a comprehensive documentation site to help you make the most of Documenso. Check it out to explore all our features and best practices! Based on your feedback, we’re constantly working to improve Documenso. Feel free to ping us to update the docs or even raise PRs.

Check out the docs at https://docs.documenso.com

βœ… Enhanced Field Types

We've significantly expanded our field options to give you more document and template creation flexibility. New field types include:

  • Dropdown Menus
  • Checkboxes
  • Radio Buttons
  • Number Fields

We've added more customization options for each field type, allowing you to create more dynamic and interactive documents. All non-auto field types allow setting pre-fill values, placeholders, and labels. For more details, see the new documentation.

πŸͺͺ Public Profiles

We've introduced Public Profiles, allowing you to showcase your professional identity within Documenso and showcase your publicly available templates. This feature enhances transparency and trust in your signing processes. This feature enhances transparency and trust in your signing processes.

⬅️ Move Documents and Templates to Teams

Did you accidentally create a document under your personal account? No problem! You can move documents and templates between your personal account and team workspaces, facilitating better organization and teamwork.

πŸ”§ Other Improvements

  • Background Tasks: We've implemented a system for handling background tasks, improving overall performance and responsiveness.
  • Force Signature Fields: Document creators can now ensure that signers complete all required signature fields.
  • Custom Emails for Direct Template Documents: Personalize your communication by sending custom emails to signers of direct template documents.
  • API Enhancements: We've added more template API endpoints and the ability to resend documents via API, giving developers more flexibility.
  • Anonymous SMTP Authentication: We now support anonymous SMTP authentication for those who need it.

v1.5.6

Released 28th June 2024

This release contains 11 fixes

πŸ•— Show Creation Time

We are now displaying the document creation time in the documents view. This allows for easier identification of multiple documents created on the same day.

πŸ”— Direct Template Links

With this release, we are introducing direct link templates. This allows you to statically link to any template and let anyone with the link sign it at any time. A new document is created in your account when a template is signed. Templates with direct links still support all other template features, allowing you to create intricate workflows triggered by the signers.

Learn more about Direct Links on our blog or try them by signing the Documenso Supporters Pledge.

πŸ›‚ OpenID Connect (OIDC) Support

Thanks to Matt Kilgore, Documenso now supports OIDC as an authentication provider. This allows self-hosted users to define whatever identity provider they want as long as it supports the OIDC. Azure, Zitadel, Authentik, KeyCloak, and Google all support OIDC.


v1.5.5

Released 6th May 2024

This release contains 20 fixes

βœ… Show Completed Fields

Fields completed by other recipients are now visible to everyone to communicate the state of the document better and allow users an informed decision on what they are signing.

⬇️ Download Completed Documents via API

Completed documents can now be downloaded via the API using this new endpoint:

GET /API/V1//DOCUMENTS/{ID}/DOWNLOAD

Check out the full Open API docs here: https://documen.so/openapi

βž• Adding Yourself as a Signer

Adding yourself as a signer is now just one click away.


v1.5.4

Released 11th April 2024

This release contains 21 fixes

πŸ”‘ Passkeys

To improve security and usability for high-security setups, we added passkeys with this release. Passkeys can now be used to log in or re-authenticate each signature for high-compliance cases.

πŸ“„ Signing Certificate & Audit Log

On the security/ compliance side, we also added Signing Certificates and Audit Logs. Every signed document now has a certificate attached, showing technical details of the signature to improve transparency and security. Further, every action on a document from creation to completion is now logged in the audit log to guarantee the integrity of the process.

πŸ”πŸ¦€ @documenso/pdf-sign

We are pretty hyped about this one: Since version 0.9, we relied on https://github.com/vbuch/node-signpdf to add the digital signatures to our documents. Since signing is at the heart of Documenso, we created our own rust-based library for signing. As of 1.5.4, Documenso's signing runs on @documenso/pdf-sign. The library offers a better architecture to enable signing with private keys that are not stored locally (e.g. via HSM). We are in the process of cleaning up the library to open source it like the rest of Documenso 🌱 The library will also help us to offer Long Term Validation (LTV) for signatures soon. While we are currently limited to signing with PKCS7-B, eventually, we plan to support all common signing standards like PAdES, CAdES, and XAdES.


Β© 2024 Documenso, Inc. All rights reserved.