Skip to content

Commit

Permalink
Changelog: 5.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Oct 18, 2024
1 parent 498c83b commit f7d91c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Version 5

### 5.0.3

- Fixed issue with incorrect locale format causing countdown failure and disability to cancel upcoming relay switch:
- The issue reported by [Mattia Vidoni](https://github.com/ch3p4ll3);
- The correct locale format is described here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument;
- When locale has invalid format or unsupported by the browser, the default browser locale will be used.

### 5.0.2

- Initial state for relays is `OFF` — fixes excessive switches on startup in most cases.
Expand Down

0 comments on commit f7d91c6

Please sign in to comment.