Skip to content

Commit

Permalink
Bump version v2.4.2+dev -> v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Sep 2, 2021
1 parent 3e9df47 commit 808d093
Show file tree
Hide file tree
Showing 33 changed files with 48 additions and 17 deletions.
45 changes: 45 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@ History
.. towncrier release notes start
Parsec v2.5.0 (2021-09-02)
--------------------------

Bugfixes
~~~~~~~~

* Fixed a bug on MacOS where the window would freeze after the invitation
process (`#1786 <https://github.com/Scille/parsec-cloud/issues/1786>`__)
* Made the QR code easier to read by removing the logo and changing its color
(`#1787 <https://github.com/Scille/parsec-cloud/issues/1787>`__)
* Generate the proper error when creating a file with a name larger than 255
bytes on linux (`#1813 <https://github.com/Scille/parsec-
cloud/issues/1813>`__)
* Fix file opening on Windows and MacOS (`#1822
<https://github.com/Scille/parsec-cloud/issues/1822>`__)

Client/Backend API evolutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Add active user limit configurable on a per-organization basis. Also add
--organization-initial-user-profile-outsider-allowed and --organization-
initial-active-users-limit options in `backend run` command. (`#1766
<https://github.com/Scille/parsec-cloud/issues/1766>`__)
* Remove most parts of APIv1 (only `organization_bootsrap` command is kept from
APIv1 for backward compatibility). Remove `expiration_date` from
`organization_config` command. Introduce the administration REST api to create
& get informations on organizations. (`#1810
<https://github.com/Scille/parsec-cloud/issues/1810>`__)

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

* Images from email invitations are now hosted directly on the Parsec server
instead of relying on parsec.cloud website. (`#1780
<https://github.com/Scille/parsec-cloud/issues/1780>`__)
* Change Parsec server license to Business Source License 1.1 (BSLv1.1).
(`#1785 <https://github.com/Scille/parsec-cloud/issues/1785>`__)
* Improve claim/greet dialog in GUI when invitation is deleted. (`#1806
<https://github.com/Scille/parsec-cloud/issues/1806>`__)
* Improve the file size formatting by displaying for significant figures when
needed. (`#1808 <https://github.com/Scille/parsec-cloud/issues/1808>`__)
* Improve error reports sent by telemetry and CLI arguments documentation.
(`#1823 <https://github.com/Scille/parsec-cloud/issues/1823>`__)


Parsec v2.4.2 (2021-07-06)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions licenses/BSL-Scille.txt
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 v2.4.2+dev
Licensed Work: Parsec v2.5.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: July 1, 2025
Change Date: Sep 01, 2025

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

Expand Down
Empty file removed newsfragments/1742.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1766.api.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1771.empty.rst

This file was deleted.

Empty file removed newsfragments/1772.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1780.misc.rst

This file was deleted.

Empty file removed newsfragments/1781.empty.rst
Empty file.
Empty file removed newsfragments/1784.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1785.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1786.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1787.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1790.empty.rst
Empty file.
Empty file removed newsfragments/1795.empty.rst
Empty file.
Empty file removed newsfragments/1796.empty.rst
Empty file.
Empty file removed newsfragments/1800.empty.rst
Empty file.
Empty file removed newsfragments/1802.empty.rst
Empty file.
Empty file removed newsfragments/1803.empty.rst
Empty file.
Empty file removed newsfragments/1804.empty.rst
Empty file.
Empty file removed newsfragments/1805.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1806.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1808.misc.rst

This file was deleted.

Empty file removed newsfragments/1809.empty.rst
Empty file.
3 changes: 0 additions & 3 deletions newsfragments/1810.api.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1813.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1814.empty.rst
Empty file.
Empty file removed newsfragments/1815.empty.rst
Empty file.
Empty file removed newsfragments/1817.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1822.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1823.misc.rst

This file was deleted.

Empty file removed newsfragments/1824.empty.rst
Empty file.
Empty file removed newsfragments/1825.empty.rst
Empty file.
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# This file is imported from __init__.py and exec'd from setup.py

__version__ = "v2.4.2+dev"
__version__ = "v2.5.0"

0 comments on commit 808d093

Please sign in to comment.