v0.3.0
Breaking changes
-
Moved app dir from
~/.airlift-server
to~/.airliftd
Migrating:
- Normal mode: rename the folder and delete your config
- Hard mode: rename the folder and edit
~/.airliftd/config
to change the upload dir to the new value
Enhancements
- web: partial page updates on config and history pages
- web: split up javascripts per page
- web: refresh config values on form submit to reflect input validation changes
- server: move session store to the OS temp dir
- web: change default login location to
/
Bug fixes
- web: "Server error: OK" when uploading after cookie has expired in the meantime
- web: cookies are now properly refreshed on every visit so they don't expire randomly, and removed on server restart
- web: returning blank links on Firefox
- contentdisposition: Chrome refusing to render files with a comma in their filename