github diced/zipline v3.4.0

latest releases: v3.7.10, v3.7.9, v3.7.8...
2 years ago

What's Changed

Notable changes:

  • Entirely new UI (i will post pictures ina thread)
  • The time to build zipline has been more or less halved
  • Removal of custom themes
    • Added a light theme for the dark blue colors
    • If your theme is set to 'system' it will sync with your systems color scheme using the dark/light blue themes.
    • If your browser supports scrollbar color when the color-scheme property is set then your scrollbar will become light or dark depending on the color scheme of the theme.
  • There is now a code viewer (powered by prism), as of now there are a few popular file extensions that are supported. If the file you uploaded matches one of them, instead of rendering/downloading the file contents, it will render your code with nice syntax highlighting
  • Other than these few features/changes, the UI is probably the most changed. It has been tested pretty well yet there might be some bugs still, if you do find any bugs with the UI or any feature please make sure to create an issue on the github!
  • If your zipline instance is out of date, on the login screen it will tell you to update. (Soon there will be an option to disable this, but as of now its not that annoying)
  • New stats page to make it separated from the dashboard home page
  • If you access a page (ex: https://idk.com/dashboard/upload) and you are not logged in, it will redirect you to https://idk.com/auth/login?url=/dashboard/upload, and once you login you will be redirected back to the upload page. (just a qol feature)

Since a few things have changed, I will be updating the docs with new information as it desperately needs it.

To update:
docker-compose pull
docker-compose up -d

Full Changelog: v3.3.1...v3.4.0

Don't miss a new zipline release

NewReleases is sending notifications on new releases.