Add-ons voor Firefox Browser
  • Extensies
  • Thema’s
    • voor Firefox
    • Woordenboeken en taalpakketten
    • Websites voor andere browsers
    • Add-ons voor Android
Aanmelden
Add-onpictogram

Versiegeschiedenis van MRFlow - 18 versies

MRFlow door Vitaliy Pavliyk

Waardering: 5 van 5
5 sterren van 5
5
1
4
0
3
0
2
0
1
0
Versiegeschiedenis van MRFlow - 18 versies
  • Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.

  • Nieuwste versie

    Versie 1.2.2

    Uitgegeven op 27 jun. 2025 - 24,43 KB
    Werkt met firefox 109.0a1 en later
    Fix:
    • Fix merge request card style in the board mode

    Broncode vrijgegeven onder MIT-licentie

    U hebt Firefox nodig om deze extensie te gebruiken
    Firefox downloaden en de extensie ontvangen
    Bestand downloaden
  • Oudere versies

    Versie 1.2.1

    Uitgegeven op 29 apr. 2025 - 24,37 KB
    Werkt met firefox 109.0a1 en later
    IMPROVEMENTS
    • Board Navigation: Fixed issues with Kanban board display when navigating between merge request tabs and pages. The board now properly cleans up and reinitializes when changing views.
    • Performance: Optimized merge request loading and processing by reducing unnecessary API calls and DOM operations

    FIXES
    • UI Fixes:
      • Fixed stacking issues with GitLab's accessibility elements
      • More consistent styling using GitLab's CSS variables
    • Memory Management: Fixed memory leaks by properly cleaning up board elements when navigating
    • NEW COMMITS and NEW COMMENTS banners: return banners to cards as there were missing after the refactor

    TECHNICAL
    • Reorganized code structure for better maintainability
    • Added detailed code comments and section organization

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 1.2.0

    Uitgegeven op 29 apr. 2025 - 32,93 KB
    Werkt met firefox 109.0a1 en later
    IMPROVEMENTS
    • Board Navigation: Fixed issues with Kanban board display when navigating between merge request tabs and pages. The board now properly cleans up and reinitializes when changing views.
    • Performance: Optimized merge request loading and processing by reducing unnecessary API calls and DOM operations

    FIXES
    • UI Fixes:
    • Fixed stacking issues with GitLab's accessibility elements
    • More consistent styling using GitLab's CSS variables
    • Memory Management: Fixed memory leaks by properly cleaning up board elements when navigating

    TECHNICAL
    • Reorganized code structure for better maintainability
    • Added detailed code comments and section organization

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 1.1.0

    Uitgegeven op 24 jan. 2025 - 32,78 KB
    Werkt met firefox 109.0a1 en later
    # NEW
    ## "NEW COMMITS" and "NEW COMMENTS" badges
    Now, extension will remember number of commits and comments when you approve merge request. If the merge requests has new commits or new comments since your approval, a new badge will appear on the merge request card. You will need to acknowledge changed by revoking approval and approving merge request again to clear NEW X badges

    ## Merge requests count in columns headers in Kanban board mode
    Now, kanban columns contain a number of merge requests located in this column.
    *Note: merge requests list is limited by merge requests located on the current original page, so the number displays only merge requests on the current page*

    ## Replace native discussions badge and add icon to number of user's threads
    Native GitLab discussions badge is replaced by custom once with total number of threads (closed/total) and number of user's threads (closed/total). The feature was introduced in v1.0.0, but now an icon to user's threads badge is added for supposedly easier recognition

    # FIX
    - Adapt parsing to new GitLab version
    - Make the Kanban board mode not work on merge requests tabs other than "Open" ("Merged", "Closed" and "All" tabs will be displayed in List mode)
    - Fetch full discussions list by using paginated requests so the discussions number is displayed correctly on the merge request

    # Known issues
    Currently, due to GitLab's new approach of asynchronous merge requests loading, the extension will work incorrectly and will interfere with merge requests displaying while navigating through tabs "Open", "Merged", "Closed" and "All" and also while navigating through merge requests paginated pages. To display the page correctly you will need to refresh the page after navigation
    This issues will be fixed soon in the next patch version

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 1.0.0

    Uitgegeven op 29 okt. 2024 - 31,7 KB
    Werkt met firefox 58.0 en later
    # NEW
    ## New kanban board-like merge requests list layout
    The merge requests list now is divided into three columns: To Review, Pending, Approved.
    - To Review: Merge requests that requires your attention
    - Pending: Merge requests with threads opened by you
    - Approved: Merge requests that you have approved

    ## New badges
    Merge requests elements now contain number of threads: total and yours. They are displayed in format "closed threads / total threads".
    Also, approvers number badge redesigned.

    ## Extension configuration
    The extension now have a popup with settings: you can configure required number of approvers and merge requests list layout (legacy/board)

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.6.0

    Uitgegeven op 26 apr. 2024 - 26,1 KB
    Werkt met firefox 48.0 en later
    Enhancement:
    - Adapt badges to the new GitLab style

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.5.0

    Uitgegeven op 9 apr. 2024 - 26,1 KB
    Werkt met firefox 48.0 en later
    FIX:
    - Add new gitlab merge requests page UI support

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.4.0

    Uitgegeven op 19 dec. 2023 - 26,09 KB
    Werkt met firefox 48.0 en later
    Fix:
    - Adapted extension to the new GitLab page
    - moved check boxes above the Approve button to prevent accidental merges
    - Fixed interval

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.3.5

    Uitgegeven op 28 sep. 2023 - 26,04 KB
    Werkt met firefox 48.0 en later
    - Updated value of required number of approves to merge the merge request

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.3.4

    Uitgegeven op 28 sep. 2023 - 26,03 KB
    Werkt met firefox 48.0 en later
    - Updated value of required number of approves to merge the merge request

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.3.3

    Uitgegeven op 4 apr. 2023 - 26,02 KB
    Werkt met firefox 48.0 en later
    Fix:
    - Fixed the absolute paths to use relative ones

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.3.1

    Uitgegeven op 3 apr. 2023 - 26,11 KB
    Werkt met firefox 48.0 en later
    - Fixed extension work with new gitlab UI
    - Added 'merge' button removing if checks are not checked
    - Returned info about approves but removed the 'Approve' button

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.3.0

    Uitgegeven op 8 feb. 2023 - 25,84 KB
    Werkt met firefox 48.0 en later
    Added reviewers number badge at the merge requests list page

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.2.0

    Uitgegeven op 18 nov. 2022 - 25,55 KB
    Werkt met firefox 48.0 en later
    New:
    - Merge requests, that are approved by you, are now highlighted with green in merge requests list

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.1.2

    Uitgegeven op 8 nov. 2022 - 25,48 KB
    Werkt met firefox 48.0 en later
    - Fixed approve button removal (was not removing if the approve button had text "Approve additionally" instead of just "Approve")

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.1.1

    Uitgegeven op 27 okt. 2022 - 25,47 KB
    Werkt met firefox 48.0 en later
    Now this addon not only dimmers the draft merge requests in the merge requests list, but adds a reviewers utils.
    - Fixed GitLab URL pattern
    - Added check-boxes instead of "Approve" bar with conditions to be checked before the merge request approval

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.1.0

    Uitgegeven op 27 okt. 2022 - 32,03 KB
    Werkt met firefox 48.0 en later
    Now this addon not only dimmers the draft merge requests in the merge requests list, but adds a reviewers utils.
    - Fixed GitLab URL pattern
    - Added check-boxes instead of "Approve" bar with conditions to be checked before the merge request approval

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
  • Versie 0.0.3

    Uitgegeven op 9 aug. 2022 - 7,87 KB
    Werkt met firefox 48.0 en later
    - Fixed url filter
    - Changed extension name in the manifest.json

    Broncode vrijgegeven onder MIT-licentie

    Bestand downloaden
Naar Mozilla’s startpagina

Add-ons

  • Over
  • Firefox-add-onsblog
  • Extensieworkshop
  • Ontwikkelaarshub
  • Ontwikkelaarsbeleid
  • Gemeenschapsblog
  • Forum
  • Een bug melden
  • Beoordelingsrichtlijnen

Browsers

  • Desktop
  • Mobile
  • Enterprise

Producten

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

Tenzij anders vermeld, is op de inhoud van deze website de Creative Commons Attribution Share-Alike License v3.0 of latere versie van toepassing.