mirror of
https://github.com/floccusaddon/floccus
synced 2025-04-29 15:57:24 +08:00
v3.5.2
This commit is contained in:
parent
3123042685
commit
405a9349af
@ -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
|
||||
|
@ -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
|
||||
|
@ -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`
|
||||
}
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user