Skip to content

Commit 6043fd7

Browse files
committed
1.5.0: Thanks to donations from DrayChou, Fwolf and 毒薬.
## Nota bene * Please stop your daemon process before upgrading. * EFB WeChat Slave: Please upgrade your dependencies before running: `pip3 install -r requirements.txt --upgrade` ## Framework * New `EFBMsg` attribute: `filename` * Separate daemon can now run from different instances ## EFB WeChat Slave * Report error when network error occurs when a message is sent. * Support "Tencent News" (newsapp) message report. * Remove flag `extra_links_on_message` * Add flag `first_link_only` * Bug fix and performance enhancement. ## EFB Telegram Master * Support thumbnails for link messages. * Improve extensibility for web hooks. * Bug fix and performance enhancement.
1 parent b4ed619 commit 6043fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if sys.version_info.major < 3:
1111
raise Exception("Python 3.x is required. Your version is %s." % sys.version)
1212

13-
__version__ = "1.4.4-dev.14"
13+
__version__ = "1.5.0"
1414

1515
parser = argparse.ArgumentParser(description="EH Forwarder Bot is an extensible chat tunnel framework which allows "
1616
"users to contact people from other chat platforms, and ultimately "

0 commit comments

Comments
 (0)