Interface changes ~~~~~~~~~~~~~~~~~ * A meaningful error message is now output instead of an exception traceback when trying to start a second instance of ``hat`` in the same directory.
Code changes ~~~~~~~~~~~~ * The upload timeout is increased to 120 seconds in order to avoid triggering `python-telegram-bot/python-telegram-bot533`_. The underlying cause remains unclear.
Interface changes ~~~~~~~~~~~~~~~~~ * On startup, files are now uploaded in order of mtime instead of in alphabetical order. This cannot be precise, so the actual order should be considered arbitrary (a change from version 0.1.1), but it is still the most intuitive behaviour.
0.1.1
------------------
Interface changes ~~~~~~~~~~~~~~~~~ * On startup, files are now uploaded in alphabetical order instead of in arbitrary (filesystem) order. This is helpful if the files are timestamped in some way and does not hurt otherwise.