This commit is contained in:
Jeremy Fincher 2004-12-20 07:08:51 +00:00
parent afcb951e9b
commit 1203ea10ce
2 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,23 @@
2004-12-20 Jeremy Fincher <jemfinch@supybot.com>
* Version 0.80.0pre5!
* Added a "shuffle" command to the Utilities plugin, which
shuffles its arguments. Useful in combination with
Utilities.last, which returns the last argument it's given, in
combination with Utilities.apply, in order to pick a random
string (think aliases).
* Added supybot.plugins.Relay.noticeNonPrivmsgs, for making the
relay plugin use NOTICEs rather than PRIVMSGs to relay
non-PRIVMSG messages to a channel. This often affects tab
coloring in IRC clients and thus makes it so that relay messages
color the tabs like the actual messages would have.
* Numerous bug fixes. Many, many bugs fixed. Oodles and oodles
of bugs have been fixed. Myriad bugs fixed. Get the idea? :)
2004-12-17 James Vega <jamessan@supybot.org>
* Version 0.80.0pre4!
@ -12,6 +32,7 @@
* Moved {eval,exec} from Owner.py to Debug.py in the sandbox.
* Numerous bug fixes.
2004-09-30 Jeremy Fincher <jemfinch@supybot.org>

View File

@ -1,5 +1,10 @@
Version 0.80.0pre4
Completely bugfix release. No incompatibilies known.
Version 0.80.0pre4
Mainly a bug fix release. This will likely be the last release before
0.80.0final, but we're gonna let it stew for a couple weeks to attempt
to catch any lingering bugs.
@ -15,6 +20,7 @@ For those of you that use eval and/or exec, they have been removed from
the Owner plugin and are now in sandbox/Debug.py (which you'll have to
grab from CVS).
Version 0.80.0pre3
The database format for the Note plugin has changed to a flatfile
@ -53,6 +59,7 @@ database.
We upgraded the SOAP stuff in others; you may do well to do a
setup.py install --clean this time around.
Version 0.80.0pre2
Many more bugs have been fixed. A few more plugins have been updated