Releases: OpenSignLabs/OpenSign
Releases · OpenSignLabs/OpenSign
v2.12.0
What's Changed in OpenSign™ v2.12.0
-
Features:
- Duplicate template functionality
- Add support (beta) of csv and xlsx for bulk contacts import
- Functionality to delete a PDF page while editing the document
- Show documents completed documents to owners under "completed" report even when they are not signers
- Add delete folder button in OpenSign drive
- Introduce Bcc email support for sending completed documents
- Allow merging multiple pdf while drafting document and template
- Add 'My Initials' tab for auto-signing in request-sign flow
- Add support for redirect URL to navigate after document completion
- Introduce "Electronic Record and Signature Disclosure and consent" before signing documents
- Add feature to allow adding new pages to existing document
- One click save signature, initials & stamp functionality right from sign-pad for logged in users
- New "preferences" menu under settings
- Add multiple configuration options including custom email templates, notify-on-signature, timezone & allowed signature types
- Italian language support
- German language support
- Edit contact feature in contactbook
-
Bug fixes:
- Unable to delete folder when all its documents are deleted
- Some PDFs couldnt be signed with "fields.push is not function" error
- Document loading issue in OpenSign drive
- Adjust the guest signature flow to display the document in full screen, eliminating any blank space which was displayed below the place holder in mobile view
- Resolve issue with some PDFs - "instance of pdfdict or pdfstream but got undefined"
Full Changelog: v2.6.0...v2.12.0
v2.7.0
What's Changed in OpenSign™ v2.7.0
-
Features:
- show status and signers list in need your sign and in-progress report
- Add column for expiry date in in-progress and expired report
- Send email notification to document owner when signer sign document
- Add extend document expiry date functionality
-
Bug fixes:
- Incompatible pdf error while signing pdf
- OTP auth does not show in certificate if OTP verification is on
- Notify on signature not working in quicksend and publictemplate
- Schema mismatch issue while saving preferences
- Specify signatureVersion for AWS S3
- Notify on signatures not working in public template
- Add date format in label for expiry date
- Resolved text widget data embedding issue after sending the document
- Made phone field optional for signer/contact
- Cannot read undefined objectId in reports
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed in OpenSign™ v2.6.0
-
Features:
- Professional plan users can now upload their own document signing certificates, adding an extra layer of customization and trust.
- Drag & drop document drafting is now accessible via APIs, streamlining integration for developers.
- Signature types (draw, type, upload, and default) can now be enabled or disabled at the document, user account, or organization level, offering flexible control over signing options.
- Self-hosting users can now use non-email usernames for SMTP credentials, providing greater flexibility in configuration.
-
Bug fixes:
- Fixed large font size issue in while signing from mobile.
- Resolved issue of assigned signer gets deselected in mobile view when 'text' widget was added.
- Fixed issue of options in reports getting hidden
- Fixed something went wrong issue while signing document
- User does not exist error while creating document
- Profile and side bar menu toggling was not working properly on mobile
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
-
Features:
- An Email with the sign document and completion certificate is now automatically sent to all signers.
- You can now disable the tour feature(guidance prompts) from advanced options while creating a document, helping frequent signers avoid unnecessary distractions.
- Users on Teams plan can now use their own AWS S3 buckets for file storage, giving them complete control over their data.
-
Bug fixes:
- Resolved the issue of oversized text in the mobile view when entering values in text boxes.
- Prevented unnecessary popups from opening while resizing widgets.
- Update dependencies.
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed in v2.4.1
- Bug fixes:
- Fixed issue of optional widgets disappearing after signing.
- Fixed text widgets overlap issue in mobile view when text size is changed.
- Resolved the issue where email verification was still being done despite disabling it in the public signing flow.
- Disable 'FileACL' in S3 Adapter by default. S3 storage is now fully compatible with OpenSign for self-hosting. Refer documentation here.
- Finish button was unexpectedly visible even after completing the signature in public signing flow.
- Sometimes document could not be downloaded in the public sign flow before signing particularly when email verification is disabled.
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed in v2.4.0
- Features:
- Introducing embedding feature for templates. Now you can embed your document templates in any React, NextJS or Angular website.
- You can now add signatures, initials, stamps & images on any document in transparent PNG format.
- Added a new feature to copy public signing URL under 3 dots menu in manage templates report.
- Added upload option for initials in My Signature setting.
- Bug fixes:
- Some links in OpenSign drive were not working correctly
- Show proper error if opensign-server is not setup properly in self-hosting.
- Fixed issue with stored files getting deleted when new docker image is pulled in self-hosting by creating a persistent volume.
Other than this many securities issues were addressed.
Full Changelog: v2.3.3...v2.4.0
v2.3.3
What's Changed
- feat: Add zip file to download pdf and certificate
- feat: Add document logs in in-progress report
- feat: enable dismiss button to hide persistent notification in header
- feat: custom add custom SMTP settings on paid plans
- feat: generate document title automatically on the basis file name
- fix: UI design improvements in mobile view
- fix: update confetti effect animation to make it feel natural
- fix: Tour design improvements
- fix: file upload get stuck at 0% while uploading docx files
- fix: pagination overlap issue on dashboard on tablet & mobile view
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- feat: Set OTP verification to disabled by default for new documents, with an added option to enable OTP when needed
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- build(deps): bump the npm_and_yarn group in /apps/OpenSign with 4 updates by @dependabot in #1195
- build(deps): bump the npm_and_yarn group in /apps/OpenSign with 2 updates by @dependabot in #1202
- build(deps): bump the npm_and_yarn group in /apps/OpenSignServer with 2 updates by @dependabot in #1201
- build(deps): bump nodemailer from 6.9.14 to 6.9.15 in /apps/OpenSignServer by @dependabot in #1183
- build(deps-dev): bump jasmine from 5.2.0 to 5.3.0 in /apps/OpenSignServer by @dependabot in #1186
- build(deps): bump mongoose from 8.6.0 to 8.6.1 in /apps/OpenSignServer by @dependabot in #1182
- build(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 in /apps/OpenSign by @dependabot in #1148
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- feat: implement PDF page rotation feature.
- feat: add customizable font and color options for Date, Dropdown, Checkbox, and Radio Button widgets.
- feat: autosave document and template while drafting.
- feat: add download btn in expired document.
- feat: Allow creation api sandbox token.
- feat: Add a guide video in profile page for setting up a public templates and managing the public profile.
- feat: display the email of the user who declined the document along with the decline reason in the document decline popup.
- fix: all contacts are not visible in request sign form's signers inputbox.
- fix: failed to load pdf issue on self-host with docker.
- fix: issue while rename document/folder in opensign-drive.
- fix: Issue with incorrect signers order at the time of drafting a multi signer document.
- fix: widgets are not being dropped in center of document in mobile view.
- fix: display incorrect count of document on dashboard.
- fix: handle invalid session token error while logging out.
- fix: after submitting the request sign form a blank page appears on mobile view.
- fix: pagination issue.
- build(deps): bump axios from 1.7.4 to 1.7.5 in /apps/OpenSign by @dependabot in #1091
- build(deps): bump axios from 1.7.4 to 1.7.5 in /apps/OpenSignServer by @dependabot in #1095
- build(deps): bump mongoose from 8.5.3 to 8.5.4 in /apps/OpenSignServer by @dependabot in #1096
- build(deps): bump micromatch from 4.0.7 to 4.0.8 in /apps/OpenSignServer in the npm_and_yarn group by @dependabot in #1129
- build(deps): bump the npm_and_yarn group in /apps/OpenSign with 2 updates by @dependabot in #1130
- build(deps-dev): bump eslint from 9.9.0 to 9.9.1 in /apps/OpenSignServer by @dependabot in #1094
- build(deps): bump posthog-node from 4.0.1 to 4.1.1 in /apps/OpenSignServer by @dependabot in #1093
- build(deps-dev): bump postcss from 8.4.44 to 8.4.45 in /apps/OpenSign in the npm_and_yarn group by @dependabot in #1192
- build(deps): bump express from 4.19.2 to 4.20.0 in /apps/OpenSignServer in the npm_and_yarn group by @dependabot in #1194
- build(deps): update dependencies by @prafull-opensignlabs in #1153
Full Changelog: v2.2.0...v2.3.0