Skip to content

Commit

Permalink
Release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed May 10, 2014
1 parent 61fa35c commit 36f246b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
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.

Copy link
@elad661

elad661 May 10, 2014

Contributor

not to .cur, to units.py

This comment has been minimized.

Copy link
@embolalia

embolalia May 10, 2014

Author Contributor

One day. One day, a release will go out without any problems. One day. Hopefully, this is the only one, since it's fairly trivial.

This comment has been minimized.

Copy link
@tyrope

tyrope May 12, 2014

Gotta release 4.4.1 "Fixed typo in changelog". x.x.1 is the Willie way, after all.

* 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):
Expand Down
2 changes: 1 addition & 1 deletion willie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import traceback
import signal

__version__ = '4.3.0-git'
__version__ = '4.4.0'


def run(config):
Expand Down

0 comments on commit 36f246b

Please sign in to comment.