# 5.920 - Access sharing during export

**URL:** https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960
**Category:** Release notes
**Created:** [August 7, 2025, 10:06am UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960 "2025-08-07T10:06:36Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Jeriz](https://avatars.discourse-cdn.com/v4/letter/j/47e85d/32.png) [@Jeriz](https://discourse.shapr3d.com/u/Jeriz)
#### Post date: [August 7, 2025, 10:06am UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/1 "2025-08-07T10:06:36Z")

</div>

Work more efficiently with updates to sharing and design history navigation.

- **New** : Now you can access Project and Review Link sharing from the Export modal for easy access while exporting.

- **Improved** : The Offset Edge tool now creates offset constraints to keep new offsets linked to their original geometry for predictable edits. You can also use variables and expressions with offset constraints to build parametric sketches that update automatically.

- **Improved** : The Offset Edge tool now uses Single and Chain types. The previous Loop type is now Chain, which supports closed loops, and connected edges and sketches for more flexible offsets.

- **Improved** : Scrolling through Design History is smoother, helping you find and edit previous steps more easily.

Try these changes and share your thoughts in the comments below.

---

<div class="post-metadata">

### Author: ![Jeriz](https://avatars.discourse-cdn.com/v4/letter/j/47e85d/32.png) [@Jeriz](https://discourse.shapr3d.com/u/Jeriz)
#### Post date: [August 7, 2025, 10:06am UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/2 "2025-08-07T10:06:44Z")

</div>



---

<div class="post-metadata">

### Author: ![jean-philippe2](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.shapr3d.com/jean-philippe2/32/27353_2.png) [@jean-philippe2](https://discourse.shapr3d.com/u/jean-philippe2)
#### Post date: [August 7, 2025, 12:27pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/3 "2025-08-07T12:27:13Z")

</div>

> [@Jeriz](#):
>
> **mproved** : Scrolling through Design History is smoother, helping you find and edit previous steps more easily.

Hi Jeriz,  
That’s OK for me !  
Just for History. What do you want to say by “smoother”. I don’t see changes.  
Thanks

---

<div class="post-metadata">

### Author: ![GroMark](https://avatars.discourse-cdn.com/v4/letter/g/4491bb/32.png) [@GroMark](https://discourse.shapr3d.com/u/GroMark)
#### Post date: [August 7, 2025, 2:30pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/4 "2025-08-07T14:30:01Z")

</div>

The new offset constraints are great, makes it a lot more versatile!

---

<div class="post-metadata">

### Author: ![swebal](https://avatars.discourse-cdn.com/v4/letter/s/bb73d2/32.png) [@swebal](https://discourse.shapr3d.com/u/swebal)
#### Post date: [August 7, 2025, 7:47pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/5 "2025-08-07T19:47:55Z")

</div>

Would have loved to see option for ”Reverse sorting” as well as ”Expand new action automatically” in History panel. Would save me a lot of scrolling and expanding panels for that last setting of an operation.

---

<div class="post-metadata">

### Author: ![Xdrakosha](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.shapr3d.com/xdrakosha/32/24881_2.png) [@Xdrakosha](https://discourse.shapr3d.com/u/Xdrakosha)
#### Post date: [August 7, 2025, 10:43pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/6 "2025-08-07T22:43:01Z")

</div>

> [@swebal](#):
>
> loved to see option for ”Reverse sorting”

History is automatically scrolling to the bottom now.

---

<div class="post-metadata">

### Author: ![swebal](https://avatars.discourse-cdn.com/v4/letter/s/bb73d2/32.png) [@swebal](https://discourse.shapr3d.com/u/swebal)
#### Post date: [August 8, 2025, 1:16pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/7 "2025-08-08T13:16:31Z")

</div>

That’s even worse UX. Scrolling should never be done on behalf of the user, it just confuses them.

It’s so simple to add a preference ”Reverse sorting in history” and take it into account. Autoscrolling takes more time to implement so I really don’t understand this choice. This literally takes 5 minutes so it’s not the work stopping anybody… For anybody curious, it’s almost a one-liner:

> HistoryList = [action1, action2, action3]; // Get from ActionManager or whatever
> 
> ReverseSort = true; // Get from preferences
> 
> Function GetListItem(Int i): Action {
> 
> Return ReverseSort ? HistoryList[HistoryList.length-i-1] : HistoryList[i];
> 
> }

Wow, I’m having a bad day. This is a bullshit reply.

---

<div class="post-metadata">

### Author: ![danno11](https://avatars.discourse-cdn.com/v4/letter/d/b19c9b/32.png) [@danno11](https://discourse.shapr3d.com/u/danno11)
#### Post date: [August 8, 2025, 2:30pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/8 "2025-08-08T14:30:26Z")

</div>

When are we going to get more important updates like assembly mode and even better drawing commands. This piece meal feeding of little updates is really getting old. Need important Updates Please.

Thank you

---

<div class="post-metadata">

### Author: ![SCALEMODEL](https://avatars.discourse-cdn.com/v4/letter/s/77aa72/32.png) [@SCALEMODEL](https://discourse.shapr3d.com/u/SCALEMODEL)
#### Post date: [August 9, 2025, 8:35pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/9 "2025-08-09T20:35:25Z")

</div>

We need offset constraints on splines as well.

---

<div class="post-metadata">

### Author: ![SCALEMODEL](https://avatars.discourse-cdn.com/v4/letter/s/77aa72/32.png) [@SCALEMODEL](https://discourse.shapr3d.com/u/SCALEMODEL)
#### Post date: [August 9, 2025, 8:38pm UTC](https://discourse.shapr3d.com/t/5-920-access-sharing-during-export/38960/10 "2025-08-09T20:38:54Z")

</div>

Variables are now stuck at the top.

We brought this up during our feature request this would happen and requested options for reverse sort.
