Skip to content

2.2.0

Compare
Choose a tag to compare
@un-def un-def released this 26 Apr 15:26
· 51 commits to master since this release
  • feature: add mt query parameter to override content-type (e.g., https://tinystash.undef.im/il/<id>?mt=image/png)
  • feature: add Google Tag Manager Container ID option for basic analytics
  • fix: prevent GIF→MP4 conversion when uploading a file to Telegram
  • fix: escape markdown special chars in Telegram bot response
  • change: replace download link with inline one in direct upload API text response
  • change: replace /upload endpoint with /upload/file
  • improvement: break uploading if getFile Telegram Bot API method file size limit is exceeded
  • improvement: improve content-type negotiation
  • internals: use httoolsp.formata to generate multipart-formdata body for sendDocument Telegram Bot API method