Skip to content

Commit 6dcd35e

Browse files
authored
Update release.yml
1 parent 60ebbe0 commit 6dcd35e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
uses: ncipollo/release-action@v1
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
44-
tag: 1.3.12.1
45-
name: "AutoBrightnessControl v1.3.12"
46-
body: "The main change in version 1.3.x was adaptive brightness change depending on the content on the screen. I understand that not everyone needs such a feature, that's why there is an argument --adapt.\n\n- Now the application works correctly with both monitors that support brightness control and those that do not\n- Significantly improved reliability when switching monitors"
44+
tag: 1.3.13.1
45+
name: "AutoBrightnessControl v1.3.13"
46+
body: "The main change in version 1.3.x was adaptive brightness change depending on the content on the screen. I understand that not everyone needs such a feature, that's why there is an argument --adapt.\n\n- Now the application works correctly with both monitors that support brightness control and those that do not\n- Significantly improved reliability when switching monitors\n- Adaptive brightness: weights to prioritise the center of the screen were added. gamma correction is now applied to pixels."
4747
draft: false
4848
prerelease: false
4949
makeLatest: true

0 commit comments

Comments
 (0)