Skip to content

Commit

Permalink
[Automated] Merged develop into target master
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Aug 16, 2023
2 parents c9dc251 + 5997689 commit 54ce2e0
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 15 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
# Changelog
All notable changes to Mainsail will be documented in this file.

## [2.7.0](https://github.com/mainsail-crew/mainsail/releases/tag/v2.7.0) - 2023-08-12
### Features

- Hide screws tilt adjust dialog, when using MAX_DEVIATION (#1474) | [15371ad](15371adc3d550817663aabca6c2f4b76fd585e4f)
- Add option to hide MCU/Host sensors in the temp panel (#1496) | [9883457](9883457e9d622c16f6edb8e368c77b99e6728085)
- Hide axis controls during print (#1452) | [da15789](da157891a44bc6a6b9cdec87e0e8fb2c0f060dba)
- Add an option to set the sidebar default state (#1462) | [e9c22d3](e9c22d32bc3615360407caf544ed5751f30adb09)
- Add option to hide FPS counter in webcams (#1488) | [69eaeb6](69eaeb65573c5dda5773c5f9c60fa249d136c213)
- Add a select all option on the backup and restore dialogs (#1448) | [0c4b9e7](0c4b9e75516c55bfe6678ce3a66ed8e281295ace)
- Add nevermore to temperature panel (#1511) | [1cd2541](1cd2541d6f2f7d567f33b00708fe055b929df3dd)

### Bug Fixes and Improvements

- Fix cursor style for item name to be a pointer (#1514) | [98d9b0a](98d9b0aa597ab482314876b11d261c81aae1bbf9)

### Refactor

- Soft down info buttons in update manager (#1513) | [16165ec](16165ec85f05a92edcd52f57be869ea31f8b0460)

### Localization

- **pl**: Update Polish translation (#1502) | [fe7aee9](fe7aee9307cca63ae993c062e2d9a84a6f215856)
- **pl**: Update Polish translation (#1515) | [90d76c1](90d76c1ffeea42bc59f6d7dcc9374eee600f2cc7)
- **zh**: Update Chinese (zh) localization (#1503) | [dbb5f81](dbb5f81206d4d161eb0593b9d5e8c7b5189ffc2d)

## [2.6.2](https://github.com/mainsail-crew/mainsail/releases/tag/v2.6.2) - 2023-07-30
### Bug Fixes and Improvements

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": "mainsail",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"decription": "a klipper web interface",
"author": {
Expand Down
6 changes: 5 additions & 1 deletion src/components/TheSidebar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-navigation-drawer
:key="navigationStyle"
:value="naviDrawer"
v-model="naviDrawer"
:src="sidebarBackground"
:mini-variant="navigationStyle === 'iconsOnly'"
:width="navigationWidth"
Expand Down Expand Up @@ -70,6 +70,10 @@ export default class TheSidebar extends Mixins(NavigationMixin, BaseMixin) {
return this.$store.state.naviDrawer
}
set naviDrawer(newVal) {
this.$store.dispatch('setNaviDrawer', newVal)
}
get navigationStyle() {
return this.$store.state.gui.uiSettings.navigationStyle
}
Expand Down
30 changes: 19 additions & 11 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"DescriptionPreviouslyUnderVolted": "自从开机以来树莓派供电电压至少有一次低于4.65V。",
"DescriptionTemperatureLimitActive": "树莓派uC(仅3A+/3B+)温度目前超过软件限值(默认60C)。",
"DescriptionUnderVoltageDetected": "树莓派供电电压目前低于4.65V",
"TitleCurrentlyThrottled": "当前受到限制",
"TitleFrequencyCapped": "频率上限",
"TitlePreviouslyFrequencyCapped": "历史频率上限",
"TitlePreviouslyTemperatureLimited": "历史温度限制",
"TitlePreviouslyThrottled": "历史限制",
"TitlePreviouslyUnderVolted": "历史电压过低",
"TitleTemperatureLimitActive": "温度限制",
"TitleUnderVoltageDetected": "检测到电压过低"
"TitleCurrentlyThrottled": "受限提醒",
"TitleFrequencyCapped": "频率上限提醒",
"TitlePreviouslyFrequencyCapped": "频率上限提醒",
"TitlePreviouslyTemperatureLimited": "温度限制提醒",
"TitlePreviouslyThrottled": "受限提醒",
"TitlePreviouslyUnderVolted": "电压过低提醒",
"TitleTemperatureLimitActive": "温度限制提醒",
"TitleUnderVoltageDetected": "电压过低提醒"
},
"Titles": {
"Complete": "已完成 - {filename}",
Expand Down Expand Up @@ -677,6 +677,7 @@
"Temperature": "当前温度"
},
"Headline": "温度",
"HideMcuHostSensors": "隐藏Host/MCU传感器",
"Max": "最高",
"Min": "最低",
"Name": "名称",
Expand Down Expand Up @@ -791,6 +792,7 @@
"Circle": "圆形",
"Control": "控制",
"Cross": "交叉",
"HideDuringPrint": "打印期间隐藏轴控制",
"EnableXYHoming": "显示X&Y轴归零按钮",
"EstimatedExtrusionInfo": "显示预估的挤出信息",
"EstimatedExtrusionInfoDescription": "显示/隐藏根据挤出量和进给速度预估的挤出信息",
Expand Down Expand Up @@ -866,8 +868,7 @@
"CannotReadJson": "无法读取/解析备份文件。",
"DateFormat": "日期格式",
"DbConsoleHistory": "控制台历史记录",
"DbHistoryJobs": "历史任务",
"DbHistoryTotals": "历史统计",
"DBNavigation": "侧边栏",
"DbTimelapseSettings": "延时摄影设置",
"DbView": "视图设置",
"EstimateValues": {
Expand All @@ -884,7 +885,8 @@
"Reset": "重启",
"Restore": "恢复",
"RestoreDialog": "请选择你想要恢复的项:",
"TimeFormat": "时间格式"
"TimeFormat": "时间格式",
"Everything": "全部"
},
"InterfaceSettings": "Mainsail设置",
"MacrosTab": {
Expand Down Expand Up @@ -1055,6 +1057,11 @@
"ConfirmOnEmergencyStopDescription": "在按下\"紧急停止\"时显示确认对话框",
"ConfirmOnPowerDeviceChange": "控制设备电源时需要确认",
"ConfirmOnPowerDeviceChangeDescription": "控制设备电源时显示确认对话框",
"DefaultNavigationState": "侧边栏默认状态",
"DefaultNavigationStateAlwaysClosed": "始终隐藏",
"DefaultNavigationStateAlwaysOpen": "始终显示",
"DefaultNavigationStateDescription": "侧边栏默认显示状态。",
"DefaultNavigationStateLastState": "上一次的状态",
"DisableFanAnimation": "关闭风扇动画",
"DisableFanAnimationDescription": "这会一定程度减少浏览器的资源消耗",
"DisplayCANCEL_PRINT": "显示\"取消打印\"按钮",
Expand Down Expand Up @@ -1093,6 +1100,7 @@
"EditCrowsnestConf": "编辑 crowsnest.conf",
"EditWebcam": "编辑摄像头",
"FlipWebcam": "翻转摄像头图像:",
"HideFps": "隐藏FPS数值显示",
"Horizontally": "水平",
"IconBed": "热床",
"IconCam": "摄像头",
Expand Down

0 comments on commit 54ce2e0

Please sign in to comment.