File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22guardata 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
5350.0.4 - 2020-08-30
636------------------
Original file line number Diff line number Diff line change 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+
58guardata is a secure and trustless cloud storage service, to share and sync your files with on-premise modern encryption.
69
10+ |
11+
712Homepage: https://guardata.app
813
914Key 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
3541Install
@@ -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+
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments