Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Releases: codeclou/kartoffelstampf

2.3.0

Choose a tag to compare

@clouless clouless released this 30 Dec 11:33
  • client: 2.3.0
  • server: 2.3.0
  • features:
    • updated server to work with one WebSocket connection per client
    • updated client to work with one WebSocket connection to server
    • updated client to have max 4 concurrent compressJobs running

2.2.0

Choose a tag to compare

@clouless clouless released this 29 Dec 22:49
  • client: 2.1.1
  • server: 2.2.0
  • features:
    • updated server to latest dependencies and fixed server side logging

2.1.1

Choose a tag to compare

@clouless clouless released this 29 Dec 21:33
  • client: 2.1.1
  • server: 2.1.1
  • features:
    • UX improvement: still display the upload box to simply dnd another file

2.1.0

Choose a tag to compare

@clouless clouless released this 29 Dec 20:23
  • client: 2.1.0
  • server: 2.1.1
  • features:
    • fixed error handling for unsupported files.
    • added cleanup task to delete uploaded files after one hour.
    • Other ports and also https is supported by frontend.

2.0.0

Choose a tag to compare

@clouless clouless released this 29 Dec 18:39
  • client: 2.0.0
  • server: 2.0.0
  • features:
    • new angular frontend (client)
    • new server with websockets and JPG and PNG lossless compression

1.1.1

Choose a tag to compare

@clouless clouless released this 18 Mar 11:52

Features

  • Included guetzli binary into Dockerfile

1.1.0

Choose a tag to compare

@clouless clouless released this 24 Feb 19:06

Features

  • switch to /u/ for serverside upload image dir.
  • show shell output of cli commands
  • lossless JPG compression with jpegoptim
  • secure download endpoint with valid filename checks
  • show appVersion in footer

1.0.0

Choose a tag to compare

@clouless clouless released this 24 Feb 12:07

Features

  • Initial version with PNG lossless compression powered by pngquant and optipng
  • basic error handling

Used-Technology

  • alpine linux 3.5 based docker image with non-root exec
  • Express Server 4 as serverside-component
  • NodeJS 6.x provided by alpine linux package
  • RIOT as as clientside-component