Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Cerrar sesión
Icono del complemento

Historial de versiones de floccus - 25 versiones

floccus por Marcel Klehr

Se valoró con 4.4 de 5
4.4 estrellas de 5
5
151
4
15
3
8
2
3
1
19
Historial de versiones de floccus - 25 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 5.5.6

    Lanzada el 14 de jul. de 2025 - 6.32 MB
    Compatible con firefox 58.0 y superiores
    Fixed
    • Remove all traces of IndexedDB usage

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Necesitarás Firefox para usar esta extensión
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 5.5.3.1

    Lanzada el 14 de may. de 2025 - 6.31 MB
    Compatible con firefox 58.0 y superiores
    Rollback to v5.4.5 due to memory issues with the new logging system

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.5.3

    Lanzada el 30 de abr. de 2025 - 6.42 MB
    Compatible con firefox 58.0 y superiores
    • perf(GoogleDrive): Speed up "no changes" code path
    • perf(Folder#clone): Make Folder#clone use prototype inheritance to save ALOT of memory
    • perf(BrowserAccount): Don't use browser.bookmarks.getTree() if avoidable
    • refactor(isUsingBrowserTabs): Expose Resource#isUsingBrowserTabs
    • fix(CachingTreeWrapper): Allow changes to the live tree without disturbing the cache
    • fix(App#openInNewTab): Use browser.tabs to open new tab instead of window.open (Didn't work in Edge for Android)
    • fix(Default#applyAdditionFailsafe): Only kick in if at least 20 bookmarks are being added
    • fix(WebDAV): Add Depth header to PROPFIND for getting filesize

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.5.2

    Lanzada el 16 de abr. de 2025 - 6.42 MB
    Compatible con firefox 58.0 y superiores
    Fixed
    • 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

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.5.1

    Lanzada el 9 de abr. de 2025 - 6.42 MB
    Compatible con firefox 58.0 y superiores
    New
    • 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

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.4.5

    Lanzada el 20 de mar. de 2025 - 6.31 MB
    Compatible con firefox 58.0 y superiores
    • 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

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.4.4

    Lanzada el 5 de feb. de 2025 - 6.21 MB
    Compatible con firefox 58.0 y superiores
    Minor fixes

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.4.3

    Lanzada el 23 de ene. de 2025 - 7.83 MB
    Compatible con firefox 58.0 y superiores
    * 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 settings

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.4.2.1

    Lanzada el 6 de ene. de 2025 - 7.83 MB
    Compatible con firefox 58.0 y superiores

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.4.0

    Lanzada el 30 de nov. de 2024 - 7.83 MB
    Compatible con firefox 58.0 y superiores
    * 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 automatically

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.3.4

    Lanzada el 17 de nov. de 2024 - 7.82 MB
    Compatible con firefox 58.0 y superiores
    fix(Linkwarden): Correctly update bookmarks on the server

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.3.3

    Lanzada el 10 de nov. de 2024 - 7.82 MB
    Compatible con firefox 58.0 y superiores
    ### 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 glitch

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.3.1

    Lanzada el 9 de oct. de 2024 - 7.82 MB
    Compatible con firefox 58.0 y superiores
    Fix javascript bookmark handling
    Fix(GoogleDrive): Don't leave behind hoards of files

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.3.0.2

    Lanzada el 28 de sep. de 2024 - 7.8 MB
    Compatible con firefox 58.0 y superiores
    ### New

    * Add support for Linkwarden

    ### Fixed

    * fix(GoogleDrive): Sort files by modified date

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.7

    Lanzada el 8 de sep. de 2024 - 7.77 MB
    Compatible con firefox 58.0 y superiores
    Various fixes

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.6

    Lanzada el 26 de ago. de 2024 - 7.77 MB
    Compatible con firefox 58.0 y superiores
    * fix(Update): Show floccus logo on update page
    * fix: Refactor sync algorithm introducing location types (fixed 6 correctness bugs along the way)

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.5

    Lanzada el 25 de jul. de 2024 - 7.77 MB
    Compatible con firefox 58.0 y superiores
    Many smaller fixes, plus a new easy way to reach out to the developer if you have problems

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.4

    Lanzada el 2 de jul. de 2024 - 8.02 MB
    Compatible con firefox 58.0 y superiores
    * 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 children

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.3

    Lanzada el 21 de jun. de 2024 - 7.99 MB
    Compatible con firefox 57.0 y superiores
    * fix(AccountCard): mention if profile was disabled after error
    * fix(OptionsGit): Branch option didn't propagate new value

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.1

    Lanzada el 15 de jun. de 2024 - 7.99 MB
    Compatible con firefox 57.0 y superiores
    make history permission optional and request on demand only

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.2.0.3

    Lanzada el 12 de jun. de 2024 - 7.99 MB
    Compatible con firefox 57.0 y superiores
    ### 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 row

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.1.4.2

    Lanzada el 21 de may. de 2024 - 7.97 MB
    Compatible con firefox 57.0 y superiores
    ### 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 fails

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.1.3.1

    Lanzada el 18 de may. de 2024 - 7.97 MB
    Compatible con firefox 57.0 y superiores
    [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"

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.1.2.1

    Lanzada el 14 de may. de 2024 - 7.97 MB
    Compatible con firefox 57.0 y superiores
    Fix build

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
  • Versión 5.1.2

    Lanzada el 14 de may. de 2024 - 7.97 MB
    Compatible con firefox 57.0 y superiores
    * 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 complaining

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 2.0

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Acerca de los complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog Comunitario
  • Foro
  • Informar de un error
  • Guía de revisión

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidad
  • Cookies
  • Legal

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.