Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version string to 5.0.1 #415

Merged
merged 6 commits into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_scripts/compile_version_string.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-dev
5.0.1-release
2 changes: 1 addition & 1 deletion src/res/qml/PlayspacePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ MyStackViewPage {
seatedDisableWarningText.visible = !boolEnableSeatedMotion
} else if (MoveCenterTabController.trackingUniverse === 1) {
spaceModeText.text = "Standing"
spaceSeatedRecenter.visible = false
spaceSeatedRecenter.visible = true
offsetsGroupBox.visible = true
rotationGroupBox.visible = true
resetButtonRow.visible = true
Expand Down
6 changes: 3 additions & 3 deletions src/res/qml/rotation_page/redirected/AutoTurnGroupBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GroupBox {

label: MyText {
leftPadding: 10
text: "Auto-Turn Settings"
text: "Auto-turn (aka infinite walk)"
bottomPadding: -10
}
background: Rectangle {
Expand Down Expand Up @@ -168,8 +168,8 @@ GroupBox {
MySlider {
id: speedSlider
from: 0
to: 360
stepSize: 1
to: 900
stepSize: 10
value: 90
Layout.fillWidth: true
onPositionChanged: {
Expand Down
2 changes: 1 addition & 1 deletion src/settings/internal/settings_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class SettingsController
DoubleSettingValue{ DoubleSetting::ROTATION_cordDetanglingAngle,
SettingCategory::Rotation,
QtInfo{ "cordDetanglingAngle" },
1000 * advsettings::k_centidegreesToRadians },
1500 * advsettings::k_centidegreesToRadians },
DoubleSettingValue{ DoubleSetting::ROTATION_autoturnMinCordTangle,
SettingCategory::Rotation,
QtInfo{ "autoturnMinCordTangle" },
Expand Down
2 changes: 1 addition & 1 deletion ver/versioncheck.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "major": 5, "minor": 0, "patch": 0, "updateMessage": "", "optionalMessage": "" }
{ "major": 5, "minor": 0, "patch": 1, "updateMessage": "", "optionalMessage": "" }