[PR #218] [MERGED] Release 0.9.1 #802

Closed
opened 2026-02-26 18:48:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/218
Author: @Mythie
Created: 6/27/2023
Status: Merged
Merged: 6/27/2023
Merged by: @Mythie

Base: releaseHead: main


📝 Commits (10+)

📊 Changes

53 files changed (+1183 additions, -492 deletions)

View changed files

📝 .env.example (+3 -3)
📝 .gitignore (+3 -0)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+72 -29)
📝 apps/web/components/editor/pdf-editor.tsx (+1 -1)
📝 apps/web/components/editor/pdf-signer.tsx (+1 -1)
apps/web/components/forgot-password.tsx (+115 -0)
📝 apps/web/components/layout.tsx (+1 -1)
📝 apps/web/components/login.tsx (+5 -3)
📝 apps/web/components/logo.tsx (+17 -17)
📝 apps/web/components/navigation.tsx (+1 -2)
apps/web/components/reset-password.tsx (+143 -0)
📝 apps/web/next.config.js (+10 -17)
📝 apps/web/package.json (+1 -2)
📝 apps/web/pages/404.jsx (+1 -1)
📝 apps/web/pages/500.jsx (+3 -3)
📝 apps/web/pages/_app.tsx (+19 -2)
apps/web/pages/api/auth/forgot-password.ts (+63 -0)
apps/web/pages/api/auth/reset-password.ts (+69 -0)
📝 apps/web/pages/api/auth/signup.ts (+3 -3)

...and 33 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/218 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `release` ← **Head:** `main` --- ### 📝 Commits (10+) - [`051e681`](https://github.com/documenso/documenso/commit/051e681701c90e436038ce62d0f823fb3406a20d) Long filename fix 🗄 - [`9b993c0`](https://github.com/documenso/documenso/commit/9b993c08f15cd316f097f23f44d09035b74963c7) Truncate prop added - [`b6ff01e`](https://github.com/documenso/documenso/commit/b6ff01ef86b79fd8ad9d8a00c700fe2d3d83d505) Merge branch 'main' into bugfix/long_filename - [`8bf6594`](https://github.com/documenso/documenso/commit/8bf6594cf41aa45d498e5a22c06fa148bf023064) prop name changed 📛 - [`1a5948c`](https://github.com/documenso/documenso/commit/1a5948c50eca3d825cca437837010d3e6cab8e2b) Merge branch 'bugfix/long_filename' of https://github.com/The-Robin-Hood/documenso into bugfix/long_filename - [`4a21624`](https://github.com/documenso/documenso/commit/4a2162478e69f5c10c6afc1f90b10dd510a00330) Merge branch 'main' into bugfix/long_filename - [`748f842`](https://github.com/documenso/documenso/commit/748f842115b41534a9b8ca09315ae3460d4eab88) fix: update prop typo, extract truncate method - [`b0e4fa9`](https://github.com/documenso/documenso/commit/b0e4fa9e1d09be1bb210233173705ffd7f9c79ea) We are LIVE on Product Hunt 🚨 Come say hi :) - [`095c391`](https://github.com/documenso/documenso/commit/095c391d45af128dce19af5b46fb93cf1ee29414) Merge pull request #163 from documenso/ElTimuro-patch-1 - [`3e22013`](https://github.com/documenso/documenso/commit/3e220135bea7c4e2cee7edc77622d5248d95829d) fix: readme format ### 📊 Changes **53 files changed** (+1183 additions, -492 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -3) 📝 `.gitignore` (+3 -0) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+72 -29) 📝 `apps/web/components/editor/pdf-editor.tsx` (+1 -1) 📝 `apps/web/components/editor/pdf-signer.tsx` (+1 -1) ➕ `apps/web/components/forgot-password.tsx` (+115 -0) 📝 `apps/web/components/layout.tsx` (+1 -1) 📝 `apps/web/components/login.tsx` (+5 -3) 📝 `apps/web/components/logo.tsx` (+17 -17) 📝 `apps/web/components/navigation.tsx` (+1 -2) ➕ `apps/web/components/reset-password.tsx` (+143 -0) 📝 `apps/web/next.config.js` (+10 -17) 📝 `apps/web/package.json` (+1 -2) 📝 `apps/web/pages/404.jsx` (+1 -1) 📝 `apps/web/pages/500.jsx` (+3 -3) 📝 `apps/web/pages/_app.tsx` (+19 -2) ➕ `apps/web/pages/api/auth/forgot-password.ts` (+63 -0) ➕ `apps/web/pages/api/auth/reset-password.ts` (+69 -0) 📝 `apps/web/pages/api/auth/signup.ts` (+3 -3) _...and 33 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#802
No description provided.