Greasy Fork is available in English.

TFS 2017 Changeset History Helper

Changeset reference utilities

To są wersje tego skryptu, gdzie kod został zaktualizowany. Pokaż wszystkie wersje.

  • v1.8.0 05-07-2017 migrate code to support visualstudio.com
  • v1.7.2 30-03-2017 fix commit message for commits that are a merge of multiple commits (did you follow that?)
  • v1.7.1 14-03-2017 show a blank button when there is no Task ID to copy
  • v1.7.0 19-01-2017 Improved handling of tasks container (now on the right, not cluttering the changelist data)
  • v1.6.6 19-01-2017 minor update for compatibility with TFS 2017 Helper
  • v1.6.5 08-12-2016 improved button UX
  • v1.6.4 18-11-2016 Changes precipitated by TFS 2017 Helper. Did you know that script is basically a dependency of this one? Because it is.
  • v1.6.3 18-11-2016 more fixes for recent TFS 2017 changes
  • v1.6.2 17-11-2016 Updated styles for TFS 2017
  • v1.6.1 08-11-2016 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 03-11-2016 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 01-11-2016 Technical: more reliable way to copy. UX: easier, more obvious way to copy (buttons).
  • v1.4.1 14-09-2016 New commit messages to copy
  • v1.4.1 14-09-2016 New commit messages to copy
  • v1.3.0 09-05-2016 remove dependency on jQuery, use page's own jQuery so we can access the element data bound by it.
  • v1.2.0 02-05-2016 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 19-04-2016 slight change to @match to include urls without additional parts
  • v1.1.2 03-03-2016 Generating a commit message from a changeset that has already been merged to QA will result in the postfix "merge c12345 to Release" instead of a double "merge c12345 to QA".
  • v1.1.1 19-02-2016 hide the background user image (unless it is the only image). It messes up user images that have transparency.
  • v1.1.0 17-02-2016