mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Adapt start:x11:dev
script (#3700)
This doesn't actually change anything functionally, but with this we use the same schema as for `start:wayland:dev` and `start:windows:dev`.
This commit is contained in:
committed by
GitHub
parent
77fe01175c
commit
53ac31dcf3
@@ -18,21 +18,22 @@ planned for 2025-04-01
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
|
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
|
||||||
- [core] Optimize systeminformation calls and output
|
- [core] Optimize systeminformation calls and output (#3689)
|
||||||
- [core] Add issue templates for feature requests and bug reports
|
- [core] Add issue templates for feature requests and bug reports (#3695)
|
||||||
|
- [core] Adapt `start:x11:dev` script
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- [core] Update dependencies and formatting
|
- [core] Update dependencies and formatting (#3693)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [calendar] Fix clipping events being broadcast (#3678)
|
- [calendar] Fix clipping events being broadcast (#3678)
|
||||||
- [tests] Electron tests: Fixes for running under new github image ubuntu-24.04, replace xserver with labwc, running under xserver and labwc depending on env variable WAYLAND_DISPLAY is set (#3676)
|
- [tests] Electron tests: Fixes for running under new github image ubuntu-24.04, replace xserver with labwc, running under xserver and labwc depending on env variable WAYLAND_DISPLAY is set (#3676)
|
||||||
- [calendar] Fix arrayed symbols, #3267, again, add testcase, add testcase for #3678
|
- [calendar] Fix arrayed symbols, #3267, again, add testcase, add testcase for #3678
|
||||||
- [weather] Fix wrong weatherCondition name in openmeteo provider which lead to n/a icon
|
- [weather] Fix wrong weatherCondition name in openmeteo provider which lead to n/a icon (#3691)
|
||||||
- [core] Fix wrong port in log message when starting server only (#3696)
|
- [core] Fix wrong port in log message when starting server only (#3696)
|
||||||
|
|
||||||
## [2.30.0] - 2025-01-01
|
## [2.30.0] - 2025-01-01
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
"start:windows": ".\\node_modules\\.bin\\electron js\\electron.js",
|
"start:windows": ".\\node_modules\\.bin\\electron js\\electron.js",
|
||||||
"start:windows:dev": "npm run start:windows -- dev",
|
"start:windows:dev": "npm run start:windows -- dev",
|
||||||
"start:x11": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
"start:x11": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
||||||
"start:x11:dev": "npm run start -- dev",
|
"start:x11:dev": "npm run start:x11 -- dev",
|
||||||
"test": "NODE_ENV=test jest -i --forceExit",
|
"test": "NODE_ENV=test jest -i --forceExit",
|
||||||
"test:calendar": "node ./modules/default/calendar/debug.js",
|
"test:calendar": "node ./modules/default/calendar/debug.js",
|
||||||
"test:coverage": "NODE_ENV=test jest --coverage -i --verbose false --forceExit",
|
"test:coverage": "NODE_ENV=test jest --coverage -i --verbose false --forceExit",
|
||||||
|
Reference in New Issue
Block a user