Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

MyQOnly의 버전 기록 - 16개 버전

MyQOnly 제작자: mike_conley

5점 만점에 5점
5 / 5
5
8
4
0
3
0
2
0
1
0
MyQOnly의 버전 기록 - 16개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 0.10.0

    2024년 3월 3일에 출시 - 165.41 KB
    firefox 62.0 이상에서 작동
    * There is now an option to ignore draft pull requests from GitHub. Thanks to Andrew Halberstadt for the patch!

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 0.9.1

    2021년 7월 12일에 출시 - 165.21 KB
    firefox 62.0 이상에서 작동
    * 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!

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.9.0

    2021년 5월 21일에 출시 - 165.16 KB
    firefox 62.0 이상에서 작동
    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!

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.8.3

    2020년 2월 1일에 출시 - 164.54 KB
    firefox 62.0 이상에서 작동
    * Unchecking "Include reviewer groups in badge count" persists across restarts. Thanks to Aaron Klotz for the patch!

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.8.2

    2020년 1월 23일에 출시 - 164.51 KB
    firefox 62.0 이상에서 작동
    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.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.7.1

    2019년 1월 21일에 출시 - 147.11 KB
    firefox 62.0 이상에서 작동
    * Fixed the "activeRevisions is null" bug in the Phabricator test case debug tool.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.7

    2019년 1월 10일에 출시 - 147.07 KB
    firefox 62.0 이상에서 작동
    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

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.6.1

    2018년 12월 3일에 출시 - 146.84 KB
    firefox 62.0 이상에서 작동
    * 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.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.5.4

    2018년 11월 22일에 출시 - 75.53 KB
    firefox 62.0 이상에서 작동
    * Skipped 0.5.3 due to an AMO upload snafu.
    * Migrating the storage schema to increase flexibility for upcoming features.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.5.2

    2018년 11월 16일에 출시 - 74.11 KB
    firefox 62.0 이상에서 작동
    * Fixed the Bugzilla API key input so that it properly updates the configuration now.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.5.1

    2018년 11월 8일에 출시 - 74.06 KB
    firefox 62.0 이상에서 작동
    * 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!

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.5

    2018년 11월 5일에 출시 - 74 KB
    firefox 62.0 이상에서 작동
    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).

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.4

    2018년 10월 27일에 출시 - 25.74 KB
    firefox 62.0 이상에서 작동
    * Archived GitHub pull requests are no longer included in the final tally

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.3

    2018년 10월 17일에 출시 - 25.73 KB
    firefox 62.0 이상에서 작동
    * Added GitHub support (thanks thomcc!)

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.2

    2018년 10월 6일에 출시 - 25.15 KB
    firefox 62.0 이상에서 작동
    Instead of requiring Phabricator API keys, the add-on will attempt to use a pre-existing Phabricator session to get at the reviews dashboard.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1

    2018년 9월 9일에 출시 - 25.23 KB
    firefox 62.0 이상, android 62.0 ~ 68.*에서 작동

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.