File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ Changes in 0.4.7
2+ ================
3+
4+ Added:
5+ * Special `.gh-repo !clear` syntax to delete a channel's linked repo (#112)
6+ * Output relative committer & author date for commit URLs (#114)
7+
8+ Changed:
9+ * Prettified `.gh-repo` output (#112)
10+
11+ Fixed:
12+ * `NameError` in `.gh version` subcommand ( #111)
13+ * `TypeError` in `.gh-repo` in channel with no linked repository (#112)
14+ * Incorrect plural "1 changes" in commit output (#113)
15+ * Reduced false-positive Markdown heading detection (#115)
16+ * Ignore URI fragments in repo links (#116)
17+
18+
119Changes in 0.4.6
220================
321
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'sopel_modules.github' ,
30- version = '0.4.6 ' ,
30+ version = '0.4.7 ' ,
3131 description = 'GitHub plugin for Sopel' ,
3232 long_description = readme + '\n \n ' + history ,
3333 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 1010__author__ = 'maxpowa'
11111212__maintainer__ = 'dgw'
13- __version__ = '0.4.6 '
13+ __version__ = '0.4.7 '
1414__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515
You can’t perform that action at this time.
0 commit comments