Add mixed filament bias controls and bump version to 0.9.51

This commit is contained in:
Rad
2026-04-13 21:00:30 +02:00
parent f5ce77c15a
commit 4a5746a6e6
27 changed files with 530 additions and 159 deletions

View File

@@ -11,6 +11,7 @@ on:
- 'version.inc'
- 'CHANGELOG*.md'
- 'RELEASE_NOTES*.md'
- 'doc/changelogs/**'
- 'localization/**'
- 'resources/**'
- ".github/workflows/build_*.yml"
@@ -76,6 +77,8 @@ jobs:
notes_content=""
for notes_file in \
"doc/changelogs/CHANGELOG_v${version}.md" \
"doc/changelogs/RELEASE_NOTES_v${version}.md" \
"CHANGELOG_v${version}.md" \
"RELEASE_NOTES_v${version}.md"; do
if [ -f "$notes_file" ]; then