Skip to content

Commit

Permalink
Bump version v2.3.1+dev -> v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Jun 29, 2021
1 parent b8372af commit 0b10cb4
Show file tree
Hide file tree
Showing 26 changed files with 49 additions and 15 deletions.
48 changes: 48 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,54 @@ History
.. towncrier release notes start
Parsec v2.4.0 (2021-06-29)
--------------------------

Features
~~~~~~~~

* Adds the outsider profile management in the GUI (`#1720
<https://github.com/Scille/parsec-cloud/issues/1720>`__)
* Add QR code on device invitation (`#1652 <https://github.com/Scille/parsec-
cloud/issues/1652>`__)
* Introduce OUTSIDER organization user profile: an outsider cannot see the
identity of other users within the organization. On top of that it is only
allowed to be READER/CONTRIBUTOR on shared workspaces. (`#1727
<https://github.com/Scille/parsec-cloud/issues/1727>`__)
* Add `.sb-` temporary directories to the confined pattern list. Those
directories appear on MacOS when editing `.doc` and `.docx` files. (`#1764
<https://github.com/Scille/parsec-cloud/issues/1764>`__)

Bugfixes
~~~~~~~~

* Added the pop-up widget to download latest app version on MacOS (`#1736
<https://github.com/Scille/parsec-cloud/issues/1736>`__)
* Fix some alignments issues with the workspace widgets. (`#1761
<https://github.com/Scille/parsec-cloud/issues/1761>`__)
* Fix error handling for drag&drop in GUI. (`#1732
<https://github.com/Scille/parsec-cloud/issues/1732>`__)
* Fix possible crash when sync occurs right after a workspace reencryption.
(`#1730 <https://github.com/Scille/parsec-cloud/issues/1730>`__)

Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

* Change the file link URL format so that file path is encrypted. This change
breaks compatibility with previous file url format. (`#1637
<https://github.com/Scille/parsec-cloud/issues/1637>`__)

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

* Server on-organization-bootstrap webhook now allow 2xx return status instead
of only 200. (`#1750 <https://github.com/Scille/parsec-cloud/issues/1750>`__)
* Add red color to remove widget dialogue confirmation button in GUI. (`#1758
<https://github.com/Scille/parsec-cloud/issues/1758>`__)
* Reword telemetry related dialogue in GUI. (`#1759
<https://github.com/Scille/parsec-cloud/issues/1759>`__)


Parsec v2.3.1 (2021-05-10)
--------------------------

Expand Down
2 changes: 0 additions & 2 deletions newsfragments/1637.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1652.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1720.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1727.feature.rst

This file was deleted.

Empty file removed newsfragments/1728.empty.rst
Empty file.
Empty file removed newsfragments/1729.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1730.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1731.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1732.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1734.empty.rst
Empty file.
Empty file removed newsfragments/1735.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1736.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1746.empty.rst
Empty file.
Empty file removed newsfragments/1748.empty.rst
Empty file.
Empty file removed newsfragments/1749.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1750.misc.rst

This file was deleted.

Empty file removed newsfragments/1752.empty.rst
Empty file.
Empty file removed newsfragments/1753.empty.rst
Empty file.
Empty file removed newsfragments/1755.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1758.misc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/1764.feature.rst

This file was deleted.

Empty file removed newsfragments/1767.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.3.1+dev"
__version__ = "v2.4.0"

0 comments on commit 0b10cb4

Please sign in to comment.