MRFlow의 버전 기록 - 17개 버전
MRFlow 제작자: Vitaliy Pavliyk
MRFlow의 버전 기록 - 17개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.2.1
2025년 4월 29일에 출시 - 24.37 KBfirefox 109.0a1 이상에서 작동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
MIT License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 1.2.0
2025년 4월 29일에 출시 - 32.93 KBfirefox 109.0a1 이상에서 작동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
MIT License에 따라 릴리스된 소스 코드
버전 1.1.0
2025년 1월 24일에 출시 - 32.78 KBfirefox 109.0a1 이상에서 작동# 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 versionMIT License에 따라 릴리스된 소스 코드
버전 1.0.0
2024년 10월 29일에 출시 - 31.7 KBfirefox 58.0 이상에서 작동# 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)MIT License에 따라 릴리스된 소스 코드
버전 0.6.0
2024년 4월 26일에 출시 - 26.1 KBfirefox 48.0 이상에서 작동Enhancement:
- Adapt badges to the new GitLab styleMIT License에 따라 릴리스된 소스 코드
버전 0.5.0
2024년 4월 9일에 출시 - 26.1 KBfirefox 48.0 이상에서 작동FIX:
- Add new gitlab merge requests page UI supportMIT License에 따라 릴리스된 소스 코드
버전 0.4.0
2023년 12월 19일에 출시 - 26.09 KBfirefox 48.0 이상에서 작동Fix:
- Adapted extension to the new GitLab page
- moved check boxes above the Approve button to prevent accidental merges
- Fixed intervalMIT License에 따라 릴리스된 소스 코드
버전 0.3.5
2023년 9월 28일에 출시 - 26.04 KBfirefox 48.0 이상에서 작동- Updated value of required number of approves to merge the merge requestMIT License에 따라 릴리스된 소스 코드
버전 0.3.4
2023년 9월 28일에 출시 - 26.03 KBfirefox 48.0 이상에서 작동- Updated value of required number of approves to merge the merge requestMIT License에 따라 릴리스된 소스 코드
버전 0.3.3
2023년 4월 4일에 출시 - 26.02 KBfirefox 48.0 이상에서 작동Fix:
- Fixed the absolute paths to use relative onesMIT License에 따라 릴리스된 소스 코드
버전 0.3.1
2023년 4월 3일에 출시 - 26.11 KBfirefox 48.0 이상에서 작동- Fixed extension work with new gitlab UI
- Added 'merge' button removing if checks are not checked
- Returned info about approves but removed the 'Approve' buttonMIT License에 따라 릴리스된 소스 코드
버전 0.3.0
2023년 2월 8일에 출시 - 25.84 KBfirefox 48.0 이상에서 작동Added reviewers number badge at the merge requests list pageMIT License에 따라 릴리스된 소스 코드
버전 0.2.0
2022년 11월 18일에 출시 - 25.55 KBfirefox 48.0 이상에서 작동New:
- Merge requests, that are approved by you, are now highlighted with green in merge requests listMIT License에 따라 릴리스된 소스 코드
버전 0.1.2
2022년 11월 8일에 출시 - 25.48 KBfirefox 48.0 이상에서 작동- Fixed approve button removal (was not removing if the approve button had text "Approve additionally" instead of just "Approve")MIT License에 따라 릴리스된 소스 코드
버전 0.1.1
2022년 10월 27일에 출시 - 25.47 KBfirefox 48.0 이상에서 작동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 approvalMIT License에 따라 릴리스된 소스 코드
버전 0.1.0
2022년 10월 27일에 출시 - 32.03 KBfirefox 48.0 이상에서 작동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 approvalMIT License에 따라 릴리스된 소스 코드
버전 0.0.3
2022년 8월 9일에 출시 - 7.87 KBfirefox 48.0 이상에서 작동- Fixed url filter
- Changed extension name in the manifest.jsonMIT License에 따라 릴리스된 소스 코드