All notable changes to the "gitlab-merge-request-upvotes" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- allow users to use http(s)
- deprecated
gitlabMergeRequestUpvotes.refreshInterval
configuration - deprecated
gitlabMergeRequestUpvotes.enableRefresh
configuration
- new feature to handle approvals from GitLab API (only available in GitLab Starter or Bronze)
- new configuration
gitlab-merge-request-upvotes.refresh.enable
(replacinggitlabMergeRequestUpvotes.enableRefresh
) - new configuration
gitlab-merge-request-upvotes.refresh.interval
(replacinggitlabMergeRequestUpvotes.refreshInterval
) - new configuration
gitlab-merge-request-upvotes.upvotes.type
- better messages for users when no MR available
- rewrite part of the code for maintainability
- add button to add instance
- add button to remove instance
- improve the instance add behavior: when loosing focus, the quick input for token will stay open
- token input is now considered as a password, it won't be readable when pasted or written
- add refresh button svg
- Add config to README
- Init CHANGELOG
- Initial release