Skip to content

2.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 08:54
· 70 commits to main since this release
b56e9ea

What's Changed

  • Change to ACAP SDK 4.13 by @github-actions in #72
  • Use AxParameter library from native SDK by @github-actions in #73
  • Introduce constants for application name and directories by @github-actions in #74
  • Detect cherry-pick conflicts by @killenheladagen in #76
  • Listen to SD card availability using AXStorage by @github-actions in #75
  • Migrate data root by @github-actions in #79
  • Allow log be directed to stdout instead of syslog by @github-actions in #80
  • Use constants for parameter names and remove trivial reader functions by @github-actions in #81
  • Parameters as bool instead of enums by @github-actions in #82
  • Use 4 spaces indentation in manifest.json by @github-actions in #83
  • Refactor order of parameter check by @github-actions in #84
  • Fail installation for non-container device by @github-actions in #85
  • Allow runtime changing of application and dockerd log level by @github-actions in #86
  • Prevent deadlock when acting on parameter changes by @github-actions in #87
  • Ignore SD card state changes when not SD card is not used by @github-actions in #88
  • Debug log for main loop and dockerd command by @github-actions in #89
  • Avoid crash due to free() before malloc() by @github-actions in #90
  • Added status parameter to declare state of application by @github-actions in #91
  • Use 4 spaces indentation in C files by @github-actions in #92
  • Do not align consecutive assignments by @github-actions in #93
  • Log more details around child process start and stop by @github-actions in #94
  • Initialize AXParameter only once to prevent memory leak. by @github-actions in #95
  • Stop dockerd nicely by @github-actions in #96
  • Read certificates from localdata and preserve them during upgrades by @github-actions in #97
  • Refactor workflow and actions by @madelen-at-work in #98
  • Fix pre-release job of workflow by @madelen-at-work in #99
  • Workflow: Restore flag in curl command by @madelen-at-work in #100
  • Update version to 2.0.0 by @github-actions in #101
  • Pick up the correct variables by @madelen-at-work in #102

New Contributors

Full Changelog: 1.5.0...2.0.0-rc.1