Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 2.66 KB

7.0.0 (2021-11-30)

⚠ BREAKING CHANGES

  • 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

6.0.0 (2021-08-11)

⚠ BREAKING CHANGES

  • 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.

Features

  • 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)

Bug Fixes

  • Display error svg if invalid icon supplied (29099d2)

Miscellaneous Chores

  • Change environment variables from DOCKER_DASH to PLUGSY (cf74932)

6.0.0-beta.1 (2021-08-09)

⚠ BREAKING CHANGES

  • react-icons are no longer supported and will need to be moved over to the new icon format.

Features

  • Allow icons to be loaded externally (1f3abbb)
  • Build core with armv7 (7e8c9f9)
  • Fully move to styled-icons (a6a4c0f)

Bug Fixes

  • Display error svg if invalid icon supplied (29099d2)

5.0.1 (2021-07-23)

Bug Fixes

  • github releases and production icons (053621b)