Skip to content

Commit

Permalink
Bump version v1.4.0+dev -> v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Jan 20, 2020
1 parent cf92239 commit bb1dd86
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 17 deletions.
45 changes: 45 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,51 @@ History
.. towncrier release notes start
Parsec 1.5.0 (2020-01-20)
-------------------------

Features
~~~~~~~~

* Add copy, cut and paste to the Parsec file explorer (`#855
<https://github.com/Scille/parsec-cloud/issues/855>`__)

Bugfixes
~~~~~~~~

* Fix unhandled exception in backend when a client connected over ssl disconnect
during handshake. (`#833 <https://github.com/Scille/parsec-
cloud/issues/833>`__)
* Fix Organization bootstrap and user/device claim links encoding when their
corresponding organization ID contains unicode. (`#884
<https://github.com/Scille/parsec-cloud/issues/884>`__)
* Fix recreation of an organization by the administration as long as it hasn't
been bootstrapped. (`#885 <https://github.com/Scille/parsec-
cloud/issues/885>`__)
* Clear displayed files on stat error (`#920 <https://github.com/Scille/parsec-
cloud/issues/920>`__)
* Fix a bug related to broken symlinks in the base directory for mountpoints
after a hard shutdown. (`#881 <https://github.com/Scille/parsec-
cloud/issues/881>`__)
* Used new partial strategy to download manifests when rebuilding history to fix
it not loading on a heavy workspace. (`#888
<https://github.com/Scille/parsec-cloud/issues/888>`__)
* Fix incorrect behavior when the backend accept anonymous connection to expired
organization. (`#891 <https://github.com/Scille/parsec-cloud/issues/891>`__)
* Prevent winfsp from freezing the application when the mounting operation times
out. (`#905 <https://github.com/Scille/parsec-cloud/issues/905>`__)
* Prevent managers from inviting other users as managers (`#916
<https://github.com/Scille/parsec-cloud/issues/916>`__)
* Deal with special dash paths in fuse operations. (`#904
<https://github.com/Scille/parsec-cloud/issues/904>`__)

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

* Allow owners to switch the role of other owners (`#870
<https://github.com/Scille/parsec-cloud/issues/870>`__)


Parsec 1.4.0 (2019-12-06)
-------------------------

Expand Down
2 changes: 0 additions & 2 deletions newsfragments/833.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/884.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/885.bugfix.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/891.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/920.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__ = "1.4.0+dev"
__version__ = "1.5.0"

0 comments on commit bb1dd86

Please sign in to comment.