Skip to content

Commit

Permalink
Bump version 3.0.4-a.0+dev -> 3.1.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 10, 2024
1 parent 1e819d6 commit d8b2444
Show file tree
Hide file tree
Showing 44 changed files with 140 additions and 75 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.0.4-a.0+dev" # __PARSEC_VERSION__
version = "3.1.0-rc.0" # __PARSEC_VERSION__

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

Features
~~~~~~~~

* Allow creating devices using the keyring in the CLI.
(`#8554 <https://github.com/Scille/parsec-cloud/issues/8554>`__)

* Added the ability to archive a device from an expired trial organization
(`#8593 <https://github.com/Scille/parsec-cloud/issues/8593>`__)

* Remove passphrase from CLI options of ``device import-recovery-device``, it is
now read from the standard input like the password.
(`#8567 <https://github.com/Scille/parsec-cloud/issues/8567>`__)

* Make CLI command ``organization create`` directly take the organization ID
instead of using the option `--organization-id`
(`#8620 <https://github.com/Scille/parsec-cloud/issues/8620>`__)

* Rename the option ``workspace-id`` to ``workspace`` in the CLI command
``workspace import``.
(`#8622 <https://github.com/Scille/parsec-cloud/issues/8622>`__)

* Rename the option ``user-id`` to ``user`` in the CLI command ``workspace
share``.
(`#8628 <https://github.com/Scille/parsec-cloud/issues/8628>`__)

* Rename the option ``workspace-id`` to ``workspace`` in the CLI command ``ls``.
(`#8629 <https://github.com/Scille/parsec-cloud/issues/8629>`__)

* Rename the option ``workspace-id`` to ``workspace`` in the CLI command ``rm``.
(`#8630 <https://github.com/Scille/parsec-cloud/issues/8630>`__)

* On the CLI when removing a device (``device remove``), it will now also remove
its associated data (workspaces, certificates, etc).
(`#8601 <https://github.com/Scille/parsec-cloud/issues/8601>`__)

* Terms of Services (ToS) can now be defined in the server. Users are requested
to accept them on first connection and whenever they are updated.
(`#7633 <https://github.com/Scille/parsec-cloud/issues/7633>`__)

* Add server option ``--proxy-trusted-addresses`` to enable parsing of proxy
headers from trusted addresses. By default, the server will trust the proxy
headers from localhost.
(`#8626 <https://github.com/Scille/parsec-cloud/issues/8626>`__)

* Added right click to open context menu on users, files and workspaces
(`#8645 <https://github.com/Scille/parsec-cloud/issues/8645>`__)


Bugfixes
~~~~~~~~

* Fixed a navigation loop when clicking the Back button after opening a
workspace link
(`#8571 <https://github.com/Scille/parsec-cloud/issues/8571>`__)

* Fixed incorrect toast sometimes displayed when logging out while importing
files
(`#8584 <https://github.com/Scille/parsec-cloud/issues/8584>`__)

* Fixed synchronization icon displaying the wrong status in file details dialog
(`#8597 <https://github.com/Scille/parsec-cloud/issues/8597>`__)

* Fixed mocked values being sometimes displayed when logging out
(`#8652 <https://github.com/Scille/parsec-cloud/issues/8652>`__)


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

* Hide the suggested users when sharing a workspace with a role that cannot
share the workspace
(`#8538 <https://github.com/Scille/parsec-cloud/issues/8538>`__)

* Document running the server behind a reverse proxy
(`#8427 <https://github.com/Scille/parsec-cloud/issues/8427>`__)

* Remind the users of the Terms of Service when creating a new organization
(`#8681 <https://github.com/Scille/parsec-cloud/issues/8681>`__)



Parsec v3.0.3 (2024-10-03)
--------------------------

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.0.4-a.0+dev
Licensed Work: Parsec v3.1.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 02, 2028
Change Date: Oct 09, 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.0.4-a.0+dev",
"version": "3.1.0-rc.0",
"description": "",
"main": "index.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.0.4-a.0+dev",
"version": "3.1.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.0.4-a.0+dev", "\n"),
concat!("parsec-cli 3.1.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.0.4-a.0+dev';
const VERSION = '3.1.0-rc.0';

class CustomGitHubPublisher extends GitHubPublisher {
/**
Expand Down
Loading

0 comments on commit d8b2444

Please sign in to comment.