Releases: raggleton/github-linkify-cmssw
v0.3.3
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
That syncing feeling
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
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
Fixes issue with ignoring URLs with "-" in the CMSSW tag/branch
Bug fix
Forking hell - now works on user's fork of CMSSW as well
v0.2.4 Fix to work on forks, not just central repo
dURLicious - now gets URL correctly
v0.2.3 Fix URL issue
Hashbrown - now works with URLs that point to a tagged version (blob/<hash> instead of blob/CMSSW_X_Y_Z)
Style-tastic: restore original colour to links, and underline to make them look "clickable"
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?