Skip to content

Releases: raggleton/github-linkify-cmssw

v0.3.3

Choose a tag to compare

@raggleton raggleton released this 11 Jul 09:25

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

Choose a tag to compare

@raggleton raggleton released this 09 May 10:09

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

(I also ran out of punny release names)

That syncing feeling

Choose a tag to compare

@raggleton raggleton released this 11 Dec 00:34

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

Choose a tag to compare

@raggleton raggleton released this 10 Dec 23:49

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

Choose a tag to compare

@raggleton raggleton released this 02 Dec 17:03

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

Bug fix

Choose a tag to compare

@raggleton raggleton released this 29 Nov 15:41

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

Choose a tag to compare

@raggleton raggleton released this 24 Nov 15:35
v0.2.4

Fix to work on forks, not just central repo

dURLicious - now gets URL correctly

Choose a tag to compare

@raggleton raggleton released this 24 Nov 14:55
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)

Choose a tag to compare

@raggleton raggleton released this 23 Nov 19:28

This fixes issue #1 .

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

Choose a tag to compare

@raggleton raggleton released this 22 Nov 23:29

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?