Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Sep 12, 2020
1 parent 9f84c53 commit 89d23e5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@

guardata history
================
----------------

0.1.0 - 2020-09-12

* Updates in the GUI

* Many fixes and improvements
* Spinners for tiles queries
* Smaller user/devices tiles
* Blue tone changed for the official guardata
* Pagination for users and devices
* Works when offline or network errors
* Much faster reencryption
* Sharing roles change ack
* Searching for users or devices improved

* Windows data path is local (no roaming)
* Fix Windows path handling
* No more inopportune warnings about resources usage
* Remove all old APIs methods
* Testing env improve (compatibility, UI)
* Python3 specified everywhere
* Network buffer of the backend server improved (send once, receive more)
* Update invitation style
* Add a copy button to redirect invite
* Redirect invite page has automatic internationalization
* Client messages have more buffer
* CI/CD pipelines strenghten and cleanup
* Python package for Windows updated to 3.7.9
* Fix a closing file bug


0.0.4 - 2020-08-30
------------------
Expand Down
16 changes: 14 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
.. image:: https://raw.githubusercontent.com/bitlogik/guardata/master/guardata/client/gui/rc/images/logos/guardata_vert.png
:align: center

|
|
guardata is a secure and trustless cloud storage service, to share and sync your files with on-premise modern encryption.

|
Homepage: https://guardata.app

Key features :
Expand All @@ -29,7 +34,8 @@ Differences with the Parsec reference implementation :
- SHA2 hash is replaced everywhere by Blake2b
- More secure short codes for 2-way auth : from 40 bits with hmac-sha2 to 50 bits with argon2id
- Improve server socket management (parsec-cloud read data 5 bytes by 5 bytes, send header separated from data)
- UX improved (invitation redirect)
- Data (encrypted) are local only in Windows, not shared with Microsoft through roaming
- UX improved (invitation redirect, offline)


Install
Expand All @@ -40,4 +46,10 @@ Install
|

Documentation to come soon
Documentation
-------------

| Documentation is available at
| https://docs.guardata.app
|
2 changes: 1 addition & 1 deletion guardata/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# must be PEP440 version
# can be overrided by git tag in CI/CD compilation

__version__ = "0.0.4"
__version__ = "0.1.0"

0 comments on commit 89d23e5

Please sign in to comment.