Skip to content

Commit d3676de

Browse files
committed
Release 7.0.2
1 parent b13579c commit d3676de

2 files changed

Lines changed: 49 additions & 9 deletions

File tree

NEWS

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid
33
causing problems with the site build.
44

5+
Changes between 7.0.1 and 7.0.2
6+
===============================
7+
8+
Plugin changes
9+
--------------
10+
11+
* Fix version comparison in `find_updates` plugin [[#1832][]]
12+
* Suppress link when `xkcd` plugin is triggered by a URL [[#1848][]]
13+
* Fix `reddit` grammar when post/comment only has 1 point [[#1849][]]
14+
* Handle missing data when `safety` plugin uses VirusTotal [[#1851][]]
15+
* Update `search` plugin for changed Bing SERPs [[#1852][]]
16+
* Also fixes `xkcd` plugin's find-comic-by-keywords functionality
17+
18+
Core changes
19+
------------
20+
21+
* Fixed that per-channel configuration didn't work as documented for some
22+
plugin types [[#1840][]]
23+
* Show how to use channel key (password) in configuration examples [[#1844][]]
24+
* Fixed URL callbacks bypassing user/channel restrictions [[#1845][]]
25+
* Capped `urllib3` (transitive dependency from `requests`) version on Python
26+
3.3 to avoid a recent release breaking things
27+
* Meta: Fixed incorrect links in changelog entry for 7.0.1
28+
29+
API changes
30+
-----------
31+
32+
* Handle 0 seconds properly in `tools.time.seconds_to_human()` [[#1843][]]
33+
34+
[#1832]: https://github.com/sopel-irc/sopel/pull/1832
35+
[#1840]: https://github.com/sopel-irc/sopel/pull/1840
36+
[#1843]: https://github.com/sopel-irc/sopel/pull/1843
37+
[#1844]: https://github.com/sopel-irc/sopel/pull/1844
38+
[#1845]: https://github.com/sopel-irc/sopel/pull/1845
39+
[#1848]: https://github.com/sopel-irc/sopel/pull/1848
40+
[#1849]: https://github.com/sopel-irc/sopel/pull/1849
41+
[#1851]: https://github.com/sopel-irc/sopel/pull/1851
42+
[#1852]: https://github.com/sopel-irc/sopel/pull/1852
43+
44+
545
Changes between 7.0.0 and 7.0.1
646
===============================
747

@@ -28,14 +68,14 @@ Core changes
2868
* Hotfixed a crash that could occur if the connection was lost [[#1820][]]
2969
* Sopel now prints the used config file path at startup [[#1822][]]
3070

31-
[#1764]: https://github.com/sopel-irc/sopel-pull/1764
32-
[#1814]: https://github.com/sopel-irc/sopel-pull/1814
33-
[#1820]: https://github.com/sopel-irc/sopel-pull/1820
34-
[#1822]: https://github.com/sopel-irc/sopel-pull/1822
35-
[#1827]: https://github.com/sopel-irc/sopel-pull/1827
36-
[#1828]: https://github.com/sopel-irc/sopel-pull/1828
37-
[#1829]: https://github.com/sopel-irc/sopel-pull/1829
38-
[#1831]: https://github.com/sopel-irc/sopel-pull/1831
71+
[#1764]: https://github.com/sopel-irc/sopel/pull/1764
72+
[#1814]: https://github.com/sopel-irc/sopel/pull/1814
73+
[#1820]: https://github.com/sopel-irc/sopel/pull/1820
74+
[#1822]: https://github.com/sopel-irc/sopel/pull/1822
75+
[#1827]: https://github.com/sopel-irc/sopel/pull/1827
76+
[#1828]: https://github.com/sopel-irc/sopel/pull/1828
77+
[#1829]: https://github.com/sopel-irc/sopel/pull/1829
78+
[#1831]: https://github.com/sopel-irc/sopel/pull/1831
3979

4080

4181
Changes between 6.6.9 and 7.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sopel
3-
version = 7.0.2-dev
3+
version = 7.0.2
44
description = Simple and extensible IRC bot
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)