Skip to content

Commit 89d23e5

Browse files
committed
Prepare release
1 parent 9f84c53 commit 89d23e5

3 files changed

Lines changed: 46 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11

22
guardata history
3-
================
3+
----------------
4+
5+
0.1.0 - 2020-09-12
6+
7+
* Updates in the GUI
8+
9+
* Many fixes and improvements
10+
* Spinners for tiles queries
11+
* Smaller user/devices tiles
12+
* Blue tone changed for the official guardata
13+
* Pagination for users and devices
14+
* Works when offline or network errors
15+
* Much faster reencryption
16+
* Sharing roles change ack
17+
* Searching for users or devices improved
18+
19+
* Windows data path is local (no roaming)
20+
* Fix Windows path handling
21+
* No more inopportune warnings about resources usage
22+
* Remove all old APIs methods
23+
* Testing env improve (compatibility, UI)
24+
* Python3 specified everywhere
25+
* Network buffer of the backend server improved (send once, receive more)
26+
* Update invitation style
27+
* Add a copy button to redirect invite
28+
* Redirect invite page has automatic internationalization
29+
* Client messages have more buffer
30+
* CI/CD pipelines strenghten and cleanup
31+
* Python package for Windows updated to 3.7.9
32+
* Fix a closing file bug
33+
434

535
0.0.4 - 2020-08-30
636
------------------

README.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
.. image:: https://raw.githubusercontent.com/bitlogik/guardata/master/guardata/client/gui/rc/images/logos/guardata_vert.png
33
:align: center
44

5+
|
6+
|
7+
58
guardata is a secure and trustless cloud storage service, to share and sync your files with on-premise modern encryption.
69

10+
|
11+
712
Homepage: https://guardata.app
813

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

3440

3541
Install
@@ -40,4 +46,10 @@ Install
4046
|
4147
4248

43-
Documentation to come soon
49+
Documentation
50+
-------------
51+
52+
| Documentation is available at
53+
| https://docs.guardata.app
54+
|
55+

guardata/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# must be PEP440 version
33
# can be overrided by git tag in CI/CD compilation
44

5-
__version__ = "0.0.4"
5+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)