Skip to content

Commit d719252

Browse files
author
Mike Solomon
committed
Update for 1.0.6
1 parent 92bd975 commit d719252

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It also has some disadvantages:
2020
1. Because there are many contexts in which diffs appear and the HTML differs for each, I probably missed some cases.
2121
1. Due to the brittle design of the whole thing (which essentially merges different GitHub pages into one and has to handle many special cases), it may become out of date at any time and I may or may not have time to fix it.
2222
1. It doesn't highlight deleted lines on just-renamed files since GitHub's HTML doesn't usually contain enough information to do that.
23+
1. It doesn't highlight inline diffs (such as in comments), since GitHub's HTML doesn't include enough information to do it accurately.
2324

2425
## TL;DR
2526

@@ -29,14 +30,14 @@ This extension rocks and you should use it until it breaks inexplicably
2930

3031
### Safari
3132

32-
[Download the Safari extension](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.4/github-diff-syntax-highlighter.safariextz) and run it.
33+
[Download the Safari extension](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.6/github-diff-syntax-highlighter.safariextz) and run it.
3334

3435
### Chrome
3536

3637
[Visit the Chrome web store](https://chrome.google.com/webstore/detail/github-diff-syntax-highli/dgkfbihjnombgekdpemmggglcpnmoich) and install the extension.
3738

3839
### Firefox
39-
[Get the Firefox add-on](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.4/github-diff-syntax-highlighter.xpi)
40+
[Get the Firefox add-on](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.6/github-diff-syntax-highlighter.xpi)
4041

4142

4243
------------------------

0 commit comments

Comments
 (0)