2065 Commits

Author SHA1 Message Date
Stefan Dej
16165ec85f
refactor: soft down info buttons in update manager (#1513) 2023-08-09 20:05:26 +02:00
Stefan Dej
69eaeb6557
feat: add option to hide FPS counter in webcams (#1488) 2023-08-09 20:04:48 +02:00
Stefan Dej
e9c22d32bc
feat: add an option to set the sidebar default state (#1462) 2023-08-09 01:08:49 +02:00
rackrick
98d9b0aa59
fix: fix cursor style for item name to be a pointer (#1514)
Signed-off-by: Patrick Stainbrook <patrick@hohestadt.de>
2023-08-09 00:56:34 +02:00
sddev0
da157891a4
feat: hide axis controls during print (#1452)
Co-authored-by: Sebastian Duerholt <s.duerholt@gmail.com>
2023-08-07 23:43:20 +02:00
Stefan Dej
9883457e9d
feat: add option to hide MCU/Host sensors in the temp panel (#1496) 2023-08-07 23:25:43 +02:00
Stefan Dej
15371adc3d
feat: hide screws tilt adjust dialog, when using MAX_DEVIATION (#1474) 2023-08-07 23:25:00 +02:00
Daviteusz
fe7aee9307
locale(pl): Update Polish translation (#1502)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-08-07 23:03:29 +02:00
Samuel-0-0
dbb5f81206
locale(zh): Update Chinese (zh) localization (#1503)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-08-07 22:54:54 +02:00
meteyou
9e2e923a8f docs(changelog): update changelog 2023-07-30 19:26:46 +00:00
github-actions
1a12554821 chore: push version number to v2.6.2 2023-07-30 19:22:55 +00:00
Zhu Qian
7251a8c6ba
locale(zh): update chinese locale (#1486)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-07-30 21:17:39 +02:00
Stefan Dej
cda3098c9e
fix: fix issue with cannot extrude after a Klipper restart (#1495) 2023-07-30 21:03:00 +02:00
Stefan Dej
9eb133bd85
fix: fix multiple issues in the refactored update manager (#1497) 2023-07-30 21:02:28 +02:00
Stefan Dej
6a4cca751c
fix: fix issue with create/edit presets and refactor settings (#1499) 2023-07-30 21:01:05 +02:00
Stefan Dej
d67ef3aa90
fix: use webcam name instead of UUID for timelapse plugin (#1492) 2023-07-30 12:41:08 +02:00
Stefan Dej
aeee198239
fix: fix issue with camel-case object names in temperature panel (#1491) 2023-07-28 22:48:01 +02:00
Stefan Dej
5c40820108
fix: fix flip function in several webcam clients (#1487) 2023-07-27 23:02:51 +02:00
Stefan Dej
e929c7cc0f
fix: hide rpm in temperature_fans without tachometer_pin (#1489) 2023-07-27 09:42:07 +02:00
Stefan Dej
0b47a80b13
refactor: refactor SettingsRow (#1484) 2023-07-24 22:13:16 +02:00
Stefan Dej
8447be2ece
fix: fix editor save & restart button behavior (#1483) 2023-07-24 22:08:50 +02:00
Daviteusz
0c5aca8baf
locale(pl): Update Polish translation (#1482) 2023-07-24 19:27:21 +02:00
meteyou
eceb442a4c docs(changelog): update changelog 2023-07-24 07:36:14 +00:00
github-actions
98160e1368 chore: push version number to v2.6.1 2023-07-24 07:32:51 +00:00
Stefan Dej
f52b94c459
locale(tr): update turkish locale (#1480) 2023-07-24 09:32:00 +02:00
Stefan Dej
0cefa24e76
refactor: display errors and warnings in the update_manager (#1453)
Co-authored-by: th33xitus <domwil1091+github@gmail.com>
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2023-07-22 19:49:03 +02:00
Stefan Dej
be253165a0
refactor: extract Presets and Settings from TemperaturePanel (#1465) 2023-07-22 15:07:30 +02:00
Stefan Dej
5b2bea51aa
fix: fix issue with webcams in farm printers (#1469) 2023-07-22 15:07:12 +02:00
Stefan Dej
db09bbe043
refactor: change SettingsGeneralTab file (#1475) 2023-07-22 15:06:55 +02:00
Daviteusz
6758049d29
locale(pl): Update Polish translation (#1476)
Co-authored-by: Weblate <noreply@weblate.org>
2023-07-20 17:06:46 +02:00
antekmeco
a58bef2a03
locale(pl): update polish locale (#1471) 2023-07-19 22:49:53 +02:00
dependabot[bot]
a1d3dc9118
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#1470)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 18:41:57 +02:00
Stefan Dej
1895d2d905
fix: fix issue with CSV separator in contents (#1460) 2023-07-16 22:43:57 +02:00
Stefan Dej
7c81690c1e
refactor: use moonraker webcam api instead of direct DB access (#1445) 2023-07-16 21:51:45 +02:00
Stefan Dej
039a446944
fix: fix issue with ETA and 12h time format (#1463) 2023-07-13 21:40:10 +02:00
Samuel-0-0
bcbef2f19a
locale(zh): Update Chinese (zh) localization (#1459) 2023-07-12 21:43:58 +02:00
Jamin Collins
39590004da
fix: avoid hitting 100% before print is complete (#1455) 2023-07-09 19:32:40 +02:00
Stefan Dej
ef2d17cadd
chore: add dev-dist to .gitignore (#1451)
This commit adds 'dev-dist' directory to .gitignore. 'dev-dist' is a folder that gets created when we build the application in development environment, it's not needed to be tracked as it only contains generated files.

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-07-01 15:06:37 +02:00
Stefan Dej
a7e70c75d0
fix: fix condition in restartServiceNameExists check (#1450) 2023-07-01 11:08:10 +02:00
Stefan Dej
21d3d39503
refactor: build version file for moonraker (#1449) 2023-07-01 08:41:43 +02:00
Daviteusz
d8441254db
locale(pl): Update Polish translation (#1447)
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-28 20:17:04 +02:00
Stefan Dej
6e7ef6554e
fix: remove variable check in klipper config StreamParser (#1435) 2023-06-28 20:16:19 +02:00
dependabot[bot]
98a750922a
build(deps): bump semver from 7.3.7 to 7.5.2 (#1443)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-25 00:11:28 +02:00
th33xitus
7da33523d1
fix: show delete dialog for single files too (#1442) 2023-06-25 00:11:05 +02:00
Stefan Dej
2962df21e5
chore(pwa): remove debug warnings in browser console (#1441) 2023-06-25 00:01:48 +02:00
Daviteusz
73e503fc64
locale(pl): Update Polish translation (#1434)
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-24 22:00:11 +02:00
meteyou
705065d65e docs(changelog): update changelog 2023-06-19 19:53:50 +00:00
Stefan Dej
7966270ea7
chore: update ftp upload action in release workflow (#1430) 2023-06-19 21:47:39 +02:00
github-actions
f5aee3e20d chore: push version number to v2.6.0 2023-06-19 19:08:44 +00:00
Stefan Dej
8fc275086a
chore: add PWA caching and cache updater (#1421)
Co-authored-by: th33xitus <domwil1091+github@gmail.com>
2023-06-19 20:15:49 +02:00