diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 663b3e7..aadea40 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Make rotation delay configurable + hash: 2648f76c18c694ccf6e94ba190ffc23048952acd + body: | + At this point we hardcode a 3 seconds delay before applying display + rotation, which on some systems is not enough, while on other systems + it is too much. + + This patch exposes a `ROTATE_DELAY` variable that makes the delay + configurable. + + Resolves: #171 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: 2.7.1 + title: "" + date: 2024-08-09T09:16:59.089Z - commits: - subject: Add support for Raspberry Pi 5 hash: 92105454eb5b57e21af4439ccd70d95296c9c556 @@ -491,9 +513,9 @@ - commits: - body: "\r - for now, this doesn't change behavior, as we still exit the - process, but it fixes error logging. If we don't want to exit the - process we can change this later\r + for now, this doesn't change behavior, as we still exit the process, but + it fixes error logging. If we don't want to exit the process we can + change this later\r \r" - version: 2.1.0 @@ -563,7 +585,8 @@ balenaOS v2.83.6 enables user namespacing by default making applications such as chromium unable to run. - We override the kernel parameter `user.max_user_namespaces` in the application as a workaround. + We override the kernel parameter `user.max_user_namespaces` in the + application as a workaround. - version: 2.0.4 - date: 2021-06-30T18:54:17Z - commits: diff --git a/CHANGELOG.md b/CHANGELOG.md index d3397b4..9f38760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v2.7.1 +## (2024-08-09) + +* Make rotation delay configurable [Michal Toman] + # v2.7.0 ## (2024-01-12) diff --git a/VERSION b/VERSION index 9aa3464..5588ae8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 \ No newline at end of file +2.7.1 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5d1abbd..d7145f1 100644 --- a/balena.yml +++ b/balena.yml @@ -32,7 +32,7 @@ post-provisioning: >- volumes: - 'settings:/data' # Only required if using PERSISTENT flag (see below) ``` -version: 2.7.0 +version: 2.7.1 type: sw.block assets: repository: