v4.4.7
This commit is contained in:
Родитель
e258da0bc2
Коммит
0b498d6e24
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -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",
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче