You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 1.0.0
2
+
- DB updated to 0.6.7.
3
+
- Home page displays various statistics now (See the screenshot). Data is returned by a stored procedure in DB.
4
+
- Transactions can be accessed under Data Management.
5
+
- Latest received heartbeats are stored in DB and can be accessed from home page.
6
+
- Latest connector status information can be accessed from home page.
7
+
- "Humanize" the date if it's from today or yesterday.
8
+
- Drop-down date picker (JQuery plugin) for user-friendly input.
9
+
- Time input field defaults to 00:00 when left empty.
10
+
- Drop-down select list of user and parent id tags where applicable.
11
+
- Drop-down select list for connector, transaction and reservation ids (via Ajax calls) for user-friendly input after a charge point is selected for an OCPP operation.
12
+
- Client-side input control for required fields (needs HTML5).
13
+
- Server-side fixes for mandatory/optional fields to conform to OCPP.
14
+
- User ID Tag restriction: It must be between 1 and 20 characters long. Allowed characters are upper or lower case letters, numbers and dot, dash, underscore symbols.
0 commit comments