This commit is contained in:
Marcel Klehr 2021-01-05 13:37:51 +01:00
Родитель e258da0bc2
Коммит 0b498d6e24
4 изменённых файлов: 20 добавлений и 18727 удалений

Просмотреть файл

@ -1,5 +1,23 @@
# Changelog
## v4.4.7
### Fixed
- UI: NewAccount: Remove nextcloud legacy option
- NextcloudFolders: Fix sparse trees
- NextcloudFolders#updateBookmark: preserve intention when moving bookmarks
- Scanner: Clone with Hash
- Sync: Move canMergeWith detection to Scanner mergeable
- Sync: Fix race conditions
- Sync: Simplify scanner
- Sync: Avoid artificial Cycles in Toposort
- Sync: Avoid duplicate REORDERs
- Sync: Filter out REORDERs that are invlidated from hierarchy reversal remediation
- Sync: Avoid duplicates in concurrent hierarchy reversal detection
- Sync: Extend detection for concurrent hierarchy reversals
- Fix reconcileReorders
- Fix Scanner: Account for reorders at the end
## v4.4.6
### Fixed

Просмотреть файл

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

18725
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

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