Versions - vexorian/dizquetv GitHub Wiki
Stable
Stable versions are recommended. It takes more time for the stable branch to receive features, but it will receive them after they've been tested quite a bit by the community.
- Latest stable version: 1.5.5
- Docker hub:
vexorian/dizquetv:latest(for automatic updates) orvexorian/dizquetv:1.5.5(to stay in that version)
Edge
The Edge version branch receives features much sooner than the Stable branch. But they didn't go through as much testing as the features in the stable version. They may also not be fully supported yet by the python automation library.
- Latest edge version: 1.7.0
- Docker hub:
vexorian/dizquetv:edge(for automatic updates) orvexorian/dizquetv:1.7.0(to stay in that version)
Development
The development versions are for those who wish to test modifications before they are included in official releases.
- Development branch: Branch
developmentis the current development branch. - Prebuilt-executables: Binaries are generated automatically minutes after the development branch is updated, you can find them at: https://github.com/vexorian/dizquetv/releases/tag/development-binaries.
- Docker hub:
vexorian/dizquetv:development(for automatic updates)
Patches
Bug fixes for the stable release are submitted to the patch branch. The fixes in this branch are eventually added to development and new stable releases are also released from this branch.