Skip to content

Commit

Permalink
chore: bump app version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsukhanov committed Mar 13, 2024
1 parent b749cf2 commit 9a1eac2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
9 changes: 9 additions & 0 deletions modules/shared/ui/src/lib/changelog/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ export type Changelog = Array<{
}>;

export const CHANGELOG: Changelog = [
{
version: '1.2.6',
changeL10nKeys: [
'changelog.1-2-6.fixServoCalibrationForRangesGraterThan360',
'changelog.1-2-6.fixServoCalibrationResultsNotBeingRound',
'changelog.1-2-6.fixMultipleServoCalibrationOnStartup',
'changelog.1-2-6.featMotorStrainingReduction',
]
},
{
version: '1.2.5',
changeL10nKeys: [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moc-commander",
"version": "1.2.5",
"version": "1.2.6",
"scripts": {
"start": "nx serve",
"serve:prod": "nx serve -c production",
Expand Down
6 changes: 6 additions & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,12 @@
"appIconUpdated": "Updated app icon (now it displays correctly during the process of adding the app to the Steam Client Library)",
"servoManualRangeReadFix": "Fixed manual servo range read from port during binding editing",
"servoCenterOnStartForKeyInputsFix": "Fixed servo not centering on start when using key or button inputs"
},
"1-2-6": {
"fixServoCalibrationForRangesGraterThan360": "Fixed servo calibration for ranges greater than 360°",
"fixServoCalibrationResultsNotBeingRound": "Fixed servo calibration results not being rounded to the nearest degree",
"fixMultipleServoCalibrationOnStartup": "Fixed issue with incorrect results of multiple servo calibration on startup",
"featMotorStrainingReduction": "Reduced motor straining at the ends of the servo range received during calibration"
}
}
}
6 changes: 6 additions & 0 deletions src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,12 @@
"appIconUpdated": "Обновлена иконка приложения (теперь она отбражается корректно в окне добавления приложения в библиотеку Steam)",
"servoManualRangeReadFix": "Исправлена ошибка чтения диапазона сервопривода в ручном режиме из порта при редактировании привязки",
"servoCenterOnStartForKeyInputsFix": "Исправлена ошибка центрирования сервопривода для привязок с кнопочным вводом при старте схемы"
},
"1-2-6": {
"fixServoCalibrationForRangesGraterThan360": "Исправлена ошибка ручной и автоматической калибровки сервопривода для диапазонов больше 360°",
"fixServoCalibrationResultsNotBeingRound": "Исправлена ошибка округления результатов калибровки сервопривода",
"fixMultipleServoCalibrationOnStartup": "Исправлена ошибка, возникающая при калибровке нескольких сервоприводов при старте схемы",
"featMotorStrainingReduction": "Уменьшение нагрузки на моторы на границах диапазона сервопривода, полученного в результате калибровки"
}
}
}

0 comments on commit 9a1eac2

Please sign in to comment.