Skip to content

Commit

Permalink
Bump version v2.2.4+dev -> v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed May 4, 2021
1 parent 0d523b3 commit dbff3ce
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 14 deletions.
43 changes: 43 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,49 @@ History
.. towncrier release notes start
Parsec v2.3.0 (2021-05-04)
--------------------------

Features
~~~~~~~~

* Allow read access to a workspace during a re-encryption. (`#1650
<https://github.com/Scille/parsec-cloud/issues/1650>`__)

Bugfixes
~~~~~~~~

* Fixed Dock icon behaviour on MacOS when app was closed with red X. (`#1519
<https://github.com/Scille/parsec-cloud/issues/1519>`__)
* Fix the server's stucking while it waits for a peer. (`#1625
<https://github.com/Scille/parsec-cloud/issues/1625>`__)
* Added filename normalization to fix conflicts on special characters on MacOS.
(`#1645 <https://github.com/Scille/parsec-cloud/issues/1645>`__)
* Fix confusing dialog when logging out with an on-going reencryption. (`#1663
<https://github.com/Scille/parsec-cloud/issues/1663>`__)
* Fix some blinking with the workspace buttons, especially while doing a
reencryption. (`#1665 <https://github.com/Scille/parsec-
cloud/issues/1665>`__)
* Enforce NFC string normalization for organization/device/user/entry id and
human handle. (`#1708 <https://github.com/Scille/parsec-
cloud/issues/1708>`__)
* Fix an issue with fuse mounpoints on linux where the shutdown procedure might
block forever (`#1716 <https://github.com/Scille/parsec-
cloud/issues/1716>`__)

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

* Update CLI command `parsec core bootstrap_organization` to accept params for
human/device label/email. (`#1674 <https://github.com/Scille/parsec-
cloud/issues/1674>`__)
* Improve synchronization performance by running the block uploads in parallel
(`#1678 <https://github.com/Scille/parsec-cloud/issues/1678>`__)
* Improve Windows installer for smaller size and faster install time. Also fix
uninstall when previous version has been installed in a custom location.
(`#1690 <https://github.com/Scille/parsec-cloud/issues/1690>`__)


Parsec v2.2.4 (2021-03-18)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1519.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed newsfragments/1675.empty.rst
Empty file.
Empty file removed newsfragments/1676.empty.rst
Empty file.
Empty file removed newsfragments/1677.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1678.misc.rst

This file was deleted.

Empty file removed newsfragments/1680.empty.rst
Empty file.
Empty file removed newsfragments/1687.empty.rst
Empty file.
2 changes: 0 additions & 2 deletions newsfragments/1690.misc.rst

This file was deleted.

Empty file removed newsfragments/1691.empty.rst
Empty file.
Empty file removed newsfragments/1693.empty.rst
Empty file.
Empty file removed newsfragments/1694.empty.rst
Empty file.
Empty file removed newsfragments/1706.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1708.bugfix.rst

This file was deleted.

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

This file was deleted.

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.2.4+dev"
__version__ = "v2.3.0"

0 comments on commit dbff3ce

Please sign in to comment.