Skip to content

Releases: diced/zipline

v3.2.3

18 Sep 04:45
Compare
Choose a tag to compare

What's Changed

  • configuration validation is now revamped with yup

  • several config fields are now not required (run Zipline with just 4 variables)

  • this will now make it easier to add new config opts without making everything required

  • core.secure made default to false

  • core.secret now requires a minimum of 8 characters

  • core.host now defaults to 0.0.0.0

  • core.port now defaults to 3000

  • uploader.length now defaults to 6

v3.2.2

13 Sep 04:25
Compare
Choose a tag to compare

What's Changed

  • audio and video files are now supported so you can view them on the dashboard
  • there is a new modal that appears when you click on an image to manage it (above)
  • some backend stuff (rename /api/user/images -> /api/user/files for a soon refactor and more)
  • fixed some bugs

v3.2.1

03 Sep 04:59
Compare
Choose a tag to compare

What's Changed

ZWS is now implemented, feel free to use it by just adding ZWS: true to the headers.

Reworked embedded images, they no longer sit on their own route, they are saved with embed: true if you have the Embed header, and when viewing any image that has embed: true will appear as embedded.

v3.2.0

27 Aug 02:49
7e8cda4
Compare
Choose a tag to compare

What's Changed

This update brings in custom themes, and curated themes (create PR's to add your own themes)

v3.1.0

26 Aug 02:43
b9c9d98
Compare
Choose a tag to compare

Migrate from multi-db to postgresql for ease of use due to docker-compose (docker-compose up and you have a zipline instance)

v3.0.0

23 Jun 18:25
Compare
Choose a tag to compare

Total rewrite of Zipline! See how to use https://zipline.diced.me

Zipline v2.9.0 - Themes Update

05 Apr 22:49
Compare
Choose a tag to compare

Minor Changes

Patches

2.8.1

12 Feb 18:04
Compare
Choose a tag to compare

Patches

  • Add video to upload: f008a49
  • Merge branch 'next' of github.com:diced/zipline into next: bc9fa4e
  • Sign cookies & fix users: 3bf154c
  • Char limit: f45e06e

2.7.2

30 Jan 20:12
Compare
Choose a tag to compare

Patches

2.7.1

30 Jan 16:19
Compare
Choose a tag to compare

Patches