Buscador de complementos para Firefox
Iniciar sesión
Icono del complemento

Historial de versiones de AAD - Highly Customizable GitHub - 9 versiones

AAD - Highly Customizable GitHub por Murat Kirazkaya

Todavía no hay valoraciones
0 estrellas de 5
5
0
4
0
3
0
2
0
1
0
Historial de versiones de AAD - Highly Customizable GitHub - 9 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 1.2.9

    Lanzada el 22 de jul. de 2026 - 1,13 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    • quick look GitHub notifications: button selectors updated for new header IconButton; content selectors fall back through list variants
    • notifications quick look uses document capture click so GitHub navbar re-renders no longer drop the handler
    • general settings mount fallback finds header a[href="/notifications"] when old notifications button id is gone
    • toast bus renamed to aad:new-notification with detail guard so foreign onNewNotification events no longer crash AAD
    • entries widget settings show generated GitHub search URL (readonly; updates after save)
    • entries/recent activity: clone scraped /issues list DOM (data-listview-component / aria hooks) with page CSS; use ?type=pr / ?type=issue instead of search URLs

    Se publicó el código fuente bajo la licencia MIT License

    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 1.2.8

    Lanzada el 21 de jul. de 2026 - 1,13 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    • mount notification manager before boot so early toasts work
    • await container init before loading widgets; guard missing container storage
    • clearFeed uses transition timeout fallback so boot never hangs on fade CSS
    • GitHub UI change helper toasts with link to open a project issue (includes stack trace)
    • username resolves via PAT /user when DOM fallbacks fail
    • storage provider expiry keys and read path fixed; poll interval slowed to 30s
    • serial storage queue prevents read-modify-write races on containers
    • saveWidgetPosition merges existing widget config by UUID and debounces writes (lazy init fixes script load order)
    • error handler notifications include Open issue action with stack trace
    • skip PAT validation when empty; cache token validity for 5 minutes
    • general settings button retries header mount with fallbacks instead of silent skip
    • mount settings after feed swap; header MutationObserver re-mounts when GitHub navbar re-renders
    • mount settings after widget load (main); body MutationObserver + delayed re-check catches late header swaps
    • add missing waitUntil helper used by settings mount retries
    • todo widget uses waitUntil instead of broken aad_repeatlyCall for listener binding
    • widget picker images updated to official repo assets on GitHub
    • hide unhydrated GitHub list skeleton metadata in recent activity and entries widgets
    • issue/PR preview uses gh_v1 HTML when available; gh_v2 shows API comment loader
    • API-loaded comments render with GitHub timeline markup (avatar, header, markdown-body)
    • remove stuck PR merge box spinner from gh_v2 HTML previews

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.7

    Lanzada el 18 de ene. de 2026 - 3,04 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    • Safe DOM utilities with graceful error handling added
    • Centralized GitHub preview system added
    • Unified link handling for GitHub URLs added
    • Reduced duplicated code across widgets (~300 lines removed), refactored
    • Better handling when GitHub changes their UI, refactored
    • Consistent error reporting for developers, refactored

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.6

    Lanzada el 17 de ene. de 2026 - 2,2 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    • fixed query selector problems because of GitHub UI changes
    • fixed modal preview problems in toggle-stuck elements

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.5

    Lanzada el 3 de ene. de 2026 - 2,16 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    • repository preview buggy part fixed
    • mine repositories quick look buggy part fixed
    • entries won't loading fixed
    • recent activity won't loading fixed
    • added repository based rendering to entries widget
    • more todo widget stability
    • repo/pr/issue preview opener in todo description | for other links open in new tab
    • issue preview won't open fixed

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.4

    Lanzada el 28 de nov. de 2024 - 2,07 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    - optional API usage

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.3

    Lanzada el 30 de sep. de 2024 - 2,07 MB
    Compatible con firefox 109.0a1 y superiores, android 120.0 y superiores
    ## 1.2.1

    - Added send metrics option to settings (by default true in whitelist but I want to keep the default off depending on
    the number of users)
    - Metrics back-end improvements and most metrics will be public, actually already public right now too
    - Now container max count changed 4 to 16 (I hope it's enough, I made because of ultra-wide monitors)
    - Settings navigation are navigating now :D

    ## 1.2.2

    - Now when you reach min version, you will see a notification about the new version.
    - |-> and when you reach hard min version, you will see a modal to update.
    - In the entries widget, now you can filter by
    - |-> specific label
    - |-> specific assignee
    - |-> specific CIStatus like success, failed, pending as mergeable or not mergeable
    - |-> specific review status like approved, changes requested, review by specific user
    - In the trending widget, now you can change initial render count in settings.
    - New term added as quick look, like right now you can quick look to GitHub notifications with clicking the notification icon.
    - Trending widget a little bit improved in UI so know not has a horizontal scrollbar and easier to customize.

    ## 1.2.3

    - Quick look GitHub notifications crash fixed when empty notifications.
    - Metrics changed to false by default.

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.0

    Lanzada el 27 de ago. de 2024 - 750,36 KB
    Compatible con firefox 109.0a1 y superiores
    ## 1.1.7

    - FireError with report
    - Timing to notifications
    - Network Layer Schema
    - aadRender which able to render new aad components

    ## 1.1.8

    - Change widget position save fixed.
    - New 'entries not found' text rather than crash
    - Error handling improvements
    - Slightly bigger aad's custom scrollbar
    - Some scrolls moved to aad's custom scrollbar

    ## 1.1.9

    - Another bug when widget position save fixed.
    - Better support to all themes
    - Trending widget settings improvements

    ## 1.2.0

    - Added border to common modals
    - Settings fully changed
    - Fixed some widget based bugs

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.1.6

    Lanzada el 5 de ago. de 2024 - 534,33 KB
    Compatible con firefox 109.0a1 y superiores
    - feat: Requested unlimitedStorage permission to store everything(mostly) on your local.

    Se publicó el código fuente bajo la licencia MIT License

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

Complementos

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

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 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.