@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## [ 2.1.0] - 2024-10-23
8
+
9
+ - [ #135 ] ( https://github.com/os2display/display-client/pull/135 )
10
+ - Fixed cursor being hidden when not in debug mode.
11
+ - Moved registration of listeners in useEffect.
12
+ - [ #134 ] ( https://github.com/os2display/display-client/pull/134 )
13
+ - Fixed remote loader for touch regions.
14
+ - [ #133 ] ( https://github.com/os2display/display-client/pull/133 )
15
+ - Added error message ER201 on screen when remote component could not load.
16
+ - Added error timestamp to remote component loader, to force reload on error.
17
+ - [ #132 ] ( https://github.com/os2display/display-client/pull/132 )
18
+ - Remove token errors after re-login.
19
+ - [ #131 ] ( https://github.com/os2display/display-client/pull/131 )
20
+ - Moved localstorage calls into helper class AppStorage.
21
+ - Cleaned up project structure.
22
+ - Fixed async flow for release check.
23
+ - Added previous boot timestamp (pb) to url.
24
+ - Try to refresh token on reauthenticate event.
25
+ - Added status and error to url.
26
+ - Added error code to login page, if set.
27
+ - [ #130 ] ( https://github.com/os2display/display-client/pull/130 )
28
+ - Fixed issue with svg loading.
29
+ - [ #127 ] ( https://github.com/os2display/display-client/pull/127 )
30
+ - Migrate from CRA to Vite
31
+ - Upgrade node from 14 -> 20
32
+ - Winston logging to Pino logging
33
+ - Set infrastructure node version to 20.
34
+ - Fixed base path to /client.
35
+ - [ #118 ] ( https://github.com/os2display/display-client/pull/118 )
36
+ - Added api url to localstorage.
37
+
7
38
## [ 2.0.4] - 2024-08-14
8
39
9
40
- [ #128 ] ( https://github.com/os2display/display-client/pull/128 )
@@ -37,7 +68,8 @@ All notable changes to this project will be documented in this file.
37
68
38
69
- [ #119 ] ( https://github.com/os2display/display-client/pull/119 )
39
70
- Changed to v2 routing.
40
- - Limited the number of API calls by comparing relationsChecksum.
71
+ - [ #117 ] ( https://github.com/os2display/display-client/pull/117 )
72
+ - Limited the number of API calls by comparing relationsChecksum.
41
73
42
74
## [ 1.3.5] - 2023-09-14
43
75
0 commit comments