Skip to content

Releases: aica-technology/api

AICA Launcher v1.2.0

28 Jan 13:06
f02d22d
Compare
Choose a tag to compare

CHANGELOG

Release Versions:

1.2.0

This version adds an auto-login feature for versions of AICA Studio: Edge which require authentication (normally v4.3.0 and later). You will automatically be logged in as a super administrator (all permissions allowed) as soon as you launch a configuration in the Launcher.

1.1.2

This version releases two improvements:

  • Improve error handling when entering the license key
  • Fix issues with opening terminals on Unix

1.1.1

This version fixes an issue with the downloading of packages from our registry due to a caching error.

1.1.0

This version adds a few improvements:

  • Filter out older versions of AICA Core and app-builder
  • Only display packages compatible with currently supported AICA Core versions
  • Only display packages compatible with the current architecture
  • Improves the performance of fetching packages metadata

1.0.1

This patch release fixes a handful of bugs:

  • Resolve an issue where a configuration couldn't be updated until a restart if first launch failed
  • Properly show the "Real-time" field value on Linux
  • Improve Markdown rendering for package descriptions
  • Correct the placeholder text for the Configuration's "Custom Packages" field

1.0.0

Initial release of the AICA Launcher.

AICA Launcher v1.1.2

27 Jan 13:29
f02d22d
Compare
Choose a tag to compare

CHANGELOG

Release Versions:

1.1.2

This version releases two improvements:

  • Improve error handling when entering the license key
  • Fix issues with opening terminals on Unix

1.1.1

This version fixes an issue with the downloading of packages from our registry due to a caching error.

1.1.0

This version adds a few improvements:

  • Filter out older versions of AICA Core and app-builder
  • Only display packages compatible with currently supported AICA Core versions
  • Only display packages compatible with the current architecture
  • Improves the performance of fetching packages metadata

1.0.1

This patch release fixes a handful of bugs:

  • Resolve an issue where a configuration couldn't be updated until a restart if first launch failed
  • Properly show the "Real-time" field value on Linux
  • Improve Markdown rendering for package descriptions
  • Correct the placeholder text for the Configuration's "Custom Packages" field

1.0.0

Initial release of the AICA Launcher.

AICA Launcher v1.1.1

17 Dec 12:40
3ed3909
Compare
Choose a tag to compare

CHANGELOG

Release Versions:

1.1.1

This version fixes an issue with the downloading of packages from our registry due to a caching error.

1.1.0

This version adds a few improvements:

  • Filter out older versions of AICA Core and app-builder
  • Only display packages compatible with currently supported AICA Core versions
  • Only display packages compatible with the current architecture
  • Improves the performance of fetching packages metadata

1.0.1

This patch release fixes a handful of bugs:

  • Resolve an issue where a configuration couldn't be updated until a restart if first launch failed
  • Properly show the "Real-time" field value on Linux
  • Improve Markdown rendering for package descriptions
  • Correct the placeholder text for the Configuration's "Custom Packages" field

1.0.0

Initial release of the AICA Launcher.

AICA Launcher v1.1.0

10 Dec 14:06
222b0dc
Compare
Choose a tag to compare

CHANGELOG

Release Versions:

1.1.0

This version adds a few improvements:

  • Filter out older versions of AICA Core and app-builder
  • Only display packages compatible with currently supported AICA Core versions
  • Only display packages compatible with the current architecture
  • Improves the performance of fetching packages metadata

1.0.1

This patch release fixes a handful of bugs:

  • Resolve an issue where a configuration couldn't be updated until a restart if first launch failed
  • Properly show the "Real-time" field value on Linux
  • Improve Markdown rendering for package descriptions
  • Correct the placeholder text for the Configuration's "Custom Packages" field

1.0.0

Initial release of the AICA Launcher.

AICA Launcher v1.0.1

11 Nov 13:06
222b0dc
Compare
Choose a tag to compare

CHANGELOG

Release Versions:

1.0.1

This patch release fixes a handful of bugs:

  • Resolve an issue where a configuration couldn't be updated until a restart if first launch failed
  • Properly show the "Real-time" field value on Linux
  • Improve Markdown rendering for package descriptions
  • Correct the placeholder text for the Configuration's "Custom Packages" field

1.0.0

Initial release of the AICA Launcher.

AICA Launcher v1.0.0

09 Oct 14:51
e1e833f
Compare
Choose a tag to compare

Original release of the AICA Launcher.

AICA Launcher v0.0.6

01 Oct 10:59
e133207
Compare
Choose a tag to compare
feat(schema): revise transitions and states (#177)

* feat(schema): rename 'loaded' state to 'inactive' for controllers

* feat(schema): add additional lifecycle transitions to components

* docs: changelog

* refactor: move on_shutdown transition further down in the order

* feat: update static generated schemas