Skip to content

Commit

Permalink
Bump version 3.1.1-a.0+dev -> 3.2.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Nov 7, 2024
1 parent f2343a4 commit 2328532
Show file tree
Hide file tree
Showing 38 changed files with 117 additions and 69 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publish = false
repository = "https://github.com/Scille/parsec-cloud"
# We use the same version for all crates.
# This comment is used to prevent `taplo` from adding multiple spaces between the version and the comment.
version = "3.1.1-a.0+dev" # __PARSEC_VERSION__
version = "3.2.0-rc.0" # __PARSEC_VERSION__

[workspace.lints.clippy]
undocumented_unsafe_blocks = "deny"
Expand Down
61 changes: 61 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,67 @@ History
.. towncrier release notes start
Parsec v3.2.0-rc.0 (2024-11-07)
-------------------------------

Features
~~~~~~~~

* The list of users in the organization now shows the date the user joined
(`#5941 <https://github.com/Scille/parsec-cloud/issues/5941>`__)

* Show which users are External when sharing a workspace
(`#8245 <https://github.com/Scille/parsec-cloud/issues/8245>`__)

* Improve Parsec update dialog and show the version about to be installed
(`#8572 <https://github.com/Scille/parsec-cloud/issues/8572>`__)

* Added workspace history: can now browse and restore files at any given time
from the workspace history
(`#8663 <https://github.com/Scille/parsec-cloud/issues/8663>`__)

* Added CLI commands ``tos config``, ``tos list`` and ``tos accept`` to manage
an organization's Term of Service
(`#8664 <https://github.com/Scille/parsec-cloud/issues/8664>`__)

* Added full support for macOS
(`#8669 <https://github.com/Scille/parsec-cloud/issues/8669>`__)

* Added support for recovery files to recover access in case the password is
lost or the user loses access to its computer
(`#8667 <https://github.com/Scille/parsec-cloud/issues/8667>`__)

* Displays the revocation date in the user details modal
(`#8862 <https://github.com/Scille/parsec-cloud/issues/8862>`__)


Bugfixes
~~~~~~~~

* Improve snap packaging to prevent some user applications to crash when trying
to open a file from Parsec
(`#8737 <https://github.com/Scille/parsec-cloud/issues/8737>`__)

* Fixed a bug allowing the user to access unintended steps during organization
creation from a bootstrap link
(`#8771 <https://github.com/Scille/parsec-cloud/issues/8771>`__)

* Fixed a bug on Windows causing much delayed synchronization on files
created/modified from the mount point.
(`#8818 <https://github.com/Scille/parsec-cloud/issues/8818>`__)


Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added tooltip explaining server synchronization status in file details
(`#8725 <https://github.com/Scille/parsec-cloud/issues/8725>`__)

* Improve how connection issues are handled during the greeting process
(`#8817 <https://github.com/Scille/parsec-cloud/issues/8817>`__)



Parsec v3.1.0 (2024-10-15)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT

Business Source License 1.1
Licensor: Scille SAS
Licensed Work: Parsec v3.1.1-a.0+dev
Licensed Work: Parsec v3.2.0-rc.0
The Licensed Work is © 2016-2021 Scille SAS

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

Change Date: Oct 14, 2028
Change Date: Nov 06, 2028


Change License: GNU Affero General Public License, Version 3 (AGPLv3)
Expand Down
4 changes: 2 additions & 2 deletions bindings/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libparsec_bindings_electron",
"version": "3.1.1-a.0+dev",
"version": "3.2.0-rc.0",
"description": "",
"main": "dist/libparsec.node",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions bindings/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libparsec_bindings_web",
"private": true,
"version": "3.1.1-a.0+dev",
"version": "3.2.0-rc.0",
"license": "BUSL-1.1",
"scripts": {
"build": "node scripts/build.js",
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/integration/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
fn version() {
crate::assert_cmd_success!("--version").stdout(
// Using `concat!` simplify updating the version using `version-updater`
concat!("parsec-cli 3.1.1-a.0+dev", "\n"),
concat!("parsec-cli 3.2.0-rc.0", "\n"),
);
}
2 changes: 1 addition & 1 deletion client/electron/assets/electron-publisher-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { GitHubPublisher } = require('electron-publish/out/gitHubPublisher');

const VERSION = '3.1.1-a.0+dev';
const VERSION = '3.2.0-rc.0';

class CustomGitHubPublisher extends GitHubPublisher {
/**
Expand Down
4 changes: 2 additions & 2 deletions client/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/electron/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const options = {
appId: 'ParsecCloud.Parsec.Parsec.3',
productName: 'Parsec',
artifactName: UNSIGNED_ARTIFACT_NAME,
buildVersion: '3.1.1-a.0+dev',
buildVersion: '3.2.0-rc.0',
protocols: {
name: 'Parsec-v3',
schemes: [PARSEC_SCHEME],
Expand Down
2 changes: 1 addition & 1 deletion client/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parsec",
"version": "3.1.1-a.0+dev",
"version": "3.2.0-rc.0",
"description": "Parsec.cloud",
"author": {
"name": "Scille SAS",
Expand Down
Loading

0 comments on commit 2328532

Please sign in to comment.