Lisäosan MRFlow versiohistoria - 22 versiota
MRFlow tekijä Vitaliy Pavliyk
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 1.4.1
Julkaistu 15. syys 2025 - 24,88 ktYhteensopivuus: firefox 109.0a1 ja uudemmatFIX:- Change ready merge request CSS class because the previous one is already used by GL
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Vanhemmat versiot
Versio 1.4.0
Julkaistu 14. syys 2025 - 24,88 ktYhteensopivuus: firefox 109.0a1 ja uudemmatIMPROVEMENTS- Merge request readiness: Merge requests that have status 'mergable' and have required number of approves now have a green glowing on a merge requests page
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.3.1
Julkaistu 26. elo 2025 - 24,82 ktYhteensopivuus: firefox 109.0a1 ja uudemmatFix:- 'NEW REPLIES' banner was not displaying if there were no responses earlier
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.3.0
Julkaistu 20. elo 2025 - 24,83 ktYhteensopivuus: firefox 109.0a1 ja uudemmatIMPROVEMENTS- New Replies Tracking: Added detection and banner for new replies to your unresolved threads since your last visit.
- Enhanced Comment/Commit/Replies Detection: Make new commits/comments/replies acknowledging by visiting the merge request.
- Banners: All banners are now shown for merge requests on "Pending" column as well as on "Approved" (new commits/comments) in Kanban view.
FIXES- Approval Badge Placement: Fixed incorrect selector and placement for the approvals badge in the merge request controls.
- Debounced Data Saving: Prevented excessive localStorage writes and API calls by debouncing updates when interacting with MR buttons.
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.2.2
Julkaistu 27. kesä 2025 - 24,43 ktYhteensopivuus: firefox 109.0a1 ja uudemmatFix:- Fix merge request card style in the board mode
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.2.1
Julkaistu 29. huhti 2025 - 24,37 ktYhteensopivuus: firefox 109.0a1 ja uudemmatIMPROVEMENTS- 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
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.2.0
Julkaistu 29. huhti 2025 - 32,93 ktYhteensopivuus: firefox 109.0a1 ja uudemmatIMPROVEMENTS- 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
Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.1.0
Julkaistu 24. tammi 2025 - 32,78 ktYhteensopivuus: firefox 109.0a1 ja uudemmat# 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 versionLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 1.0.0
Julkaistu 29. loka 2024 - 31,7 ktYhteensopivuus: firefox 58.0 ja uudemmat# 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)Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.6.0
Julkaistu 26. huhti 2024 - 26,1 ktYhteensopivuus: firefox 48.0 ja uudemmatEnhancement:
- Adapt badges to the new GitLab styleLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.5.0
Julkaistu 9. huhti 2024 - 26,1 ktYhteensopivuus: firefox 48.0 ja uudemmatFIX:
- Add new gitlab merge requests page UI supportLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.4.0
Julkaistu 19. joulu 2023 - 26,09 ktYhteensopivuus: firefox 48.0 ja uudemmatFix:
- Adapted extension to the new GitLab page
- moved check boxes above the Approve button to prevent accidental merges
- Fixed intervalLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.3.5
Julkaistu 28. syys 2023 - 26,04 ktYhteensopivuus: firefox 48.0 ja uudemmat- Updated value of required number of approves to merge the merge requestLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.3.4
Julkaistu 28. syys 2023 - 26,03 ktYhteensopivuus: firefox 48.0 ja uudemmat- Updated value of required number of approves to merge the merge requestLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.3.3
Julkaistu 4. huhti 2023 - 26,02 ktYhteensopivuus: firefox 48.0 ja uudemmatFix:
- Fixed the absolute paths to use relative onesLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.3.1
Julkaistu 3. huhti 2023 - 26,11 ktYhteensopivuus: firefox 48.0 ja uudemmat- Fixed extension work with new gitlab UI
- Added 'merge' button removing if checks are not checked
- Returned info about approves but removed the 'Approve' buttonLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.3.0
Julkaistu 8. helmi 2023 - 25,84 ktYhteensopivuus: firefox 48.0 ja uudemmatAdded reviewers number badge at the merge requests list pageLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.2.0
Julkaistu 18. marras 2022 - 25,55 ktYhteensopivuus: firefox 48.0 ja uudemmatNew:
- Merge requests, that are approved by you, are now highlighted with green in merge requests listLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.1.2
Julkaistu 8. marras 2022 - 25,48 ktYhteensopivuus: firefox 48.0 ja uudemmat- Fixed approve button removal (was not removing if the approve button had text "Approve additionally" instead of just "Approve")Lähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.1.1
Julkaistu 27. loka 2022 - 25,47 ktYhteensopivuus: firefox 48.0 ja uudemmatNow 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 approvalLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.1.0
Julkaistu 27. loka 2022 - 32,03 ktYhteensopivuus: firefox 48.0 ja uudemmatNow 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 approvalLähdekoodi julkaistu lisenssillä MIT-lisenssi
Versio 0.0.3
Julkaistu 9. elo 2022 - 7,87 ktYhteensopivuus: firefox 48.0 ja uudemmat- Fixed url filter
- Changed extension name in the manifest.jsonLähdekoodi julkaistu lisenssillä MIT-lisenssi