🏠 Home 

TFS 2017 Changeset History Helper

Changeset reference utilities

These are versions of this script where the code was updated. Show all versions.

  • v1.8.0 2017-07-05 migrate code to support visualstudio.com
  • v1.7.2 2017-03-30 fix commit message for commits that are a merge of multiple commits (did you follow that?)
  • v1.7.1 2017-03-14 show a blank button when there is no Task ID to copy
  • v1.7.0 2017-01-19 Improved handling of tasks container (now on the right, not cluttering the changelist data)
  • v1.6.6 2017-01-19 minor update for compatibility with TFS 2017 Helper
  • v1.6.5 2016-12-08 improved button UX
  • v1.6.4 2016-11-18 Changes precipitated by TFS 2017 Helper. Did you know that script is basically a dependency of this one? Because it is.
  • v1.6.3 2016-11-18 more fixes for recent TFS 2017 changes
  • v1.6.2 2016-11-17 Updated styles for TFS 2017
  • v1.6.1 2016-11-08 Tweaked the formatting of the text when you click the Link copy button. Makes more sense in Slack, which is where these are most often used.
  • v1.6.0 2016-11-03 Added Task-related utilities: Copy button, interactive navigation to the tasks (when the list overflows), and fetching the full list of associated tasks from the API regardless of what the commit message is.
  • v1.5.0 2016-11-01 Technical: more reliable way to copy. UX: easier, more obvious way to copy (buttons).
  • v1.4.1 2016-09-14 New commit messages to copy
  • v1.4.1 2016-09-14 New commit messages to copy
  • v1.3.0 2016-05-09 remove dependency on jQuery, use page's own jQuery so we can access the element data bound by it.
  • v1.2.0 2016-05-02 Moved "(merged c12345 to QA)" to the beginning of the string, so it stops being cut off by a stupid TFS that things a modern browser can't handle more than 80 characters.
  • v1.1.5 2016-04-19 slight change to @match to include urls without additional parts
  • v1.1.2 2016-03-03 Generating a commit message from a changeset that has already been merged to QA will r###lt in the postfix "merge c12345 to Release" instead of a double "merge c12345 to QA".
  • v1.1.1 2016-02-19 hide the background user image (unless it is the only image). It messes up user images that have transparency.
  • v1.1.0 2016-02-17