|
4 | 4 | .. towncrier release notes start |
5 | 5 |
|
6 | 6 |
|
| 7 | +Parsec v3.5.3-a.0.dev.20395+0040a24 (2025-11-03) |
| 8 | +------------------------------------------------ |
| 9 | + |
| 10 | +Features |
| 11 | +~~~~~~~~ |
| 12 | + |
| 13 | +* Added a redirection page to handle Parsec links in both web and desktop mode |
| 14 | + (`#10379 <https://github.com/Scille/parsec-cloud/issues/10379>`__) |
| 15 | + |
| 16 | +* Remove support for Unicode in email addresses to avoid homoglyph attacks. |
| 17 | + (`#11336 <https://github.com/Scille/parsec-cloud/issues/11336>`__) |
| 18 | + |
| 19 | +* Added a bug report feature directly in the app |
| 20 | + (`#10135 <https://github.com/Scille/parsec-cloud/issues/10135>`__) |
| 21 | + |
| 22 | +* Display invitations on a dedicated page |
| 23 | + (`#11131 <https://github.com/Scille/parsec-cloud/issues/11131>`__) |
| 24 | + |
| 25 | +* Warn the user if they are trying to create a workspace with a similar name to |
| 26 | + one that already exists |
| 27 | + (`#8391 <https://github.com/Scille/parsec-cloud/issues/8391>`__) |
| 28 | + |
| 29 | +* Shows a specific icon when a file is being uploaded |
| 30 | + (`#11057 <https://github.com/Scille/parsec-cloud/issues/11057>`__) |
| 31 | + |
| 32 | +* The database's datamodel is now checked during server startup to ensure all |
| 33 | + migrations have been applied. |
| 34 | + (`#8709 <https://github.com/Scille/parsec-cloud/issues/8709>`__) |
| 35 | + |
| 36 | +* Update component library (megashark-lib) and show/hide action bar buttons |
| 37 | + based on the screen size |
| 38 | + (`#11391 <https://github.com/Scille/parsec-cloud/issues/11391>`__) |
| 39 | + |
| 40 | +* Shows tooltip on file, workspace and user name on mouse over |
| 41 | + (`#10486 <https://github.com/Scille/parsec-cloud/issues/10486>`__) |
| 42 | + |
| 43 | + |
| 44 | +Bugfixes |
| 45 | +~~~~~~~~ |
| 46 | + |
| 47 | +* Fixed a bug where menus and headers would display actions not available for |
| 48 | + certain profiles and roles |
| 49 | + (`#11232 <https://github.com/Scille/parsec-cloud/issues/11232>`__) |
| 50 | + |
| 51 | +* Breaking change: Slightly change the SASCode algorithm to increase security |
| 52 | + during user enrollment. |
| 53 | + (`#11015 <https://github.com/Scille/parsec-cloud/issues/11015>`__) |
| 54 | + |
| 55 | +* Stops the mountpoint properly when closing the app |
| 56 | + (`#11210 <https://github.com/Scille/parsec-cloud/issues/11210>`__) |
| 57 | + |
| 58 | +* Breaking change: server rejects any invitation enrollment attempt from a |
| 59 | + client using Parsec < 3.6. This is to avoid SAS codes appearing as different |
| 60 | + when doing an enrollment with a client using Parsec >= 3.6. |
| 61 | + (`#11017 <https://github.com/Scille/parsec-cloud/issues/11017>`__) |
| 62 | + |
| 63 | +* Simplified searching and selection of user in the "Copy workspace roles" modal |
| 64 | + by replacing the custom input and dropdown. |
| 65 | + (`#11328 <https://github.com/Scille/parsec-cloud/issues/11328>`__) |
| 66 | + |
| 67 | +* Fixed an issue where workspaces name would not be updated in header and |
| 68 | + sidebar when renamed. |
| 69 | + (`#11056 <https://github.com/Scille/parsec-cloud/issues/11056>`__) |
| 70 | + |
| 71 | + |
| 72 | +Miscellaneous internal changes |
| 73 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 74 | + |
| 75 | +* Update megashark-lib dependency and PKI tooltips |
| 76 | + (`#11228 <https://github.com/Scille/parsec-cloud/issues/11228>`__) |
| 77 | + |
| 78 | +* Removed the warning for small displays shown when the window was made small |
| 79 | + (`#11190 <https://github.com/Scille/parsec-cloud/issues/11190>`__) |
| 80 | + |
| 81 | +* Added an explanation text when trying to copy user workspace roles containing |
| 82 | + Manager or Owner roles to an External user. |
| 83 | + (`#9636 <https://github.com/Scille/parsec-cloud/issues/9636>`__) |
| 84 | + |
| 85 | + |
| 86 | + |
7 | 87 | Parsec v3.5.2 (2025-10-21) |
8 | 88 | -------------------------- |
9 | 89 |
|
|
0 commit comments