-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
Changes between 4.3.0 and 4.4.0 | ||
=============================== | ||
Module Changes (for users): | ||
* .cur behaves better when bad arguments are given | ||
* Fixed numerous unicode errors | ||
* Added a command to open an IPython console within the module context | ||
* Added mass units and millimeters to .cur | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
embolalia
Author
Contributor
|
||
* GitHub pull requests now get extended URL info | ||
* .weather now displays wind in m/s instead of kts | ||
* A security issue involving improperly named channel logs was fixed | ||
* Misc bugfixed | ||
|
||
Core changes (for users): | ||
* Channel joins at bot startup can be rate limited with the `throttle_joins` option in the [core] config section to work around server limits | ||
* Added the ability for SASL login where the nickname and username are different | ||
* Improved loop protection and rate limiting | ||
* Fixed multiple Python 3 errors | ||
* Enable logging the bot in to Authserv at startup | ||
* Added support for Postgres as the database backend | ||
* SSL cert location detection now works on Debian-based systems | ||
* Misc bugfixes | ||
|
||
API Changes (for developers): | ||
* Unicode in command decorators now works properly | ||
* `web.get` now decodes the result from UTF-8, with a `dont_decode` argument to disable | ||
|
||
|
||
|
||
Changes between 4.2.0 and 4.3.0 | ||
=============================== | ||
Module Changes (for users): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
import traceback | ||
import signal | ||
|
||
__version__ = '4.3.0-git' | ||
__version__ = '4.4.0' | ||
|
||
|
||
def run(config): | ||
|
not to .cur, to units.py