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

Release v2.25.0 #3214

Merged
merged 169 commits into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
169 commits
Select commit Hold shift + click to select a range
7694d6f
Prepare 2.22.0-develop
MichMich Oct 1, 2022
f04d578
improve tests (#2923)
khassel Oct 4, 2022
8212d30
fix(weather/smhi) Correctly reference apparent temp method (#2931)
SkySails Oct 4, 2022
ce4906d
Add test in compliments module for remotFile option (#2932)
rejas Oct 4, 2022
f434be3
Update da.json (#2930)
rejas Oct 6, 2022
a86e27a
Added fetchWeatherHourly functionality to Weather.gov provider (#2933)
dWoolridge Oct 6, 2022
d5e855d
Use fetch instead of XMLHttpRequest in weatherprovider (#2935)
rejas Oct 6, 2022
21ae79b
weathergov.js: Removed weatherEndpoint definition (#2936)
dWoolridge Oct 7, 2022
a328ce5
Cleanup test directory (#2937)
rejas Oct 7, 2022
85a9f14
Added css class names "today" and "tomorrow" for calendar (#2939)
retroflex Oct 11, 2022
1eb2965
Ensure updatenotification module isn't shown when local is *ahead* of…
dariom Oct 12, 2022
7bbf8c1
Wait till all node_helper are started before finishing startup (#2928)
rejas Oct 13, 2022
835c893
Support for configuring FontAwesome class in calendar-module: (#2949)
MagMar94 Oct 16, 2022
fc59ed2
Convert moment(..., "X") to moment.unix(...) (#2950)
rejas Oct 16, 2022
ad4dbd7
added new electron tests supporting date mocking (#2947)
khassel Oct 17, 2022
7bd9443
fix cors problems with newsfeed articles (#2940)
khassel Oct 17, 2022
64ed5a5
Add error handling to node_helper startup sequence (#2945)
rejas Oct 19, 2022
2d3940a
Use metric units internally in all weatherproviders (#2849)
rejas Oct 24, 2022
dde8860
Make sure smhi provider api only gets a maximimum of 6 digits coordin…
rejas Oct 24, 2022
c191ff0
Refactor common weather methods into utils class (#2958)
rejas Oct 28, 2022
f79d3f0
Cleanup jest config (#2959)
rejas Oct 28, 2022
00bc6eb
Add dependency review action (#2862)
naveensrinivasan Oct 28, 2022
7058fc5
Update dependencies (#2960)
rejas Oct 28, 2022
f25abfd
Make the e2e tests wait for the app to start and close before running…
buxxi Oct 29, 2022
3879949
Switch back to third party fetch lib for all node versions (#2961)
rejas Oct 29, 2022
4d47c08
Support HTTP headers with CORS-method (#2957)
MagMar94 Oct 30, 2022
4fecffc
Add Collaboration.md (#2954)
khassel Oct 31, 2022
0b01e9d
Fix jsdoc error
Nov 6, 2022
b9b7d2c
Add option to remove "x-frame-options" and "content-security-policy" …
Tom-Hirschberger Nov 7, 2022
bd0b3c0
New weather provider: Yr.no (#2948)
MagMar94 Nov 8, 2022
abbae90
update dependencies: electron to v22, fix playwright to v1.27.1 (#2976)
khassel Dec 8, 2022
eee289a
Only add clock type wrappers to DOM when they are used (#2971)
rejas Dec 10, 2022
a262444
Cleanup compliments module (#2965)
rejas Dec 10, 2022
3124b0a
Replace `…` with `…` (#2973)
KristjanESPERANTO Dec 10, 2022
2fec314
improve electron tests (avoid errors in github workflows) (#2977)
khassel Dec 12, 2022
76d9042
update playwright to v1.29.1 and other dependencies (#2980)
khassel Dec 22, 2022
e9be668
Added a WeatherProvider for Open-Meteo (#2964)
angeldeejay Dec 26, 2022
0ebedd0
Prepare Release 2.22.0
MichMich Jan 1, 2023
cd739b6
Merge branch 'master' into develop
MichMich Jan 1, 2023
c99f660
Prepare 2.23.0 develop branch.
MichMich Jan 1, 2023
4fc38bd
Update dependabot action (#2985)
rejas Jan 2, 2023
a975b44
Fix wrong day labels in envcanada forecast (#2992)
rejas Jan 7, 2023
2908c15
Cleanup md files (#2994)
rejas Jan 7, 2023
fc30314
Remove darksky weather provider (#2993)
rejas Jan 7, 2023
7bc91a7
Fix badge status (#2991)
khassel Jan 7, 2023
6e80e5a
Add option to show hourly forecast in increments (#2998)
rejas Jan 10, 2023
877f8ad
Refactor mock-data for weather-tests generation (#3000)
rejas Jan 11, 2023
29e3ec0
added possibility to ignore MagicMirror repo in updatenotification (#…
khassel Jan 12, 2023
d2327d3
removed unneeded (and unwanted) '.' in calendar (#3003)
khassel Jan 14, 2023
8d9f132
add Pirate Weather as new weather provider (#3006)
khassel Jan 15, 2023
c714399
Fix weathergov provider hourly weather forecast (#3011)
rejas Jan 16, 2023
4244c05
Fix calendar.js missing default symbol prefix (#3007)
DaveChild Jan 16, 2023
ee86956
Fix typo into french translation (#3017)
grenagit Jan 21, 2023
cd4ba42
[Alert Module] Fix HTML message (#3018)
grenagit Jan 21, 2023
2e2962d
Fix yr weather direction (#3020)
MagMar94 Jan 21, 2023
67e4dba
Point wind arrow in the direction the wind is flowing (#3022)
MagMar94 Jan 22, 2023
157e74c
added error message if `<modulename>.js` file is missing … (#3015)
khassel Jan 26, 2023
f6dcfb5
Refresh the Calendar DOM every minute (#3016)
psieg Jan 26, 2023
7198ae5
Add (in Alert module) templateName parameter (#3009)
rajniszp Jan 26, 2023
58b9ddc
updatenotification: only notify mm-repo for master if tag present (#3…
khassel Jan 26, 2023
a8dc563
Update weather tests (#3008)
rejas Jan 26, 2023
ed90f05
Fix async node_helper stopping electron start (#3021)
rejas Jan 26, 2023
42d42ef
Prevent electron flashing white screen on startup (#3001)
khassel Jan 26, 2023
bf279d9
Tidy up precipitation (#3023)
MagMar94 Feb 4, 2023
1dc0a0d
Update some tests (#3024)
rejas Feb 6, 2023
4b478a5
Create Thai Language file (#3028)
tomzt Feb 7, 2023
a65ee86
Introduce envsubst for config.js, update deps (#3032)
khassel Feb 12, 2023
e24dfa6
Calendar Module QOL Features and Adjustments (#3033)
CarJem Feb 15, 2023
88c7e42
Enforce PRs to be based against develop branch (#3031)
rejas Feb 16, 2023
65aa1b0
Update coverage and jest settings (#3038)
rejas Feb 16, 2023
81244d9
Update config sample and collab doc (#3039)
rejas Feb 17, 2023
fb22a76
Fix precipitation styles (#3041)
rejas Feb 18, 2023
bf28e63
Move th.json to translations folder (#3043)
KristjanESPERANTO Feb 19, 2023
b08a473
Update stylelint (#3042)
KristjanESPERANTO Feb 19, 2023
390e5d6
Update thai language (#3044)
rejas Feb 20, 2023
6d86ffa
Fix rounding in precipitation percentage (#3045)
rejas Feb 20, 2023
a237691
Show events of a configurable amount of past days (#3046)
Tom-Hirschberger Feb 21, 2023
2b792cd
Convert translator callbacks to async/await (#3048)
rejas Feb 21, 2023
fe0b915
Convert app-start/-stop callbacks to async/await (#3035)
rejas Feb 22, 2023
498b440
Convert module-start to async (#3049)
rejas Feb 22, 2023
b5b6124
Convert load callbacks to async/await (#3050)
rejas Feb 22, 2023
1b2785c
Cleanup more callback things (#3051)
rejas Feb 26, 2023
23ee155
Fixed wind speed units for Open-Meteo Weather Provider (#3054)
angeldeejay Mar 1, 2023
c6db225
set all calendar colums to vertical align top (#3055)
khassel Mar 6, 2023
beea754
Fix empty news feed stopping the feed from ever updating again (#3062)
buxxi Mar 11, 2023
6d77923
fix e2e tests (failed after async changes) (#3063)
khassel Mar 12, 2023
8f8945d
Issue#3064 html alert title message (#3065)
nfogal Mar 19, 2023
d276a7d
Use template literals instead of string concatenation (#3066)
KristjanESPERANTO Mar 19, 2023
ab0876f
Update Eslint config, add new rule and handle issue (#3068)
KristjanESPERANTO Mar 20, 2023
d5395ee
update dependencies and main.css to match new stylelint rules (#3067)
khassel Mar 20, 2023
5f38c53
Revise require imports (#3071)
KristjanESPERANTO Mar 22, 2023
4ef030a
Fix import order in serveronly (#3072)
KristjanESPERANTO Mar 25, 2023
b5a22bc
Add sendNotifications option to clock module (#3059)
rejas Apr 1, 2023
6223584
Add sendNotifications option to clock module (#3059)
rejas Apr 1, 2023
fa40a3e
Prepare release 2.23.0
MichMich Apr 4, 2023
c5a8b85
Merge branch 'master' into develop
MichMich Apr 4, 2023
cc11b77
Prepare v2.24.0-develop
MichMich Apr 4, 2023
9703226
Update electron to v24, remove th.json from root dir (#3079)
khassel Apr 5, 2023
b7eb21e
removed unneeded (and unwanted) '.' (#3084)
khassel Apr 7, 2023
0d3ad98
Drop node v14 support (#3085)
KristjanESPERANTO Apr 7, 2023
2c7beea
added test for serveronly (#3086)
khassel Apr 7, 2023
32192d1
Refactor formatTime into util class (#3073)
rejas Apr 7, 2023
09f117c
set Timezone `Europe/Berlin` in unit tests (#3087)
khassel Apr 8, 2023
dee3cd3
Fixed clock module sunrise/sunset timezone bug (#3070)
JakeBinney Apr 9, 2023
77f9c86
Refactor calendar methods into util class (#3088)
rejas Apr 9, 2023
4e33690
Fix envcanada hourly forecast time (#3090)
rejas Apr 9, 2023
979f4ec
fix electron not running under windows (after async changes) (#3091)
khassel Apr 12, 2023
7e58b38
Add no-param-reassign from eslint (#3089)
rejas Apr 16, 2023
b80485b
use node v20 in github workflow (replacing v19) (#3093)
khassel Apr 22, 2023
a41aa48
add .gitattributes and fix prettier/js warnings (#3094)
khassel Apr 22, 2023
d832d79
Add openmeteo precipitation probability (#3099)
OWL4C May 13, 2023
e09d60d
Use single config backup file when config.template is used (#3104)
oscarb May 15, 2023
83315f1
fix: don't filter out ongoing full day events in Calendar module (#30…
ismarslomic May 15, 2023
432d900
Add tests for some weather utils (#3103)
rejas May 15, 2023
babd22b
Bug fix: adding date to the analog clock if showDate is true (#3101)
jorgenwahlberg May 19, 2023
0573d6e
Fix envcanada today pop (#3106)
eddiehung May 21, 2023
eceec82
Adding experimental UV Index support for weather module (#3108)
OWL4C May 22, 2023
c7405b7
Split install and run commands in github actions (#3112)
rejas May 27, 2023
a56b929
update deps incl. electron to v25, fix stylelint segmentation dump (#…
khassel Jun 6, 2023
b737153
update deps and remove stylelint fix (#3120)
khassel Jun 8, 2023
e985e99
Updates notification (#3119)
bugsounet Jun 8, 2023
c1850f2
Remote force check update (#3127)
bugsounet Jun 18, 2023
675e4d4
Update dependencies and fix dependabot issues (#3134)
rejas Jun 25, 2023
3c35d34
fix updatenotification where no branch is checked out ... (#3136)
khassel Jun 27, 2023
0e00e64
update dependencies (#3140)
khassel Jun 29, 2023
ea818bf
Fix fetchInterval for sample calendar (#3139)
rejas Jun 30, 2023
2b6720e
Prepare 2.24.0 release.
MichMich Jul 1, 2023
46bca1b
Merge branch 'master' into develop
MichMich Jul 1, 2023
e9f1bd9
Merge branch 'master' into develop
MichMich Jul 1, 2023
4b0e0aa
Prepare 2.25.0-develop branch.
MichMich Jul 1, 2023
62eb23b
Add openweathermap UV index support (#3145)
Knapoc Jul 2, 2023
f802c85
Fix undefined error for showSunTime / showMoonTime in clock module (#…
rejas Jul 2, 2023
0b97639
update roboto fonts to v5 (#3121)
khassel Jul 2, 2023
948910d
add section for foreign modules in issue template (#3149)
khassel Jul 5, 2023
1bd146f
fix clientOnly not starting up after async startup added in 2.23 (#3154)
sdetweil Jul 16, 2023
49c72d8
Update dependencies (#3155)
rejas Jul 16, 2023
58cdfa3
update dependencies (except prettier v3) (#3160)
khassel Aug 12, 2023
156db32
fix electron width/heigth when using xrandr under bullseye (#3161)
khassel Aug 12, 2023
59e9d76
update to electron v26 (#3168)
khassel Aug 15, 2023
7dcea98
Handle pretty-quick issue (#3169)
KristjanESPERANTO Aug 16, 2023
7c64d8f
Minimum node version v18 (#3170)
KristjanESPERANTO Aug 20, 2023
7ba96ae
Add Npmrc (#3135)
bugsounet Aug 20, 2023
200db18
Update typescript definition (#3173)
rejas Aug 22, 2023
2ad463b
fix calendar not showing events with the same name and start date bu…
Paranoid93 Aug 26, 2023
c0a5f35
Cleanup nunjuck templates (#3109)
rejas Sep 2, 2023
ef20fe2
Update dependencies and actions (#3179)
rejas Sep 5, 2023
9d49196
Fix ipWhiteList test (#3181)
KristjanESPERANTO Sep 6, 2023
5cbdd28
Added Override Notification Option to Weather Module (#3178)
NolanKingdon Sep 8, 2023
a92b3d3
Add AnimateCSS (#3113)
bugsounet Sep 8, 2023
79e99e1
Cross UTC time fix (#3175)
kenzal Sep 8, 2023
ffdf321
Mistake on Changelog (#3186)
bugsounet Sep 9, 2023
f2957f9
use internal fetch as replacement for node-fetch (#3184)
khassel Sep 9, 2023
7a1591b
added automatic client page reload (#3188)
khassel Sep 13, 2023
91fd931
Convert HTML entities, codes and tag (#3191)
bugsounet Sep 13, 2023
fa7c7fc
respect width/height (no fullscreen) if set in electronOptions... (#3…
khassel Sep 13, 2023
7127979
electron: add missing fullscreen option (#3192)
khassel Sep 14, 2023
e5adbea
Update french translation (#3194)
Ybbet Sep 14, 2023
af0fe37
Fix: Uncaught SyntaxError: Identifier 'getCorsUrl' has already been d…
bugsounet Sep 19, 2023
4eccce3
Fix: AnimateCSS merge hide() and show() animated css class when we do…
bugsounet Sep 19, 2023
8b1c279
Update yr provider to new api (#3197)
martingron Sep 20, 2023
a67a0b6
Add eventClass for customEvents in calendar (#3193)
Ybbet Sep 20, 2023
95ec309
avoid overriding `config.js` when running tests (#3205)
khassel Sep 22, 2023
ad665a7
AnimateCSS integration in tests suite (#3206)
bugsounet Sep 25, 2023
a3c2e7b
Fixed probability of precipitation in weathergov.js (#3195)
dgoth Sep 25, 2023
e530c78
Update Electron based on a severity vulnerability (develop) (#3207)
bugsounet Sep 26, 2023
6b204cd
calendar: add url to broadcast logging (#3211)
khassel Sep 27, 2023
9566d6c
Add npm dependabot (#3210)
bugsounet Sep 27, 2023
290b350
Update last Dependencies before release and add dependabot to vendor/…
bugsounet Sep 30, 2023
6ea94e4
Release v2.25.0
MichMich Oct 1, 2023
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 .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When submitting a new issue, please supply the following information:

**Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX).

**Node Version**: Make sure it's version 16 or later (recommended is 18).
**Node Version**: Make sure it's version 18 or later (recommended is 20).

**MagicMirror² Version**: Please let us know which version of MagicMirror² you are running. It can be found in the `package.json` file.

Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ If you are facing an issue or found a bug while trying to install MagicMirror²
If you are facing an issue or found a bug while running MagicMirror² inside a Docker container please create an issue in the corresponding repository:
[https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror)

## I'm having troubles installing or configuring foreign modules

Please open an issue in the module repository or ask for help in the [forum](https://forum.magicmirror.builders/)

---

## I found a bug in MagicMirror
Expand All @@ -31,7 +35,7 @@ When submitting a new issue, please supply the following information:

**Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX).

**Node Version**: Make sure it's version 16 or later (recommended is 18).
**Node Version**: Make sure it's version 18 or later (recommended is 20).

**MagicMirror² Version**: Please let us know which version of MagicMirror² you are running. It can be found in the `package.json` file.

Expand Down
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Hello and thank you for wanting to contribute to the MagicMirror² project
**Please make sure that you have followed these 4 rules before submitting your Pull Request:**

> 1. Base your pull requests against the `develop` branch.
>
> 2. Include these infos in the description:
>
> - Does the pull request solve a **related** issue?
Expand All @@ -13,7 +12,6 @@ Hello and thank you for wanting to contribute to the MagicMirror² project
>
> 3. Please run `npm run lint:prettier` before submitting so that
> style issues are fixed.
>
> 4. Don't forget to add an entry about your changes to
> the CHANGELOG.md file.

Expand Down
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@ updates:
schedule:
interval: "weekly"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/vendor"
schedule:
interval: "monthly"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/fonts"
schedule:
interval: "monthly"
target-branch: "develop"
4 changes: 2 additions & 2 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-test-suites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install dependencies"
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
audit=false
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,61 @@ This project adheres to [Semantic Versioning](https://semver.org/).

❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².

## [2.25.0] - 2023-10-01

Thanks to: @bugsounet, @dgoth, @dependabot, @kenzal, @Knapoc, @KristjanESPERANTO, @martingron, @NolanKingdon, @Paranoid93, @TeddyStarinvest and @Ybbet.

Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!

> ⚠️ This release needs nodejs version >= `v18`, older releases have reached end of life and will not work!

### Added

- Added UV Index support to OpenWeatherMap
- Added 'hideDuplicates' flag to the calendar module
- Added `allowOverrideNotification` to weather module to enable sending current weather objects with the `CURRENT_WEATHER_OVERRIDE` notification to supplement/replace the current weather displayed
- Added optional AnimateCSS animate for `hide()`, `show()`, `updateDom()`
- Added AnimateIn and animateOut in module config definition
- Apply AnimateIn rules on the first start
- Added automatic client page reload when server was restarted by setting `reloadAfterServerRestart: true` in `config.js`, per default `false` (#3105)
- Added eventClass option for customEvents on the default calendar
- Added AnimateCSS integration in tests suite (#3206)
- Added npm dependabot [Reserved to developer] (#3210)
- Added improved logging for calendar (#3110)

### Removed

- **Breaking Change**: Removed `digest` authentication method from calendar module (which was already broken since release `2.15.0`)

### Updated

- Update roboto fonts to version v5
- Update issue template
- Update dev/dependencies incl. electron to v26
- Replace pretty-quick by lint-staged (<https://github.com/azz/pretty-quick/issues/164>)
- Update engine node >=18. v16 reached it's end of life. (#3170)
- Update typescript definition for modules
- Cleaned up nunjuck templates
- Replace `node-fetch` with internal fetch (#2649) and remove `digest-fetch`
- Update the French translation according to the English file.
- Update dependabot incl. vendor/fonts (monthly check)
- Renew `package-lock.json` for release

### Fixed

- Fix engine check on npm install (#3135)
- Fix undefined formatTime method in clock module (#3143)
- Fix clientonly startup fails after async added (#3151)
- Fix electron width/heigth when using xrandr under bullseye
- Fix time issue with certain recurring events in calendar module
- Fix ipWhiteList test (#3179)
- Fix newsfeed: Convert HTML entities, codes and tag in description (#3191)
- Respect width/height (no fullscreen) if set in electronOptions (together with `fullscreen: false`) in `config.js` (#3174)
- Fix: AnimateCSS merge hide() and show() animated css class when we do multiple call
- Fix `Uncaught SyntaxError: Identifier 'getCorsUrl' has already been declared (at utils.js:1:1)` when using `clock` and `weather` module (#3204)
- Fix overriding `config.js` when running tests (#3201)
- Fix issue in weathergov provider with probability of precipitation not showing up on hourly or daily forecast

## [2.24.0] - 2023-07-01

Thanks to: @angeldeejay, @bugsounet, @buxxi, @CarJem, @dariom, @DaveChild, @dWoolridge, @eddiehung, @grenagit, @Hirschberger, @ismarslomic, @JakeBinney, @KristjanESPERANTO, @MagMar94, @naveensrinivasan, @nfogal, @oscarb, @OWL4C, @psieg, @rajniszp, @retroflex, @SkySails and @tomzt
Expand Down Expand Up @@ -46,6 +101,7 @@ Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not al
- Fix date not shown when clock in analog mode (#3100)
- Fix envcanada today percentage-of-precipitation (#3106)
- Fix updatenotification where no branch is checked out but e.g. a version tag (#3130)
- Fix yr weather provider after changes in yr API (#3189)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably put in the wrong release line


## [2.23.0] - 2023-04-04

Expand Down
1 change: 1 addition & 0 deletions clientonly/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
.then(function (configReturn) {
// Pass along the server config via an environment variable
const env = Object.create(process.env);
env.clientonly = true; // set to pass to electron.js
const options = { env: env };
configReturn.address = config.address;
configReturn.port = config.port;
Expand Down
28 changes: 14 additions & 14 deletions fonts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-condensed": "^4.5.9"
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.8"
}
}
Loading
Loading