Refined Bitbucket Versions Save

Chrome and Firefox extension that improves Bitbucket's user experience

v3.18.1

4 years ago

Bug Fixes

  • Fix sidebar counter badges positioning in collapsed mode when the number of branches or pull requests is too large, closes issue #301, pull request #302.

v3.18.0

4 years ago

Feature

  • Sticky Header: The filename header for each file in a pull request will now remain visible for as long as the file is visible. This ensures that the filename can always be seen while content of that file is also visible, pull request #287. Thanks @denno020

Bug Fixes

  • Fix "Ignore Whitespace" feature that broke after Atlassian migrated their pull request list page to a CSS-in-JS solution that autogenerates the CSS class names of the elements, making the previous selectors the extension relied on useless, closes issue #285, pull request #292.

Cleanup

  • Remove Augment PR Entry features that have been natively implemented by Bitbucket, pull request #293.

v3.17.0

4 years ago

Improvements

Bug Fixes

  • Fixed an issue where deleted lines sometimes had a white background when using custom themes. closes issue #283.

v3.16.0

5 years ago

Language support

v3.15.1

5 years ago

Bug Fixes

  • Collapse description: While having this feature enabled, the entire extension would not work in the new PR UI due to an unhandled exception, closes issue #275, pull request #277.

v3.15.0

5 years ago

Feature

  • Code Review: Code review features (syntax highlighting, occurrences highlighting, diff collapsing, etc.) now work in "Branch compare" page, closes issue #262, pull request #273.

  • Collapse description: Add button to toggle (collapse/expand) pull request description, closes issue #267, pull request #274.

Language Support

v3.14.1

5 years ago

Feature

  • Make the Autolinker feature for links in diffs optional. Check the Options page of the extension. If you are having issues like the ones described in #254, feel free to disable it while a fix is delivered, pull request #265.

v3.14.0

5 years ago

Language Support

  • Reason language support for .re files, pull request #258. Thank you @baransu !
  • Salesforce related files, see pull request for more details, pull request #259. Thank you @PalGenadich !

Development

v3.13.1

5 years ago

Bug Fixes

  • Fix extension in Firefox v63. Apparently a change in that version disallows extending the prototype of the Element type, so some code that was relying in that possibility had to be changed, closes issue #251, pull request #257.

v3.13.0

5 years ago

Features

  • Merge Commit Message Template. Similar to how the pull request template feature works, it is now possible to configure the extension to replace the default merge commit message for pull requests with a template that has access to dynamically injected variables like the pull request title, description, source and destination branch, and more. Check the pull request for the feature for a more in-depth explanation, closes issue #97, pull request #243.
  • Autolinker: URLs and emails in diffs will now become real clickable links, pull request #245.

Improvements

  • Augment PR Entry: Besides indicating who was the last person to perform any activity in the pull request in the pull request list view, also include what kind of activity was it inside parenthesis. The possible values are "Committed", "Commented" and "Approved", pull request #244.