File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ planned for 2025-07-01
1414### Added
1515
1616- [ config] Allow to change module order for final renderer (or dynamicaly with CSS): Feature ` order ` in config. (#3762 )
17- - [ clock] Added option 'disableNextEvent' to hide next sun event.
17+ - [ clock] Added option 'disableNextEvent' to hide next sun event ( # 3769 )
1818
1919### Changed
2020
2121- [ refactor] Simplify module loading process (#3766 )
22- - Use " node --run" instead of " npm run" (#3764 )
22+ - Use ` node --run ` instead of ` npm run ` (#3764 ) and adapt ` start:dev ` script.
2323- [ workflow] Run linter und spellcheck with LTS node version (#3767 )
2424- [ workflow] Split "Run test" step into two steps for more clarity (#3767 )
2525
Original file line number Diff line number Diff line change 3737 "prepare" : " [ -f node_modules/.bin/husky ] && husky || echo no husky installed." ,
3838 "server" : " node ./serveronly" ,
3939 "start" : " node --run start:x11" ,
40- "start:dev" : " node --run start -- dev" ,
40+ "start:dev" : " node --run start:x11 -- dev" ,
4141 "start:wayland" : " WAYLAND_DISPLAY=\" ${WAYLAND_DISPLAY:=wayland-1}\" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland" ,
4242 "start:wayland:dev" : " node --run start:wayland -- dev" ,
4343 "start:windows" : " .\\ node_modules\\ .bin\\ electron js\\ electron.js" ,
You can’t perform that action at this time.
0 commit comments