Browse Source

0.8.93

improved history graph in WebUI #1491
merged PR: #1491
pull/1512/head
lumapu 10 months ago
parent
commit
0c39f1d2e0
  1. 4
      src/CHANGES.md
  2. 2
      src/defines.h

4
src/CHANGES.md

@ -1,5 +1,9 @@
# Development Changes # Development Changes
## 0.8.93 - 2024-03-14
* improved history graph in WebUI #1491
* merge PR: 1491
## 0.8.92 - 2024-03-10 ## 0.8.92 - 2024-03-10
* fix read back of limit value, now with one decimal place * fix read back of limit value, now with one decimal place
* added grid profile for Mexico #1493 * added grid profile for Mexico #1493

2
src/defines.h

@ -13,7 +13,7 @@
//------------------------------------- //-------------------------------------
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 92 #define VERSION_PATCH 93
//------------------------------------- //-------------------------------------
typedef struct { typedef struct {

Loading…
Cancel
Save