Skip to content

Releases: moshee/airlift

v0.4.1

23 Mar 05:39
Compare
Choose a tag to compare
  • Fixed some bugs regarding error pages and serving small files.
  • Updated dependencies.

v0.3.3

10 Jun 21:36
Compare
Choose a tag to compare
  • web: added syntax highlighting support (thanks @ZackBoe)

v0.3.2

30 May 23:10
Compare
Choose a tag to compare
  • web: fixed some bugs with UI and thumbnail generation

v0.3.1

26 Dec 00:57
Compare
Choose a tag to compare
  • web: use flexbox on history page for better responsiveness
  • web: fix bug preventing uploading multiple files
  • web: return properly to previous page when redirected to login

v0.3.0

09 Dec 20:33
Compare
Choose a tag to compare

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

06 Nov 19:41
Compare
Choose a tag to compare
  • Add ability to paste text on web uploader
  • Add landing page when not logged in

v0.2.1

03 Oct 05:28
Compare
Choose a tag to compare
  • web: fix more broken links from 2567310
    • fixes Twitter Cards being broken
    • fixes error pages missing style
  • web: title case config page input labels
  • web: remove some dead css

v0.2.0

18 Sep 17:49
Compare
Choose a tag to compare
  • 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)

v0.1.1

13 Sep 06:00
Compare
Choose a tag to compare
  • static: remove metadata bloat from pngs
  • cmd/airlift: put version in more places

v0.1.0

13 Sep 04:21
Compare
Choose a tag to compare

First release.