You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.38.5] - 2026-03-30
11
+
12
+
### Fixed
13
+
-**Send-back stage actions missing from approval workflows** — The visual workflow builder now round-trips the stage-level `allow_send_back` flag, so stages configured as send-back targets persist correctly and the approval UI once again shows **Send Back for Correction** where applicable. Older saved visual workflow JSON is backfilled from `WorkflowStage.allow_send_back` to avoid silently losing the button on existing workflows.
14
+
-**Submission PDF visibility/privacy alignment** — Reviewer-group members are now treated like other elevated users for `post_approval` PDF access, and submitter-only PDF views now respect `WorkflowDefinition.hide_approval_history` so approval-step details are hidden consistently in generated PDFs.
0 commit comments