mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Updated.
This commit is contained in:
parent
afcb951e9b
commit
1203ea10ce
21
ChangeLog
21
ChangeLog
@ -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>
|
2004-12-17 James Vega <jamessan@supybot.org>
|
||||||
|
|
||||||
* Version 0.80.0pre4!
|
* Version 0.80.0pre4!
|
||||||
@ -12,6 +32,7 @@
|
|||||||
* Moved {eval,exec} from Owner.py to Debug.py in the sandbox.
|
* Moved {eval,exec} from Owner.py to Debug.py in the sandbox.
|
||||||
|
|
||||||
* Numerous bug fixes.
|
* Numerous bug fixes.
|
||||||
|
|
||||||
|
|
||||||
2004-09-30 Jeremy Fincher <jemfinch@supybot.org>
|
2004-09-30 Jeremy Fincher <jemfinch@supybot.org>
|
||||||
|
|
||||||
|
7
RELNOTES
7
RELNOTES
@ -1,5 +1,10 @@
|
|||||||
Version 0.80.0pre4
|
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
|
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
|
0.80.0final, but we're gonna let it stew for a couple weeks to attempt
|
||||||
to catch any lingering bugs.
|
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
|
the Owner plugin and are now in sandbox/Debug.py (which you'll have to
|
||||||
grab from CVS).
|
grab from CVS).
|
||||||
|
|
||||||
|
|
||||||
Version 0.80.0pre3
|
Version 0.80.0pre3
|
||||||
|
|
||||||
The database format for the Note plugin has changed to a flatfile
|
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
|
We upgraded the SOAP stuff in others; you may do well to do a
|
||||||
setup.py install --clean this time around.
|
setup.py install --clean this time around.
|
||||||
|
|
||||||
|
|
||||||
Version 0.80.0pre2
|
Version 0.80.0pre2
|
||||||
|
|
||||||
Many more bugs have been fixed. A few more plugins have been updated
|
Many more bugs have been fixed. A few more plugins have been updated
|
||||||
|
Loading…
Reference in New Issue
Block a user