Skip to content

Commit

Permalink
Bump version 3.2.1-a.0+dev -> 3.2.1-a.0.dev.20077+a59e028
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent a59e028 commit 422bfef
Show file tree
Hide file tree
Showing 42 changed files with 126 additions and 73 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.2.1-a.0+dev" # __PARSEC_VERSION__
version = "3.2.1-a.0.dev.20077+a59e028" # __PARSEC_VERSION__

[workspace.lints.clippy]
undocumented_unsafe_blocks = "deny"
Expand Down
70 changes: 70 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,76 @@ History
.. towncrier release notes start
Parsec v3.2.1-a.0.dev.20077+a59e028 (2024-12-20)
------------------------------------------------

Features
~~~~~~~~

* Allows overwriting default config & data directory during CLI command ``invite
claim``
(`#8937 <https://github.com/Scille/parsec-cloud/issues/8937>`__)

* Pass workspace name as an argument instead of an option to the CLI command
``workspace create``
(`#9119 <https://github.com/Scille/parsec-cloud/issues/9119>`__)

* Invitation token is now passed as an argument instead of an option the CLI
command ``invite greet``
(`#9118 <https://github.com/Scille/parsec-cloud/issues/9118>`__)

* Added a `See in explorer` option for files and folders
(`#8961 <https://github.com/Scille/parsec-cloud/issues/8961>`__)

* Show/hide submenu (recent files, workspaces, favorite workspaces) on sidebar
(`#9088 <https://github.com/Scille/parsec-cloud/issues/9088>`__)

* Added a search input for the organization user list
(`#8964 <https://github.com/Scille/parsec-cloud/issues/8964>`__)

* The parsec invitation is now passed as an argument instead of an option in the
CLI command ``invite claim``
(`#9117 <https://github.com/Scille/parsec-cloud/issues/9117>`__)

* Add CLI command ``user revoke`` to revoke a user
(`#9143 <https://github.com/Scille/parsec-cloud/issues/9143>`__)

* Display suspended users
(`#8694 <https://github.com/Scille/parsec-cloud/issues/8694>`__)

* Remember sort and filter options on user list
(`#8969 <https://github.com/Scille/parsec-cloud/issues/8969>`__)

* Added a batch workspace sharing option to assign a chosen workspace role to
several organization members at once.
(`#8326 <https://github.com/Scille/parsec-cloud/issues/8326>`__)


Bugfixes
~~~~~~~~

* Fix a freeze when moving a file from the Windows File Explorer
(`#9012 <https://github.com/Scille/parsec-cloud/issues/9012>`__)

* Fixed a few visual and functional bugs with the sidebar
(`#8851 <https://github.com/Scille/parsec-cloud/issues/8851>`__)

* Fix handling of files containing a tilde in their name in the Windows file
explorer
(`#9171 <https://github.com/Scille/parsec-cloud/issues/9171>`__)

* Fix GUI sometime not updating folder view when new file/folder is being
remotely added.
(`#9102 <https://github.com/Scille/parsec-cloud/issues/9102>`__)

* Fixed the file list not being properly updated after copying a file
(`#8970 <https://github.com/Scille/parsec-cloud/issues/8970>`__)

* Fix rare freeze when the folder displayed by the GUI is remotely modified.
(`#9002 <https://github.com/Scille/parsec-cloud/issues/9002>`__)



Parsec v3.2.0 (2024-11-22)
--------------------------

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.2.1-a.0+dev
Licensed Work: Parsec v3.2.1-a.0.dev.20077+a59e028
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: Nov 21, 2028
Change Date: Dec 19, 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.2.1-a.0+dev",
"version": "3.2.1-a.0.dev.20077+a59e028",
"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.2.1-a.0+dev",
"version": "3.2.1-a.0.dev.20077+a59e028",
"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.2.1-a.0+dev", "\n"),
concat!("parsec-cli 3.2.1-a.0.dev.20077+a59e028", "\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.2.1-a.0+dev';
const VERSION = '3.2.1-a.0.dev.20077+a59e028';

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.2.1-a.0+dev',
buildVersion: '3.2.1-a.0.dev.20077+a59e028',
protocols: {
name: 'Parsec-v3',
schemes: [PARSEC_SCHEME],
Expand Down
Loading

0 comments on commit 422bfef

Please sign in to comment.