Skip to content

Releases: raggleton/github-linkify-cmssw

v0.3.3

11 Jul 09:25

Choose a tag to compare

Fix long-standing bug where directories inside the "python" dir were not handled correctly.

e.g. Configuration.Generator.Herwig7Settings.Herwig7LHECommonSettings_cfi

now goes to

Configuration/Generator/python/Herwig7Settings/Herwig7LHECommonSettings_cfi.py

instead of

Configuration/Generator/Herwig7Settings/python/Herwig7LHECommonSettings_cfi.py

v0.3.2

09 May 10:09

Choose a tag to compare

This fixes a bug where indented lines of code were not correctly parsed.

(I also ran out of punny release names)

That syncing feeling

11 Dec 00:34

Choose a tag to compare

Make the URL checker for src files asynchronous, so now it won't lock up the page whilst it checks they exist.

Oooh aren't you source-y

10 Dec 23:49

Choose a tag to compare

Now adds in link to corresponding source file (if it exists).

Bit experimental - currently does a simple JS XMLHttpRequest, which stalls the page until it's done. Need to find a better way to do it.

Tag name blunder

02 Dec 17:03

Choose a tag to compare

Fixes issue with ignoring URLs with "-" in the CMSSW tag/branch

Bug fix

29 Nov 15:41

Choose a tag to compare

Fixes bugs:

  • wouldn't parse page if . in URL
  • wouldn't parse py config if it / instead of .

Forking hell - now works on user's fork of CMSSW as well

24 Nov 15:35

Choose a tag to compare

v0.2.4

Fix to work on forks, not just central repo

dURLicious - now gets URL correctly

24 Nov 14:55

Choose a tag to compare

Hashbrown - now works with URLs that point to a tagged version (blob/<hash> instead of blob/CMSSW_X_Y_Z)

23 Nov 19:28

Choose a tag to compare

Style-tastic: restore original colour to links, and underline to make them look "clickable"

22 Nov 23:29

Choose a tag to compare

This release restores the original colour of the include/python file, in keeping with the Github style. It also underlines links, to make then look "clickable".

Maybe it's a bit ugly?