Releases: moshee/airlift
Releases · moshee/airlift
v0.4.1
v0.3.3
v0.3.2
v0.3.1
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
v0.2.2
v0.2.1
v0.2.0
- web: overhaul config page (resolve #9, #11)
- Removed port option on config page - use flags on invocation instead
- web: improve uploader error handling (resolve #13)
- web: log in after setting new password (resolve #10)
- cache: retry hash until it does not collide (resolve #8)
- web: avoid ID collision by adding
/-
as a prefix to all GET routes (resolve #7) - cmd/airliftd: allow pasting images on web UI (resolve #6)