Skip to content

Commit 602d296

Browse files
Bump version 3.5.3-a.0+dev -> 3.5.3-a.0.dev.20395+0040a24
1 parent 0040a24 commit 602d296

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+140
-80
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ publish = false
6767
repository = "https://github.com/Scille/parsec-cloud"
6868
# We use the same version for all crates.
6969
# This comment is used to prevent `taplo` from adding multiple spaces between the version and the comment.
70-
version = "3.5.3-a.0+dev" # __PARSEC_VERSION__
70+
version = "3.5.3-a.0.dev.20395+0040a24" # __PARSEC_VERSION__
7171

7272
[workspace.lints.clippy]
7373
undocumented_unsafe_blocks = "deny"

HISTORY.rst

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,86 @@ History
44
.. towncrier release notes start
55
66
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+
787
Parsec v3.5.2 (2025-10-21)
888
--------------------------
989

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT
22

33
Business Source License 1.1
44
Licensor: Scille SAS
5-
Licensed Work: Parsec v3.5.3-a.0+dev
5+
Licensed Work: Parsec v3.5.3-a.0.dev.20395+0040a24
66
The Licensed Work is © 2016-2021 Scille SAS
77

88
Additional Use Grant: You may make production use of the Licensed Work, provided
@@ -19,7 +19,7 @@ Additional Use Grant: You may make production use of the Licensed Work, provided
1919
2) use the Licensed Work for use in a governmental or any
2020
for-profit entity with more than fifty (50) users.
2121

22-
Change Date: Oct 20, 2029
22+
Change Date: Nov 02, 2029
2323

2424

2525
Change License: GNU Affero General Public License, Version 3 (AGPLv3)

bindings/electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libparsec_bindings_electron",
3-
"version": "3.5.3-a.0+dev",
3+
"version": "3.5.3-a.0.dev.20395+0040a24",
44
"description": "",
55
"main": "dist/libparsec.node",
66
"scripts": {

bindings/web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libparsec_bindings_web",
33
"private": true,
4-
"version": "3.5.3-a.0+dev",
4+
"version": "3.5.3-a.0.dev.20395+0040a24",
55
"license": "BUSL-1.1",
66
"scripts": {
77
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)