7.0.0 (2021-11-30)
- Docker container labels have been renamed:
from: dockerDash.* to: plugsy.*
example: plugsy.name: "Todo" plugsy.category: "Home" plugsy.icon: "@styled-icons/fa-solid/Horse" plugsy.link: https://my.vikunja.com
- Bump to V7 (1b3090a)
6.0.0 (2021-08-11)
- Environment variables have been changed from DOCKER_DASH_ to PLUGSY_
- react-icons are no longer supported and will need to be moved over to the new icon format.
- Allow icons to be loaded externally (1f3abbb)
- Build core with armv7 (7e8c9f9)
- enable beta builds and multiple platforms docker (da9f856)
- Fully move to styled-icons (a6a4c0f)
- Plugsy agent endpoint can be specified using environment variables (6f7ecd4)
- Display error svg if invalid icon supplied (29099d2)
- Change environment variables from DOCKER_DASH to PLUGSY (cf74932)
6.0.0-beta.1 (2021-08-09)
- react-icons are no longer supported and will need to be moved over to the new icon format.
- Allow icons to be loaded externally (1f3abbb)
- Build core with armv7 (7e8c9f9)
- Fully move to styled-icons (a6a4c0f)
- Display error svg if invalid icon supplied (29099d2)
5.0.1 (2021-07-23)
- github releases and production icons (053621b)