This commit is contained in:
Marcel Klehr 2019-12-10 19:23:59 +01:00
parent 3123042685
commit 405a9349af
5 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,12 @@
## v3.5.2
- FIX: Performance optimization: Only retry sparse trees if server allows hashing
- FIX: Simplify getBookmarksList
- FIX: NextcloudFolders: Increase timeout to 3min
- FIX: webdav lock acquisition mechanism
- FIX: Strategies: Refactor syncTree + always abort on cancel
- FIX: Controller: Disable account on cancelSync to avoid auto-restart
## v3.5.1
- FIX: UI: Input fields were broken

View File

@ -22,11 +22,11 @@ Please also read the License which also governs the use of floccus as well as li
## Contact Us
If you have questions about our Privacy Policy please contact me at mklehr@gmx.net.
If you have questions about this Privacy Policy please contact me at mklehr@gmx.net.
Marcel Klehr
Marie-Alexandra-Straße 56
76135 Karlsruhe
Natruper Straße 211A
49090
Germany
Effective as of Sep 28, 2018

View File

@ -106,6 +106,7 @@ const crx = function() {
return crx3(
fs.createReadStream(`${paths.builds}/floccus-build-v${VERSION}.zip`),
{
keyPath: 'key.pem',
crxPath: `${paths.builds}/floccus-build-v${VERSION}.crx`
}
)

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
"version": "3.5.1",
"version": "3.5.2",
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)",
"icons": {
"48": "icons/logo.png",

View File

@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "3.5.1",
"version": "3.5.2",
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)",
"main": "index.js",
"scripts": {