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
ETag
s - feature: add
zip
andgzip
media types - improvement: preload fonts
- fix: fix
Content-Type
header intemplate_handler
- fix: use OpenSSL
ERR_get_error()
to pop a error - fix: fix media type processing
2.2.0
- 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 forsendDocument
Telegram Bot API method
2.1.0
- new feature: direct upload API
- new error handler and error page
tinysta.sh
command runnernginx.conf
is now generated from the template and can be tuned usingconfig.lua
config.lua
can now be loaded from arbitrary location (TINYSTASH_CONFIG_PATH
env 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