Skip to content

Releases: Kosat/telegram-messages-dump

Upgraded to Telethon 1.6.2 and fixes

23 Mar 17:30
Compare
Choose a tag to compare
  • Upgraded to Telethon 1.6.2 #30
  • Fixed NoneType to any kind of InputPeer problem #29 #24
  • Fixed Socket error: timed out #25

Minor bugfix

06 Aug 08:30
Compare
Choose a tag to compare
  • Fix for the --limit=0 bug #20

Minor bugfix

23 Jul 17:31
Compare
Choose a tag to compare
  • CSV exporter now handles special characters in user names. #19

Fix for the chat name resolution bug

22 Jul 13:05
Compare
Choose a tag to compare
Pre-release

Fixed issue: 'Chat' object has no attribute 'username' #17 [PR by @Teoretic6 ]

Upgraded to Telethon v0.19.1.6

07 Jul 19:18
Compare
Choose a tag to compare
Pre-release

Upgraded Telethon from 0.18.3 -> 0.19.1.6 Contributed by @wowkin2. #15

Upgraded to Telethon v0.18.3

07 May 18:24
Compare
Choose a tag to compare
Pre-release
  • Upgraded Telethon from 0.17 -> 0.18.3
  • Changed the order of how channel name is resolved
  • Fix for a critical bug of wrong messages order in dump files. #13 Contributed by @wowkin2 .
  • --chat option now accepts invitation link to a private chat

Introduced continuous mode

29 Apr 20:08
Compare
Choose a tag to compare
Pre-release
  • Incremental/continuous mode. See --continue option.
  • Chat name now accepts multi-word dialogue titles. (Contributed by @fxcp )
  • More logging.
  • Code refactoring.

Added export to json and csv formats

07 Apr 14:19
Compare
Choose a tag to compare
Pre-release
  • Did code refactoring.
  • Code that does formatting is now segregated into a separate plugin files named extractors.
  • Added a new extractor for json and csv.
  • Removed Windows build from Travis due to issues with Wine.

Initial pre-release

27 Jul 13:43
Compare
Choose a tag to compare
v0.1.0

Changed some build scripts comments