Historique de versions de floccus - 25 versions
floccus par Marcel Klehr
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 5.5.2
Publié le 16 avr. 2025 - 6,42 MoFonctionne avec firefox 58.0 et versions supérieuresFixed- fix(IndexedDB): Delete up to the last hour of logs
- fix(storage): Add checkStorage method to freeStorage regularly
- fix(IndexedDB): Don't store more than 50MB of logs
Code source publié sous licence Mozilla Public License 2.0
Télécharger Firefox et obtenir l’extensionVous avez besoin de Firefox pour utiliser cette extensionAnciennes versions
Version 5.5.1
Publié le 9 avr. 2025 - 6,42 MoFonctionne avec firefox 58.0 et versions supérieuresNew- feat(Logger): Use IndexedDB to store logs in order to store more
- feat(AdditionFailsafe): Extend failsafe mechanism to prevent creation of excessive amounts of bookmarks
- fix(failsafe): Reduce threshold to 20% OR 1k bookmarks
Fixed- fix(Controller): Do not run scheduleSync concurrently for all accounts
- fix(failsafe): Also apply failsafe on upstream changes
- fix(NewAccount): Disable git backend on android/ios
- fix(GoogleDrive): fix "T.includes is not a function" error
- fix(webdav): Validate filesize via PROPFIND to detect partial downloads
Code source publié sous licence Mozilla Public License 2.0
Version 5.4.5
Publié le 20 mars 2025 - 6,31 MoFonctionne avec firefox 58.0 et versions supérieures- fix(Controller): Cap exponential backoff at 1h
- fix(Account): Don't call onSyncFail twice if onSyncStart failed
- fix(App): Allow opening any view in a new tab
- fix(Git): Make sure foreign locks are freed when forceLock is set
- fix(NextcloudBookmarks): Make sure lock is freed when forceLock is set
- fix(LocalTabs): Speed up tabs updated callback
Code source publié sous licence Mozilla Public License 2.0
Version 5.4.4
Publié le 5 févr. 2025 - 6,21 MoFonctionne avec firefox 58.0 et versions supérieuresMinor fixesCode source publié sous licence Mozilla Public License 2.0
Version 5.4.3
Publié le 23 janv. 2025 - 7,83 MoFonctionne avec firefox 58.0 et versions supérieures* fix(OptionsLinkwarden): Allow changing server folder
* fix(Storage): Don't give up when storage entry can not be parsed
* refactor(Account#setData): Accept partial data and use lock to set data (fixes hanging sync on iOS)
* fix(README): Add APK cert fingerprint
* fix(GoogleDrive|WebDAV): Try to catch more errors when file is encrypted
* enh(AutoSync): Add an explantion in settingsCode source publié sous licence Mozilla Public License 2.0
Version 5.4.2.1
Publié le 6 janv. 2025 - 7,83 MoFonctionne avec firefox 58.0 et versions supérieuresCode source publié sous licence Mozilla Public License 2.0
Version 5.4.0
Publié le 30 nov. 2024 - 7,83 MoFonctionne avec firefox 58.0 et versions supérieures* enh(Tree): Add confirmation before deleting items
* enh(tabs): Make merge strategy work with tabs
* enh(Account#sync): Allow forcing sync when profile is scheduled
* fix(Scanner): Improve move stability with same-titled folders
* fix(GoogleDrive|WebDAV): fix _.includes is not a function error
* fix(Account#sync): Do not break lock automaticallyCode source publié sous licence Mozilla Public License 2.0
Version 5.3.4
Publié le 17 nov. 2024 - 7,82 MoFonctionne avec firefox 58.0 et versions supérieuresfix(Linkwarden): Correctly update bookmarks on the serverCode source publié sous licence Mozilla Public License 2.0
Version 5.3.3
Publié le 10 nov. 2024 - 7,82 MoFonctionne avec firefox 58.0 et versions supérieures### New
* enh(Git): Mention profile label in commit message
### Fixed
* fix(ios/sharing-extension): Add compat for newer ios versions
* fix(GoogleDrive): includes is not a function
* fix(Update): Fix visual glitchCode source publié sous licence Mozilla Public License 2.0
Version 5.3.1
Publié le 9 oct. 2024 - 7,82 MoFonctionne avec firefox 58.0 et versions supérieuresFix javascript bookmark handling
Fix(GoogleDrive): Don't leave behind hoards of filesCode source publié sous licence Mozilla Public License 2.0
Version 5.3.0.2
Publié le 28 sept. 2024 - 7,8 MoFonctionne avec firefox 58.0 et versions supérieures### New
* Add support for Linkwarden
### Fixed
* fix(GoogleDrive): Sort files by modified dateCode source publié sous licence Mozilla Public License 2.0
Version 5.2.7
Publié le 8 sept. 2024 - 7,77 MoFonctionne avec firefox 58.0 et versions supérieuresVarious fixesCode source publié sous licence Mozilla Public License 2.0
Version 5.2.6
Publié le 26 août 2024 - 7,77 MoFonctionne avec firefox 58.0 et versions supérieures* fix(Update): Show floccus logo on update page
* fix: Refactor sync algorithm introducing location types (fixed 6 correctness bugs along the way)Code source publié sous licence Mozilla Public License 2.0
Version 5.2.5
Publié le 25 juil. 2024 - 7,77 MoFonctionne avec firefox 58.0 et versions supérieuresMany smaller fixes, plus a new easy way to reach out to the developer if you have problemsCode source publié sous licence Mozilla Public License 2.0
Version 5.2.4
Publié le 2 juil. 2024 - 8,02 MoFonctionne avec firefox 58.0 et versions supérieures* fix(Account): Use exponential backoff instead of disabling profile after 10 errors
* fix(imports): Don't allow importing actions definitions from store/index
* fix(Folder#traverse)
* fix typo in README.md in git repos
* fix(Default#executeAction): fix ordering when doing bulkImport in Unidirectional strategy
* fix(NextcloudBookmarks): Make sure folder exists before appending childrenCode source publié sous licence Mozilla Public License 2.0
Version 5.2.3
Publié le 21 juin 2024 - 7,99 MoFonctionne avec firefox 57.0 et versions supérieures* fix(AccountCard): mention if profile was disabled after error
* fix(OptionsGit): Branch option didn't propagate new valueCode source publié sous licence Mozilla Public License 2.0
Version 5.2.1
Publié le 15 juin 2024 - 7,99 MoFonctionne avec firefox 57.0 et versions supérieuresmake history permission optional and request on demand onlyCode source publié sous licence Mozilla Public License 2.0
Version 5.2.0.3
Publié le 12 juin 2024 - 7,99 MoFonctionne avec firefox 57.0 et versions supérieures### New
* feat: Allow custom labels for profiles
* feat: Allow counting clicks with Nextcloud Bookmarks
* feat: Add some UI interventions asking for donations
* feat: Opt-in automated error reporting using Sentry
### Fixed
* fix: Don't sync scheduled profiles if they're disabled
* fix: Don't show update notification if the user doesn't use floccus
* fix: Do not run two scanners at the same time
* fix: Improve build script to avoid faulty builds
* fix: Give browser more time to breathe to avoid freezing browser
* fix: Disable profile after 10 errors in a rowCode source publié sous licence Mozilla Public License 2.0
Version 5.1.4.2
Publié le 21 mai 2024 - 7,97 MoFonctionne avec firefox 57.0 et versions supérieures### Fixed
* [native] fix(Drawer): Add icon for git profiles
* fix: Improve locking logic
* fix(BrowserController): Don't spam setIcon warnings
* fix(Account): call onSyncFail if onSyncStart failsCode source publié sous licence Mozilla Public License 2.0
Version 5.1.3.1
Publié le 18 mai 2024 - 7,97 MoFonctionne avec firefox 57.0 et versions supérieures[native] fix: set largeHeap to true on android + fix git settings
fix: Improve locking logic
fix(NextcloudBookmarks#getExistingBookmarks): Don't use search-by-url for javascript links
fix: Make Diff#inspect() output more readable
fix: Limit concurrency for reorderings
fix: Improve bulkImport performance by chunking
fix: Unhandled error "Receiving end does not exist"Code source publié sous licence Mozilla Public License 2.0
Version 5.1.2.1
Publié le 14 mai 2024 - 7,97 MoFonctionne avec firefox 57.0 et versions supérieuresFix buildCode source publié sous licence Mozilla Public License 2.0
Version 5.1.2
Publié le 14 mai 2024 - 7,97 MoFonctionne avec firefox 57.0 et versions supérieures* fix(GoogleDrive): Catch 500 errors
* fix(NextcloudBookmarks): Remove feature detection of 5yo features
* feat(NextcloudBookmarks): Accept javascript: links
* fix(webpack): Don't set DEBUG to true in production
* fix(BrowserController#setStatusBadge): Don't throw when setting icon
* fix(Account#progressCallback): Don't error if syncProcess is not defined yet
* fix: Don't error in old Chrome versions if browser.permissions.contains fails
* fix: Wrap local tree fetch error
* fix(webpack): Split initial chunks to avoid AMO review complainingCode source publié sous licence Mozilla Public License 2.0
Version 5.1.1
Publié le 10 mai 2024 - 7,97 MoFonctionne avec firefox 57.0 et versions supérieures* fix(SyncProcess): Do not serialize all trees each progress tick
* fix(SyncProcess): Call progressCb 2x less
* fix(Account): Extract and unify progressCallback
* fix(SyncProcess): Limit action execution concurrency to 12
* fix(Account): Properly declare DEBUG the typescript way
* fix(syncProcess): Properly count planned actions
* fix(Git): On init don't use force push
* fix(Git): Only bulldoze the repository if HEAD or branch cannot be found
* Add optional automatic error reporting to discover dormant bugs
* fix(Unidirectional): Scanner should use mappings if possible
* fix({html,xbel} parsers): Don't replace '0' by ''
* fix: Don't set lock after freeing it
* Fix(BrowserTree): Don't load full Tree on startupCode source publié sous licence Mozilla Public License 2.0
Version 5.1.0
Publié le 5 mai 2024 - 5,83 MoFonctionne avec firefox 57.0 et versions supérieures### New
- enh(ui): Add git adapter: You can now sync via git
### Fixed
* fix(GoogleDrive): Don't pollute console
* fix(BrowserController#getStatus): Show error icon if an account hasn't been synced in two days
* fix: Ignore errors from browser.permissions.contains
* fix: Ignore errors in REQUEST_NET_PERMS
* fix: Replace node.js' url with whatwg URL
* fix: Don't sync tabs if floccus' browser profile is not active
* fix(performance): Turn parallel processing back on
* fix(Account#sync): Don't store continuation if the adapter is caching changes internallyCode source publié sous licence Mozilla Public License 2.0
Version 5.0.10
Publié le 8 mars 2024 - 5,51 MoFonctionne avec firefox 57.0 et versions supérieuresFixed profiles getting stuck in "Scheduled" stateCode source publié sous licence Mozilla Public License 2.0