diff --git a/README.md b/README.md index 0445f7d..d8cfe16 100644 --- a/README.md +++ b/README.md @@ -37,21 +37,6 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM ``` dr1p4ns1 v2.667 - cp437 ansi parser ``` -## changelog - v2.667 -``` -- ! added an autopumping feature. if you press 'z' autopump will pump either the directory or pumpqueue. -- ! fixed some various bugs which inhibited a file loading, or would crash, or simply freeze output. -- ! added an abort feature to abort midpump, simply press anykey while pumping and it will abort. -- ! added a filename display feature, this will display the file pumped after each pump. -- ? press 'f' to disable, by default it is enabled.. change SHOW_FILENAME from True to False to set. -``` -## changelog - v2.666 -``` -- ! added a floodrate delay interval for servers like efnet, press d to set the delay interval -- ? the delay option waits x seconds between each line sent to a server to prevent a server flood kick/ban -- ? an integer like 0, 1, 2 etc or even float 0.3, 1.666 fractions are accepted as a delay interval -- ! fixed a bug where the pre-screening of certain ansi files would trip on 7h\x1b -``` ## screenshots ![screenshots](screenshots/ss1.jpg) ![screenshots](screenshots/ss2.jpg) @@ -75,3 +60,18 @@ ansi files can be queued so that when you pump they are being sent in a sequenti them off. if there is nothing in the queue then whatever is on the screen will be pumped to fifo. - **FIFO:** in order to use the pump feature, you need a fifo setup in something like weechat/irsii/etc.. if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py +## changelog - v2.667 +``` +- ! added an autopumping feature. if you press 'z' autopump will pump either the directory or pumpqueue. +- ! fixed some various bugs which inhibited a file loading, or would crash, or simply freeze output. +- ! added an abort feature to abort midpump, simply press anykey while pumping and it will abort. +- ! added a filename display feature, this will display the file pumped after each pump. +- ? press 'f' to disable, by default it is enabled.. change SHOW_FILENAME from True to False to set. +``` +## changelog - v2.666 +``` +- ! added a floodrate delay interval for servers like efnet, press d to set the delay interval +- ? the delay option waits x seconds between each line sent to a server to prevent a server flood kick/ban +- ? an integer like 0, 1, 2 etc or even float 0.3, 1.666 fractions are accepted as a delay interval +- ! fixed a bug where the pre-screening of certain ansi files would trip on 7h\x1b +```