floccus Versionsgeschichte – 25 Versionen
floccus von Marcel Klehr
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 5.3.1
Veröffentlicht 9. Okt. 2024 – 7,82 MBFunktioniert mit firefox 58.0 und höherFix javascript bookmark handling
Fix(GoogleDrive): Don't leave behind hoards of filesQuelltext steht unter der Mozilla Public License 2.0
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 5.3.0.2
Veröffentlicht 28. Sep. 2024 – 7,8 MBFunktioniert mit firefox 58.0 und höher### New
* Add support for Linkwarden
### Fixed
* fix(GoogleDrive): Sort files by modified dateQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.7
Veröffentlicht 8. Sep. 2024 – 7,77 MBFunktioniert mit firefox 58.0 und höherVarious fixesQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.6
Veröffentlicht 26. Aug. 2024 – 7,77 MBFunktioniert mit firefox 58.0 und höher* fix(Update): Show floccus logo on update page
* fix: Refactor sync algorithm introducing location types (fixed 6 correctness bugs along the way)Quelltext steht unter der Mozilla Public License 2.0
Version 5.2.5
Veröffentlicht 25. Juli 2024 – 7,77 MBFunktioniert mit firefox 58.0 und höherMany smaller fixes, plus a new easy way to reach out to the developer if you have problemsQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.4
Veröffentlicht 2. Juli 2024 – 8,02 MBFunktioniert mit firefox 58.0 und höher* 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 childrenQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.3
Veröffentlicht 21. Juni 2024 – 7,99 MBFunktioniert mit firefox 57.0 und höher* fix(AccountCard): mention if profile was disabled after error
* fix(OptionsGit): Branch option didn't propagate new valueQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.1
Veröffentlicht 15. Juni 2024 – 7,99 MBFunktioniert mit firefox 57.0 und höhermake history permission optional and request on demand onlyQuelltext steht unter der Mozilla Public License 2.0
Version 5.2.0.3
Veröffentlicht 12. Juni 2024 – 7,99 MBFunktioniert mit firefox 57.0 und höher### 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 rowQuelltext steht unter der Mozilla Public License 2.0
Version 5.1.4.2
Veröffentlicht 21. Mai 2024 – 7,97 MBFunktioniert mit firefox 57.0 und höher### 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 failsQuelltext steht unter der Mozilla Public License 2.0
Version 5.1.3.1
Veröffentlicht 18. Mai 2024 – 7,97 MBFunktioniert mit firefox 57.0 und höher[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"Quelltext steht unter der Mozilla Public License 2.0
Version 5.1.2.1
Veröffentlicht 14. Mai 2024 – 7,97 MBFunktioniert mit firefox 57.0 und höherFix buildQuelltext steht unter der Mozilla Public License 2.0
Version 5.1.2
Veröffentlicht 14. Mai 2024 – 7,97 MBFunktioniert mit firefox 57.0 und höher* 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 complainingQuelltext steht unter der Mozilla Public License 2.0
Version 5.1.1
Veröffentlicht 10. Mai 2024 – 7,97 MBFunktioniert mit firefox 57.0 und höher* 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 startupQuelltext steht unter der Mozilla Public License 2.0
Version 5.1.0
Veröffentlicht 5. Mai 2024 – 5,83 MBFunktioniert mit firefox 57.0 und höher### 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 internallyQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.10
Veröffentlicht 8. März 2024 – 5,51 MBFunktioniert mit firefox 57.0 und höherFixed profiles getting stuck in "Scheduled" stateQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.8
Veröffentlicht 7. Jan. 2024 – 5,51 MBFunktioniert mit firefox 57.0 und höher* fix(manifest.firefox.json): Make sure host permission matches the one in the codeQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.7
Veröffentlicht 4. Jan. 2024 – 5,51 MBFunktioniert mit firefox 57.0 und höher* fix(Controller): Remember strategy when scheduling sync after lock error
* Complete translations for Japanese, Spanish and GermanQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.6
Veröffentlicht 31. Dez. 2023 – 5,5 MBFunktioniert mit firefox 57.0 und höher* fix(background sync): Move back to manifest v2 for firefox
* fix(Account#setData): re-init if localRoot is changed
* fix(Options): Fix v-switch input
* fix(Controller#scheduleSync): Allow syncing if account is disabled and scheduledQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.5
Veröffentlicht 20. Dez. 2023 – 5,5 MBFunktioniert mit firefox 109.0 und höher### Fixed
* Fix: Move waiting for lock out of adapters into controller
* fix(NextcloudBookmarks): Use CapacitorHttp to avoid cors errors in capacitor 5
* fix(native/START_LOGIN_FLOW): migrate to new capacitor http APIQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.4
Veröffentlicht 15. Dez. 2023 – 5,49 MBFunktioniert mit firefox 109.0 und höherfix(Import): Request network permissions before import
fix(GoogleDrive): Request network permissions before loginQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.3
Veröffentlicht 12. Dez. 2023 – 5,49 MBFunktioniert mit firefox 109.0 und höher### Fixed
- fix(Unlock with credentials): Missing await 🙈
- fix(Profile import)
- fix(options): Auto-sync option was not saved
- fix(GoogleDrive): Fix permissions.contains syntax
- fix: Always cast to string before comparing item ids
- fix(HtmlSerializer): Try to fix ordering test
- fix(HtmlSerializer): Use Cheerio.text() for getting titleQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.2
Veröffentlicht 9. Dez. 2023 – 5,5 MBFunktioniert mit firefox 109.0 und höher### Fixed
- Fix another XBEL parser bug
- Fix HTML parserQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.1
Veröffentlicht 9. Dez. 2023 – 5,5 MBFunktioniert mit firefox 109.0 und höherFix Xbel SerializerQuelltext steht unter der Mozilla Public License 2.0
Version 5.0.0
Veröffentlicht 9. Dez. 2023 – 5,5 MBFunktioniert mit firefox 109.0 und höher## New
- Avoid syncing private tabs
- Add a 'Sync all' button
- Overhaul profile overview UI
## Changed
- [browser] Migrate to Manifest v3
- [browser] remove unlock passphrase feature
- [native] Remove background mode because it was buggy
- Sync 3s after startup
- Upgrade to capacitor 5
- Upgrade to gradle 8
- "Accounts" are now called "Profiles"
## Fixed
- [native] Reset profile syncing state on app start
- [native] Allow turning auto-sync back on
- [native] fix(AddBookmarkIntent): Close intent after saving bookmark
- [ios] fix(sharing) Fix share target
- Allow setting sync interval to 5min
- Local folder option: Make more clear what each option does and the implications of that
- Store passphrase for google-drive encryption correctly
- NextcloudBookmarks: Do not write lock after onSyncCompleted
- Fix bookmarks change detection
- Fix BrowserController#onchange: Don't error out on deleted items
- fix(FileUnreadableError): Make error message more clear
- fix(downloadLogs): Add redacted/full to file name
- fix(messages): Make it more clear that people need to install Nextcloud Bookmarks to use it
- fix(BrowserController): Set unlocked to true by default
- fix(LocalTabs): Don't activate all tabs upon creating them
- fix(ImportExport): Trigger alert when import is done
- fix(OptionsWebdav): properly import OptionsPassphrase component
- fix(OptionsSyncFolder): show spinner while running getTree
- fix(HtmlSerializer): Make html output compatible with common browsers while maintaining backward compatibilityQuelltext steht unter der Mozilla Public License 2.0