Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 9, 2024
1 parent 3504af1 commit bff360f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
31 changes: 27 additions & 4 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Michal Toman <[email protected]>
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.1
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bff360f

Please sign in to comment.