Firefox-selaimen lisäosat
  • Laajennukset
  • Teemat
    • Firefoxille
    • Oikolukusanastot ja kielipaketit
    • Muiden selainten sivustot
    • Lisäosia Androidille
Kirjaudu sisään
Lisäosan kuvake

Lisäosan MyQOnly versiohistoria - 16 versiota

MyQOnly tekijä mike_conley

Arvioitu 5/5
5/5 tähteä
5
8
4
0
3
0
2
0
1
0
Lisäosan MyQOnly versiohistoria - 16 versiota
  • Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.

  • Uusin versio

    Versio 0.10.0

    Julkaistu 3. maalis 2024 - 165,41 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * There is now an option to ignore draft pull requests from GitHub. Thanks to Andrew Halberstadt for the patch!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Tarvitset Firefoxin käyttääksesi tätä laajennusta
    Lataa Firefox ja hanki laajennus
    Lataa tiedosto
  • Vanhemmat versiot

    Versio 0.9.1

    Julkaistu 12. heinä 2021 - 165,21 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Fixed an issue where setting an empty string as the list of ignored GitHub team repositories would cause all GitHub repositories to be hidden. Thanks to Andrew Halberstadt for the patch!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.9.0

    Julkaistu 21. touko 2021 - 165,16 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    New features:
    * It's now possible to ignore a GitHub team repository by using just a substring of the URL. This means `mozilla-mobile/fenix` would skip reviews for that repo, and `mozilla-mobile` would skip reviews for that entire org. Thanks to Andrew Halberstadt for the patch!
    * GitHub API tokens can now be set in the Options page for private repositories! Thanks to Justin Wood for the patch!

    Changes
    * The panel now links to https://phabricator.services.mozilla.com/differential for Phabricator reviews. This is more direct and less noisy than the full-blown Phabricator dashboard.

    Bug fixes
    * Fixed an issue where the "Include reviewer groups in badge count" setting wouldn't persist between browser restarts. Thanks to Aaron Klotz for the patch!
    Fixed an issue where MyQOnly wouldn't count GitHub pull requests on ignored groups even if the user was requested directly. Thanks to Andrew Halberstadt for the patch!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.8.3

    Julkaistu 1. helmi 2020 - 164,54 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Unchecking "Include reviewer groups in badge count" persists across restarts. Thanks to Aaron Klotz for the patch!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.8.2

    Julkaistu 23. tammi 2020 - 164,51 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    New features
    * It's now possible to filter out group reviews from your review count. Look for the "Include reviewer groups in badge count" checkbox in the Options interface. Thanks to Aaron Klotz for the patch!

    Bug fixes
    * Updated icons to meet new requirements on addons.mozilla.org.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.7.1

    Julkaistu 21. tammi 2019 - 147,11 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Fixed the "activeRevisions is null" bug in the Phabricator test case debug tool.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.7

    Julkaistu 10. tammi 2019 - 147,07 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    New features
    * GitHub pull requests from yourself or specific teams can be filtered out. Thanks to thomcc for the patch!

    Bug fixes
    * Worked around a grammar issue for singular reviews / needinfos in the panel.
    * If GitHub usernames or Bugzilla API keys are cleared after originally being set, doesn't attempt to query those services
    * Improved some spacing in the Options interface

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.6.1

    Julkaistu 3. joulu 2018 - 146,84 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Needinfos can now be counted for Bugzilla. This is disabled by default.
    * Warnings show up in the panel if no Phabricator session exists.
    * Fixed a bug where some services would get the same IDs.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.5.4

    Julkaistu 22. marras 2018 - 75,53 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Skipped 0.5.3 due to an AMO upload snafu.
    * Migrating the storage schema to increase flexibility for upcoming features.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.5.2

    Julkaistu 16. marras 2018 - 74,11 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Fixed the Bugzilla API key input so that it properly updates the configuration now.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.5.1

    Julkaistu 8. marras 2018 - 74,06 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Fixed the refresh button so that it actually refreshes the count by asking services for updated counts. How embarrassing!
    * Added a minimum delay of 250ms to the refresh state in the popup. Thanks to jhirsch for the patch!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.5

    Julkaistu 5. marras 2018 - 74 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    New features
    * Redesigned the panel. The panel now has a button to refresh the review count, as well as a shortcut to the add-on options page.
    * Added working hours support. Choose which windows of time you want to be informed about your review queue. Thanks to jhirsch for the initial implementation!

    Bug fixes
    * Made the Bugzilla API key input a password field
    * Added a simple, and hopefully unobtrusive new feature notification system. To be used sparingly.
    * Added a very simple debugging tool for generating Phabricator test cases (hover your mouse over the bottom-right part of the options page).

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.4

    Julkaistu 27. loka 2018 - 25,74 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Archived GitHub pull requests are no longer included in the final tally

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.3

    Julkaistu 17. loka 2018 - 25,73 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    * Added GitHub support (thanks thomcc!)

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.2

    Julkaistu 6. loka 2018 - 25,15 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat
    Instead of requiring Phabricator API keys, the add-on will attempt to use a pre-existing Phabricator session to get at the reviews dashboard.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
  • Versio 0.1

    Julkaistu 9. syys 2018 - 25,23 kt
    Yhteensopivuus: firefox 62.0 ja uudemmat, android versiosta 62.0 versioon 68.*

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)

    Lataa tiedosto
Siirry Mozillan verkkosivustolle

Lisäosat

  • Tietoja
  • Firefox-lisäosien blogi
  • Laajennustyöpaja
  • Kehityskeskus
  • Kehittäjäkäytännöt
  • Yhteisön blogi
  • Keskustelualue
  • Ilmoita ongelmasta
  • Opas arviointiin

Selaimet

  • Desktop
  • Mobile
  • Enterprise

Tuotteet

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Tietosuoja
  • Evästeet
  • Juridiset asiat

Jos ei erikseen mainita, tämän sivuston sisällön kattaa lisenssi Creative Commons Attribution Share-Alike License v3.0 tai mikä tahansa uudempi versio.