Releases: un-def/tinystash
Releases · un-def/tinystash
2.3.0
- feature: add optional message forwarding
- feature: add donate page
- feature: add support for Telegram
ETags - feature: add
zipandgzipmedia types - improvement: preload fonts
- fix: fix
Content-Typeheader intemplate_handler - fix: use OpenSSL
ERR_get_error()to pop a error - fix: fix media type processing
2.2.0
- feature: add
mtquery 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
/uploadendpoint with/upload/file - improvement: break uploading if
getFileTelegram Bot API method file size limit is exceeded - improvement: improve content-type negotiation
- internals: use
httoolsp.formatato generate multipart-formdata body forsendDocumentTelegram Bot API method
2.1.0
- new feature: direct upload API
- new error handler and error page
tinysta.shcommand runnernginx.confis now generated from the template and can be tuned usingconfig.luaconfig.luacan now be loaded from arbitrary location (TINYSTASH_CONFIG_PATHenv var)- animated (.tgs) stickers support
- original name of the file uploaded via HTML form is preserved now
- CSRF token cookie now uses specific
Path - UI: favicon, minor fixes and improvements