Version 1.1.1 is out.
This contains actually a whole lot of new code cause I went from Java code to Kotlin. But that should be unnoticeable. Other new features / bugfixes are:
- No more crashes if downloads of external files (hint: GMaps images for Locations) fail.
- A new API key for GMaps.
- The HTML export is now paginated. By default there is one page per 5000 messages. You can customize this via
--paginate <number of messages per page> or --no-pagination.
- FLOOD_WAIT exceptions during media download are now properly handled. (Thanks to @leijurv for this.)
- 1.1.0 had a bug which lead to messages from supergroups having no sender_id. 1.1.1 contains a database migration running the first time which will fix this.
- HTML export should now work with Java 9 and newer.