Skip to content

Commit e01eaab

Browse files
committed
Released Github Comment Enhancer version 2.0.3;
1 parent 9f2ed22 commit e01eaab

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @homepageURL https://github.com/jerone/UserScripts/tree/master/Github_Comment_Enhancer
1111
// @downloadURL https://github.com/jerone/UserScripts/raw/master/Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
1212
// @updateURL https://github.com/jerone/UserScripts/raw/master/Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
13-
// @version 2.0.2
13+
// @version 2.0.3
1414
// @grant none
1515
// @run-at document-end
1616
// @include https://github.com/*/*/issues

Github_Comment_Enhancer/README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Add features to enhance comments & wiki on [Github](https://github.com) and comm
2121

2222
### Version History
2323

24+
* **2.0.3**
25+
* Fixed reply button style issue after recent layout update;
26+
* Fix ordered list with multi-line (fixes https://github.com/jerone/UserScripts/issues/20);
27+
* Small style fix with bold button in Chrome;
2428
* **2.0.2**
2529
* Fix multiple reply buttons when navigating back;
26-
* Added native & TamperMonkey for Google Chrome compatibility;
30+
* Added native & TamperMonkey for Google Chrome compatibility (fixes https://github.com/jerone/UserScripts/issues/11);
2731
* **2.0.1**
2832
* Small bug fix with reply after another layout update from Github;
2933
* **2.0**
@@ -66,23 +70,23 @@ Add features to enhance comments & wiki on [Github](https://github.com) and comm
6670

6771
### TODO
6872

69-
- ~~Allow editing [markdown files](https://github.com/jerone/UserScripts/edit/master/README.md)~~ -> to hard right now, requires knowledge of hooking into [ACE](https://github.com/ajaxorg/ace);
70-
- Add more snippets (predefined and executable);
73+
* ~~Allow editing [markdown files](https://github.com/jerone/UserScripts/edit/master/README.md)~~ -> to hard right now, requires knowledge of hooking into [ACE](https://github.com/ajaxorg/ace);
74+
* Add more snippets (predefined and executable);
7175

7276
### Notes
7377

7478
Test cases:
7579

76-
- https://github.com/jerone/UserScripts/issues/new (new issue)
77-
- https://github.com/jerone/UserScripts/issues/1 (new comment & edit comment)
78-
- https://github.com/jerone/UserScripts/commit/master (comments below & inline comments)
79-
- https://github.com/jerone/UserScripts/wiki/_new (new wiki)
80-
- https://github.com/jerone/OpenUserJS.org/compare/master...app_route (new PR)
81-
- https://gist.github.com/jerone/9526258 (new comment & edit comment)
80+
* https://github.com/jerone/UserScripts/issues/new (new issue)
81+
* https://github.com/jerone/UserScripts/issues/1 (new comment & edit comment)
82+
* https://github.com/jerone/UserScripts/commit/master (comments below & inline comments)
83+
* https://github.com/jerone/UserScripts/wiki/_new (new wiki)
84+
* https://github.com/jerone/OpenUserJS.org/compare/master...app_route (new PR)
85+
* https://gist.github.com/jerone/9526258 (new comment & edit comment)
8286

8387
### Contributors
8488

85-
- [tophf](https://github.com/tophf)
89+
* [tophf](https://github.com/tophf)
8690

8791
### External links
8892

0 commit comments

Comments
 (0)