Skip to content

Releases: plugsy/core

v7.0.0

30 Nov 17:53
Compare
Choose a tag to compare

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

v6.0.0

11 Aug 11:25
a12c22e
Compare
Choose a tag to compare

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)

v6.0.0-beta.1

09 Aug 21:48
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

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)

v5.1.0-beta.1

27 Jul 20:15
Compare
Choose a tag to compare
v5.1.0-beta.1 Pre-release
Pre-release

5.1.0-beta.1 (2021-07-27)

Features

  • enable beta builds and multiple platforms docker (da9f856)

v5.0.1

23 Jul 19:31
Compare
Choose a tag to compare

5.0.1 (2021-07-23)

Bug Fixes

  • github releases and production icons (053621b)

v4.0.0

02 Jul 23:38
Compare
Choose a tag to compare

4.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • Full theming and CSS injection for every component

Features

  • allow port to be configured (864dc19)
  • Full theming and CSS injection for every component (adbae34)

Bug Fixes

  • Added timeout functionality to website connector to prevent blocking (62bfe04)
  • Default to opening new links in a new tab (7988e76)
  • Increase network timeout, revert to using node:14-slim (c881543)

v3.0.3

29 Jun 23:16
c95eaee
Compare
Choose a tag to compare

3.0.3 (2021-06-29)

Bug Fixes

  • 500 errors if an icon cannot be found (0a59ea7)
  • Icons were no longer appearing due to incorrect naming (c16a93d)

v3.0.2

29 Jun 11:21
Compare
Choose a tag to compare

3.0.2 (2021-06-29)

Bug Fixes

  • end on SIGTERM or SIGINT (9207500)

v3.0.1

28 Jun 07:43
Compare
Choose a tag to compare

3.0.1 (2021-06-28)

Bug Fixes

  • build issues (5eb2ffb)
  • issue where http requests were incorrectly determined as https (46211f7)
  • Logging level is now configurable via config file (a1870e0)

v3.0.0

25 Jun 18:42
Compare
Choose a tag to compare

3.0.0 (2021-06-25)

⚠ BREAKING CHANGES

  • the types for each of the config plugins is now capitalised.

Features

  • Plugsy can now work in agent mode. (8a41ed1)