File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212// @updateURL https://github.com/jerone/UserScripts/raw/master/Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
1313// @supportURL https://github.com/jerone/UserScripts/issues
1414// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VCYMHWQ7ZMBKW
15- // @version 2.0.3
15+ // @version 2.1.0
1616// @grant none
1717// @run -at document-end
1818// @include https://github.com/*/*/issues
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ Add features to enhance comments & wiki on [Github](https://github.com) and comm
2828
2929## Version History
3030
31+ * ** 2.1.0**
32+ * Added tab character as a snippet (thnx to [ r-a-y] ( https://github.com/r-a-y ) , fixes https://github.com/jerone/UserScripts/issues/41 );
33+ * Updated toMarkdown for replies;
3134* ** 2.0.3**
3235 * Fixed reply button style issue after recent layout update;
3336 * Fix ordered list with multi-line (fixes https://github.com/jerone/UserScripts/issues/20 );
@@ -97,6 +100,7 @@ Test cases:
97100## Contributors
98101
99102* [ tophf] ( https://github.com/tophf )
103+ * [ r-a-y] ( https://github.com/r-a-y )
100104
101105
102106## External links
You can’t perform that action at this time.
0 commit comments