CHANGELOG.md 63.5 KB
Newer Older
nengyuangzhang's avatar
nengyuangzhang 已提交
1 2 3 4 5 6
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
7
### Added
8
- added hyperlink to meter name of Meter Batch report in myems-web
9
- added SectionLineChart into myems-web
10
- added start datetime, end datetime and update datetime to fdd webmessage
11
- added is_cost_data_displayed to microgrid and energy storage power station
12
- added energy storage power station relation to space in myems-api
13
- added myems energy plan database
14
- added cardsummary to fdd fault in myems-web
15
- added bind energy storage power station to space in myems-admin
16
- added energy plan reports in myems-api
17
- added advanced settings menu to myems-admin
18
### Changed
nengyuangzhang's avatar
nengyuangzhang 已提交
19
- changed map marker in myems-web
20
- updated popup style of mapbox in myems-web
21
- changed baidu map to mapbox for longitude and latitude
22
- chenged microgrid list alarm link to fdd fault
23
### Fixed
24
- added decimal data value range check to myems-modbus-tcp.
25 26 27 28
### Removed

## [v4.3.0] - 2024-03-11

29
### Added
30
- added protocol list to data source model in myems-admin
31 32 33 34 35
- added microgrid dashboard into myems-web
- added energy storage power station dashboard into myems-web and myems-api
- added tenant dashboard into myems-web and myems-api
- added store dashboard into myems-web and myems-api
- added shopfloor dashboard into myems-web and myems-api
36 37
- added space and microgrid relation table to database
- added space and energy storage power station relation table to database
38
### Changed
39
- updated space export, import and clone functions in myems-api
40
- updated microgrid reporting in myems-api and myems-web
41
- updated energy storage power station reporting in myems-api and myems-web
42 43 44 45
- updated columns of microgrid related tables in database, myems-admin and myems-api
- updated columns of energy storage power station related tables in database, myems-admin and myems-api
- updated column of wind farm related tables in database, myems-admin and myems-api
- updated column of photovoltaic power station related tables in database, myems-admin and myems-api
46
- changed the default menu to vertical in myems-web
47
### Fixed
nengyuangzhang's avatar
nengyuangzhang 已提交
48
- fixed chart issues in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
49
- fixed warnings in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
50
- fixed index issues in database
51
- fixed Duplicate property of translations in myems-admin
52 53 54
- fixed Superfluous trailing arguments in myems-web
- fixed Duplicate property of i18n in myems-web
- fixed Duplicate HTML element attributes in myems-admin
55
### Removed
56
- None
57 58 59

## [v4.2.0] - 2024-02-18

60 61 62
### Added
- None
### Changed
63
- updated distribution system export, import and clone functions in myems-api
64
- updated meter export, import and clone functions in myems-api
65
- updated equipment table in myems-admin
66
- updated combined equipment table in myems-admin
67
- updated equipment export, import and clone functions in myems-api
68
- updated combined equipment export, import and clone functions in myems-api
69
- updated shopfloor export, import and clone functions in myems-api
70 71
- updated store export, import and clone functions in myems-api
- updated tenant export, import and clone functions in myems-api
72 73
- updated run action of rule in myems-api
- updated run action of advanced report in myems-api
74
### Fixed
nengyuangzhang's avatar
nengyuangzhang 已提交
75
- fixed warnings in myems-web
76 77
- fixed issue of CardSummary in myems-web
- fixed issue of demo data in database
78 79 80 81 82
### Removed
- None

## [v4.1.0] - 2024-02-08

83
### Added
84
- added arrow up or arrow down icon to cardsummary in myems-web
85
- added sensor export, import and clone functions to myems-api, myems-admin
86
- added gateway export, import and clone functions to myems-api, myems-admin
87
- added equipment export, import and clone functions to myems-api, myems-admin
88
- added combined equipment export, import and clone functions to myems-api, myems-admin
89 90 91
- added shopfloor export, import and clone functions to myems-api, myems-admin
- added store export, import and clone functions to myems-api, myems-admin
- added tenant export, import and clone functions to myems-api, myems-admin
92
- added offline meter export, import and clone functions to myems-api, myems-admin
93
- added virtual meter export, import and clone functions to myems-api, myems-admin
94
- added space export, import and clone functions to myems-api, myems-admin
95
- added command export, import and clone functions to myems-api, myems-admin
96 97
- added energy flow diagram export, import and clone functions to myems-api, myems-admin
- added tariff export, import and clone functions to myems-api, myems-admin
98 99
- added working calendar export, import and clone functions to myems-api, myems-admin
- added virtual power plant export, import and clone functions to myems-api, myems-admin
100
- added wind farm export, import and clone functions to myems-api, myems-admin
101
- added rule export, import and clone functions to myems-api, myems-admin
102 103
- added photovoltaic power station export, import and clone functions to myems-api, myems-admin
- added advanced report config export, import and clone functions to myems-api, myems-admin
nengyuangzhang's avatar
nengyuangzhang 已提交
104
- added microgrid export, import and clone functions to myems-api, myems-admin
105
- added distribution system export, import and clone functions to myems-api, myems-admin
106
- added point export, import and clone functions to myems-api, myems-admin
107
### Changed
108
- None
109
### Fixed
nengyuangzhang's avatar
nengyuangzhang 已提交
110
- fixed unknown meter uuid of energy flow diagram links in demo database
111
### Removed
112
- None
113

114
## [v4.0.0] - 2024-01-13
115

116
### Added
117
- added tables for energy storage power station in database
118 119
- added energy storage power station actions to myems-api
- added energy storage power station UI to myems-admin
120
- added realtime data to DistribuitionSystem in myems-web
121
- added get coordinate links to myems-admin
122
- added interval_in_seconds to modbus-tcp data source definition in database and myems-modbus-tcp
123
- added energy storage container to database, myems-api and myems-admin
124
- added baidu map link and google maps link to get coordinate in myems-admin
125
- added cookieExpireTime to config.js in myems-web
126
- added background image to login page in myems-web
127
- added energy storage power station reports to myems-api and myems-web
128
- added data source export, import and clone functions to myems-api and myems-admin
129
- added energy storage power station export, import and clone actions to myems-api and myems-admin
130
- added copy api key token function to myems-admin
131
- added meter export, import and clone functions to myems-api and myems-admin
132
-
133
### Changed
134
- changed microgrid monitoring in myems-web
135
- changed Related Parameters to Operating Characteristic Curve in myems-web
136
- changed MultiTrendChart in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
137
- updated demo tariffs in database
138
- updated view models in myems-admin
139
- resized svg editor in myems-admin
140
- updated translation of 'Description' in myems-admin
141
- moved mapbox access token from CustomizeMapBox.js to config.js in myems-web, you can get access token at https://mapbox.com, if you wnat to turn off online map feature, please set showOnlineMap to false
142
- updated WorkingDaysConsumptionTable in myems-web
143
- updated FalconCardHeader in myems-web
144
-
145
### Fixed
146
- fixed non-standard actions of microgrid in myems-api and myems-admin
147
- fixed empty qrcode issue when creating objects in myems-admin
148
- upgraded Font Awesome to v4.7.0 in myems-admin
149
- fixed api key save button issue in myems-admin
150
### Removed
151
-
152 153 154

## [v3.12.0] - 2023-12-08

nengyuangzhang's avatar
nengyuangzhang 已提交
155
### Added
156
- added charge time and discharge time settings to power conversion system of microgrid
157
- added nominal voltage to microgrid battery in database, myems-api and myems-admin
158
- added new supported protocol to datasource in myems-api
159
- added microgrid reporting to myems-web
160
### Changed
161
-
162
### Fixed
163
- fixed issues in on_delete actions of equipment, shopfloor, store and tenant in myems-api
164
- fixed issues of space and command views in myems-admin
165
- fixed issue of delete on point in myems-api
nengyuangzhang's avatar
nengyuangzhang 已提交
166
- fixed issue of menus in database
167
- fixed issue of aggregate_hourly_data_by_period in myems-api
168
- fixed issues of on_delete actions in myems-api
169
- fixed unused import issues in myems-api
170
-
171
### Removed
172
- Removed google map api from myems-admin
173 174 175

## [v3.11.0] - 2023-11-03
### Added
176
- added sensors realtime data to dashboard in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
177 178 179
- added energy storage power station to database, myems-api, and myems-admin
- added photovoltaic power station to database, myems-api, and myems-admin
- added wind farm to database, myems-api, and myems-admin
nengyuangzhang's avatar
nengyuangzhang 已提交
180
- added serial number to microgrid
181
- added run state point to microgrid power conversion systems
182
- added battery state point to microgrid batteries
183

184
### Changed
185
- changed dropdown menu columns from 3 to 2 in myems-web
186

187
### Fixed
188
- refactored energy category reports to remove duplicated code in myems-web
189
- fixed issue on delete action of tariff in myems-api
190
- fixed issue on delete action of distribution system in myems-api, myems-admin
191
- fixed issue on delete action of virtual power plant in myems-api
192

193
### Removed
194 195 196 197
- removed tbl_microgrid_architecture_types from database
- removed tbl_microgrid_owner_types from database
- removed microgrid architecture types from myems-api and myems-admin
- removed microgrid owner types from myems-api and myems-admin
198
- removed wind turbine from microgrid
199 200 201 202 203
- removed svg column from list of microgrid in myems-admin
- removed svg column from list of virtual power plant farm in myems-admin
- removed svg column from list of energy storage power station in myems-admin
- removed svg column from list of photovoltaic power station in myems-admin
- removed svg column from list of wind farm in myems-admin
204

205 206
## [v3.10.0] - 2023-10-08
### Added
207
- added Vietnamese language to myems-web
208
- added sort function to tables in myems-admin
209
- added Thai language to myems-web
210
- added Indonesian language to myems-admin
211
- added Turkish language to myems-web
212
- added Malay language to myems-web
213
- added Indonesian language to myems-web
214
- added description property to gateway in database, myems-api and myems-admin
215
- added equipment energy category report hyperlink with equipment uuid to equipment tracking
216
- added description property to data source in database, myems-api and myems-admin
217
- added tenant energy category report hyperlink with uuid to tenant batch report
218
- added store energy category report hyperlink with uuid to store batch report
219 220 221
- added shopfloor energy category report hyperlink with uuid to shopfloor batch report
- added space energy category report hyperlink with uuid to space batch report
- added combined_equipment energy category report hyperlink with equipment uuid to combined-equipment batch report
222
- added equipment energy category report hyperlink with equipment uuid to equipment batch report
223
- added latitude and longitude to Space in database, myems-api and myems-admin
224
- added run immediately action to Advacned Report in database, myems-api and myems-admin
225
- added mapbox to display spaces on map in myems-web
226
- added run immediately action to FDD Rule in database, myems-api and myems-admin
227
- added microgrid list page to myems-web
228
### Changed
229
- changed user avator from emoji to image
230
### Fixed
231
- fixed microgrid-grid update issue
232
-
233 234 235 236
### Removed

## [v3.9.0] - 2023-09-06
### Added
237
- added SESSION_EXPIRES_IN_SECONDS config to myems-api
238
- added virtual power plant to database, myems-api and myems-admin
239
- added Russian language to myems-admin
240
- added higher limit and lower limit of point to myems-api and myems-admin
241
- added balancing price point to virtual power plant
242
- added French language to myems-web
243
- added Vietnamese language to myems-admin
244
- added Thai language to myems-admin
245
- added microgrid power conversion system to myems-api and myems-admin
246
- added api key control to get actions of core objects in myems-api
247
- added Spanish language to myems-web
248
- added Russian language to myems-web
249
- added Advanced Report Configs to myems-api
250
- added Turkish language to myems-admin
251
- added tbl_microgrids_users to myems_system_db in database
252
- added Arabic language to myems-web
253
- added bind user to microgrid function to myems-admin
254
- added Malay language to myems-admin
255
- added Advanced Report Setting to myems-admin
nengyuangzhang's avatar
nengyuangzhang 已提交
256
### Changed
257
- changed fdd rule template in myems-admin
258
- renamed tbl_microgrids_converters to tbl_microgrids_power_conversion_systems in database
259
-
nengyuangzhang's avatar
nengyuangzhang 已提交
260
### Fixed
261
- fixed sensor bound points issue in myems-admin
262
- fixed fdd category and fdd code relations in myems-admin
263
- fixed tariff editor issue in myems-admin
264
- fixed date range picker issue in myems-web
265
-
nengyuangzhang's avatar
nengyuangzhang 已提交
266
### Removed
nengyuangzhang's avatar
nengyuangzhang 已提交
267
- removed category and report_code from tbl_reports in myems_reporting_db
nengyuangzhang's avatar
nengyuangzhang 已提交
268 269 270

## [v3.8.0] - 2023-08-02
### Added
271 272
- added is_recursive boolean option to meter tracking report in myems-api (need to upgrade the myesm-api/.env file)
- added is_recursive boolean option to meter batch report in myems-api (need to upgrade the myesm-api/.env file)
273
- added soc point to microgrids batteries in database, myems-api and myems-admin
274
- added svg to combined equipment in database, myems-api and myems-admin
275
- added online map to dashboard in myems-web
276
- added enterprise edition mark to menus in myems-admin
277
- added svg to equipment in database, myems-api and myems-admin
278
- added bath delete and update actions for web messages in myems-api and myems-web
279
- added camera url to equipments and combined equipments in database
280
- added French language to myems-admin
281 282
- added Spanish language to myems-admin
- added offline meter data input to myems-web and myems-api
nengyuangzhang's avatar
nengyuangzhang 已提交
283

nengyuangzhang's avatar
nengyuangzhang 已提交
284
### Changed
285
- updated database demo scripts
nengyuangzhang's avatar
nengyuangzhang 已提交
286
- updated notification list style
287

nengyuangzhang's avatar
nengyuangzhang 已提交
288
### Fixed
289
- updated translations of API responses in myems-admin and myems-web
290
- fixed issue in querying meter start value of metertracking report in myems-api
291 292
- fixed display format issue for decimal value between 0.0 and 1.0 in meter realtime report
- fixed unable to redirect to login page issue when user session expires
293 294
- fixed issue of working calendar setting in myems-admin
- fixed issue of privilege setting in myems-admin
295

nengyuangzhang's avatar
nengyuangzhang 已提交
296
### Removed
297
- removed unnecessary error message at the first login in myems-web
298 299 300
- removed tenant equipments from monitoring
- removed shopfloor equipments from monitoring
- removed store equipments from monitoring
nengyuangzhang's avatar
nengyuangzhang 已提交
301 302 303

## [v3.7.0] - 2023-07-08
### Added
304
- added access control to tenant in myems-api, myems-admin and myems-web
305
- added point real time report to myems-api
306
- added access control to equipment in myems-api, myems-admin and myems-web
307
- added access control to combined equipment in myems-api, myems-admin and myems-web
308
- added access control to meter, offline meter and virtual meter in myems-api, myems-admin and myems-web
309
- added access control to space in myems-api, myems-admin and myems-web
310
- added access control to distribution system in myems-api, myems-admin and myems-web
311 312
- added access control to microgrid in myems-api, myems-admin and myems-web
- added access control to all core objects in myems-api, myems-admin and myems-web
313
- added api key access control to all reports in myems-api
314

nengyuangzhang's avatar
nengyuangzhang 已提交
315
### Changed
316
-
nengyuangzhang's avatar
nengyuangzhang 已提交
317
### Fixed
318
- fixed datetime picker issue in myems-web
319 320
- fixed ECharts DEPRECATE warning in myems-web

nengyuangzhang's avatar
nengyuangzhang 已提交
321
### Removed
322
- removed unused getXXX services from myems-admin
nengyuangzhang's avatar
nengyuangzhang 已提交
323

nengyuangzhang's avatar
nengyuangzhang 已提交
324

nengyuangzhang's avatar
nengyuangzhang 已提交
325 326
## [v3.6.0] - 2023-06-22
### Added
327
- added microgrid battery actions to myems-api and myems-admin
328
- added microgrid evcharger actions to myems-api and myems-admin
329
- added microgrid generator actions to myems-api and myems-admin
330
- added microgrid grid actions to myems-api and myems-admin
331
- added microgrid heatpump actions to myems-api and myems-admin
332
- added microgrid load actions to myems-api and myems-admin
333
- added microgrid photovoltaic actions to myems-api and myems-admin
334
- added microgrid windturbine to system database
335
- added microgrid windturbine actions to myems-api and myems-admin
336
- added get all associated objects of microgrid to myems-api
337
- added new access_control procedure to mymes-api
338
- added svg, inverters and converters to microgrid in system database
339
- added svg to microgrid in myems-api and myems-admin
340
- added API Key to database, myems-api and myems-admin
341 342
- added access control to shopfloor in myems-api, myems-admin and myems-web
- added access control to store in myems-api, myems-admin and myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
343

nengyuangzhang's avatar
nengyuangzhang 已提交
344
### Changed
345
- renamed access_control to admin_control in myems-api
346
- changed forgot password and user register processes
nengyuangzhang's avatar
nengyuangzhang 已提交
347

nengyuangzhang's avatar
nengyuangzhang 已提交
348
### Fixed
349
- fixed dialog doesn't close after myems-admin logging out automatically
350
- fixed warning of dependencies in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
351 352

### Removed
nengyuangzhang's avatar
nengyuangzhang 已提交
353
- None
nengyuangzhang's avatar
nengyuangzhang 已提交
354 355 356

## [v3.5.0] - 2023-06-09
### Added
357
- added bind command to meter feature to myems-api and myems-admin
358
- added bind command to space feature to myems-api and myems-admin
359
- added forgot password function to myems-api and myems-web
360
- added user register function to myems-api and myems-web
361
- added postal code to microgrid in database, myems-api, myems-admin
362
- added bind command to equipment feature to myems-api and myems-admin
363
- added bind command to combined equipment feature to myems-api and myems-admin
364
- added new user approval function to myems-admin
365
- added bind command to tenant feature to myems-api and myems-admin
366
- added bind command to store feature to myems-api and myems-admin
367
- added bind command to shopfloor feature to myems-api and myems-admin
368
- added new tables for microgrids to system database
369
-
nengyuangzhang's avatar
nengyuangzhang 已提交
370
### Changed
371
- updated the default tariff type and default tariff valid through date time in tariff editor
nengyuangzhang's avatar
nengyuangzhang 已提交
372 373

### Fixed
374
- fixed save button issue of tariff dialog in myems-admin
375
- fixed save button issue of email server dialog in myems-admin
376
-
nengyuangzhang's avatar
nengyuangzhang 已提交
377
### Removed
378
- removed tariff type 'block'(or tiered) from database, myems-api and myems-admin
379
-
nengyuangzhang's avatar
nengyuangzhang 已提交
380 381
## [v3.4.0] - 2023-06-01
### Added
382 383 384 385
- added tbl_commands to myems_system_db database
- added tbl_combianed_equipments_commands to myems_system_db database
- added tbl_equipments_commands to myems_system_db database
- added tbl_meters_commands to myems_system_db database
386 387 388 389 390
- added tbl_microgrids_commands to myems_system_db database
- added tbl_spaces_commands to myems_system_db database
- added tbl_stores_commands to myems_system_db database
- added tbl_shopfloors_commands to myems_system_db database
- added tbl_tenants_commands to myems_system_db database
391
- added command actions to myems-api
392
- added command feature to myems-admin
393
- added tbl_new_users to myems_user_db database
394
- added tbl_email_messages and tbl_email_message_sessions to myems_user_db database
395

396
### Changed
nengyuangzhang's avatar
nengyuangzhang 已提交
397
- updated translations of myems-admin
398
- changed theme of BarChart and MultiTrendChart in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
399 400 401
- swapped columns color in dashboard of myems-web
- compacted distribution system in myems-web
- updated supported protocols of datasource in myems-api
402

403
### Fixed
404
- fixed HTTPError Deprecated Warning in myems-api
405
- fixed edit user issue in myems-api
406
- fixed save button issue of energy item dialog in myems-admin
407
- fixed validator issue of equipment parameter form in myems-admin
408
- fixed validator issue of combined equipment parameter form in myems-admin
409
- fixed webpack-dev-server version 4.12.0 caused compile errors
410
- fixed save button issue of non-working-day dialog in myems-admin
411

412
### Removed
nengyuangzhang's avatar
nengyuangzhang 已提交
413
- None
414 415 416

## [v3.3.0] - 2023-05-21
### Added
417 418
- Added captcha to myems-web login form
- Added captcha to myems-admin login form
419 420 421
- Added higher limit and lower limit to tbl_points in database
- Added is_in_alarm to tbl_points in database
- Added new rule fdd codes to myems-admin
422
- Added data zoom to y axis of MultipleLineChart in myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
423 424

### Changed
425
- Updated English Translation in myems-admin
426
- Updated Meter, Point, User and Space editor dialogs in myems-admin
427
- Replaced telnetlib with telentlib3 in myems-modbus-tcp
428
- Added maximum limit of user password length
nengyuangzhang's avatar
nengyuangzhang 已提交
429 430

### Fixed
431 432
- Fixed typo in database
- Fixed typo of error description in myems-api
433
- Fixed errors when marking as read, acknowledging and deleteing alarms from myems-web
nengyuangzhang's avatar
nengyuangzhang 已提交
434

nengyuangzhang's avatar
nengyuangzhang 已提交
435
### Removed
436
- Removed legacy docs for readthedocs, and replaced with https://myems.io
nengyuangzhang's avatar
nengyuangzhang 已提交
437 438 439 440 441 442 443 444 445 446

## [v3.2.0] - 2023-03-31
### Added
- added automatic logout action when myems-admin is idle for more than 5 minutes
- Add Environment Monitor to Space Data

### Changed
- None

### Fixed
447
- None
nengyuangzhang's avatar
nengyuangzhang 已提交
448

nengyuangzhang's avatar
nengyuangzhang 已提交
449
### Removed
450
- Removed table `tbl_shopfloor_working_days` from `myems_production_db`
nengyuangzhang's avatar
nengyuangzhang 已提交
451 452 453

## [v3.1.0] - 2023-03-03
### Added
454
- added working-days/non-working-days data into tenant energy categroy report
455
- added working-days/non-working-days data into store energy categroy report
456
- added working-days/non-working-days data into shopfloor energy categroy report
457
- added automatic logout action when myems-admin is idle for more than 5 minutes
458

459
### Changed
460
- None
461 462

### Fixed
463
- fixed null tooltip issue in MultiTrendChart.js
464

465
### Removed
466
- None
467
-
468 469
## [v3.0.0] - 2023-02-25
### Added
470 471 472 473 474 475
- added tbl_spaces_non_working_days to myems_system_db database
- added tbl_working_calendars_non_working_days to myems_system_db database
- added tbl_shopfloors_working_calendars to myems_system_db database
- added tbl_spaces_working_calendars to myems_system_db database
- added tbl_stores_working_calendars to myems_system_db database
- added tbl_tenants_working_calendars to myems_system_db database
nengyuangzhang's avatar
nengyuangzhang 已提交
476 477
- added calendars and non-working-days settings to myems-admin
- added working-days/non-working-days data into space energy categroy report
nengyuangzhang's avatar
nengyuangzhang 已提交
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498

### Changed
- upgraded bootstrap to v3.4.1 in myems-admin

### Fixed
- fixed make the implicitly inserted semicolon explicit in myems-web
- fixed use of AngularJS markup in URL-valued attribute in myems-admin
- fixed variable defined multiple times in myems-api
- fixed unused local variable in myems-api
- fixed semicolon insertion in myems-web
- fixed unused variable, import, function or class in myems-web
- fixed unused variable, import, function or class in myems-admin
- fixed semicolon insertion in myems-admin

### Removed
- removed access control from GET action of offlinemeterfile in myems-api

## [v2.11.0] - 2023-01-09
### Added
- added base period data to Combined Equipment reports
- added read only property to administrator
499
-
nengyuangzhang's avatar
nengyuangzhang 已提交
500 501 502
### Changed
- updated translations of API errors in myems-web
- updated myems-web to redirect URL to login page after 10 minutes of user idling
503
-
nengyuangzhang's avatar
nengyuangzhang 已提交
504 505 506
### Fixed
- fixed pagination caused issue in DetailedDataTable of myems-web
- fixed issue of increment_rate_saving in combined equipment saving report
507
-
nengyuangzhang's avatar
nengyuangzhang 已提交
508 509 510 511 512 513 514 515 516 517 518
### Removed
-

## [v2.10.0] - 2022-12-24
### Added
- added offline meter saving report
- added base period data to Tenant reports
- added child spaces percentage data to excel of spaceenergycategory report
- added base period data to Store reports
- added child spaces percentages to spaceenergycategory in myems-web
- added base period data to Shopfloor reports
519
-
nengyuangzhang's avatar
nengyuangzhang 已提交
520
### Changed
521
-
nengyuangzhang's avatar
nengyuangzhang 已提交
522 523 524 525 526 527 528 529
### Fixed
- fixed issue of increment_rate_saving in tenant saving report
- fixed issue of increment_rate_saving in equipment saving report
- fixed issue of increment_rate_saving in space saving report
- fixed issue of electricity time-of-use pie chart in Excel exporters
- fixed issue of increment_rate_saving in store saving report
- fixed quick mode issue in combinedequipmentoutput report
- fixed issue of increment_rate_saving in shopfloor saving report
530
-
nengyuangzhang's avatar
nengyuangzhang 已提交
531 532 533 534 535 536 537 538 539
### Removed
-

## [v2.9.0] - 2022-12-19
### Added
- added base period data to Equipment reports
- added base period data to Meter reports
- added base period data to Virtual Meter reports
- added base period data to Offline Meter reports
540
-
nengyuangzhang's avatar
nengyuangzhang 已提交
541
### Changed
542
- updated format statements by period types in execel exporters
nengyuangzhang's avatar
nengyuangzhang 已提交
543 544
- Replaced LineChart with MultipleLineChart for related parameters of space reports in myems-web
- Replaced LineChart with MultipleLineChart for related parameters of combined equipment reports in myems-web
545
-
nengyuangzhang's avatar
nengyuangzhang 已提交
546 547 548 549
### Fixed
- fixed user calendar cannot fully display issue
- fixed issues of comparing decimal with zero
- fixed issue of increment_rate_saving in meter saving report
550
-
nengyuangzhang's avatar
nengyuangzhang 已提交
551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566
### Removed
-

## [v2.8.0] - 2022-12-01
### Added
- added DateRangePickerWrapper to myems-web
- added base period data to Space Energy Category report
- added base period data to Space Energy Item report
- added base period data to Space Carbon report
- added base period data to Space Cost report
- added base period data to Space Efficiency report
- added base period data to Space Income report
- added base period data to Space Load report
- added base period data to Space Output report
- added base period data to Space Saving report
- added base period data to Space Statistics report
567
-
nengyuangzhang's avatar
nengyuangzhang 已提交
568 569 570 571 572 573 574 575 576 577 578
### Changed
- Changed basePeriodDateRangePickerDisabled from readonly to disabled
- Decreased web message drop down list length in myems-admin
- Replaced LGTM with CodeQL for code scanning in README
- Replaced LineChart with MultipleLineChart for related parameters of meter reports in myems-web
- Replaced LineChart with MultipleLineChart for trend data of meter trend report in myems-web
- Replaced LineChart with MultipleLineChart for related parameters of equipment reports in myems-web
- Replaced LineChart with MultipleLineChart for related parameters of store reports in myems-web
- Replaced LineChart with MultipleLineChart for related parameters of shopfloor reports in myems-web
- Replaced LineChart with MultipleLineChart for related parameters of tenant reports in myems-web
- Upgraded angular.js to v1.8.3 in myems-admin
579
-
nengyuangzhang's avatar
nengyuangzhang 已提交
580 581 582 583 584 585
### Fixed
- fixed File is not always closed
- fixed Explicit returns mixed with implicit (fall through) returns
- fixed Empty except in myems-api
- fixed Variable defined multiple times
- fixed Unused local variable in myems-api
586
-
nengyuangzhang's avatar
nengyuangzhang 已提交
587 588 589 590 591 592 593 594 595 596 597
### Removed
-

## [v2.7.0] - 2022-11-03
### Added
- added energy categories filter to meter tracking report
- added meter energy report hyperlink with meter uuid as query string
- added hyperlink to energy report page for all meters in meter tracking
- added updating latest value of virtul point in myems-normalization
- added difference values to meter comparison report
- added quickmode parameter to most APIs in myems-api
598
-
nengyuangzhang's avatar
nengyuangzhang 已提交
599 600 601 602
### Changed
- added translations of TARIFF in myems-api
- updated query panel of web messages in myems-admin
- replaced chartjs with echarts for MultipleLineChart in myems-web
603
-
nengyuangzhang's avatar
nengyuangzhang 已提交
604 605 606 607 608
### Fixed
- fixed error translations in myems-web
- added required parameters to webmessages api request in myems-admin
- fixed base period timestamps index out of range error in myems-api
- fixed PEP 8 warnings in myems-api
609
-
nengyuangzhang's avatar
nengyuangzhang 已提交
610 611 612 613 614 615 616
### Removed
-

## [v2.6.0] - 2022-10-20
### Added
- added API error message for failing to save offline meter file
- added base period data to meter enegy report excel exporter in myems-api
617
-
nengyuangzhang's avatar
nengyuangzhang 已提交
618 619 620 621
### Changed
- refactored base_period_start_datetime_local and reporting_period_start_datetime_local of all reports in myems-api
- normalized base period start datetime and reporting period start datetime of all reports in myems-api
- split bulk insert data into small ones for meter/offlinemeter/virtualmeter billing/carbon procedures in myems-aggregation
622
-
nengyuangzhang's avatar
nengyuangzhang 已提交
623 624 625 626 627
### Fixed
- fixed PEP 8: W605 invalid escape sequence Z in myems-api
- fixed finally statement issues in myems-aggregation
- fixed unclosed database connections issues in myems-api
- replaced unnecessary energy_category_list with single variable in myems-aggregation
628
-
nengyuangzhang's avatar
nengyuangzhang 已提交
629 630 631 632 633 634 635 636
### Removed
-

## [v2.5.0] - 2022-10-11

### Added
- added base period data and change rates to meter energy report in myems-web
- added filters to FDD alarm report and notifications in myems-web
637
-
nengyuangzhang's avatar
nengyuangzhang 已提交
638 639 640 641
### Changed
- Split batch inserts into small ones in myems-aggregation
- Updated min_datetime issue in myems-cleaning (NOTE: add START_DATETIME_UTC to myems-cleaning/.env for upgrading)
- Set access_log off in nginx.conf for myems-admin and myems-web (NOTE: modify myems-web/nginx.conf and myems-admin/nginx.conf for upgrading)
642
-
nengyuangzhang's avatar
nengyuangzhang 已提交
643 644 645 646 647
### Fixed
- updated translations in Excel exporters
- added try except statements to virtualmeter of myems-api
- fixed TypeError: Object of type IntegrityError is not JSON serializable in myems-api
- fixed wrong meter2 name in Excel exporter of MeterComparison report
648
-
nengyuangzhang's avatar
nengyuangzhang 已提交
649 650 651 652 653 654 655 656 657 658
### Removed
-

## [v2.4.0] - 2022-09-30
### Added
- added config entry to indicate if the tariff appended to parameters data (NOTE: add IS_TARIFF_APPENDED to myems-api/.env for upgrading)

### Changed
- changed table color in the Excel exporters
- refactored FDD Fault Alarm database, api and web
659
- updated child spaces data in Dashboard
nengyuangzhang's avatar
nengyuangzhang 已提交
660 661 662
- changed associated points query order in myems-api

### Fixed
663
- updated combined equipment energy category Excel exporter to show parameters data even if there is no energy data
nengyuangzhang's avatar
nengyuangzhang 已提交
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678
- fixed wrong multiple energy categories in Excel exporters

### Removed
- None

## [v2.3.0] - 2022-09-23
### Added
- added i18n to excel exporters of store
- added i18n to excel exporters of tenant
- added i18n to excel exporters of shopfloor
- added i18n to excel exporters of combined equipment
- added difference value to meter tracking report
- added translation of TARIFF in myems-web
- added barchart to Dashboard in myems-web
- added translation of API errors in myems-web
679
-
nengyuangzhang's avatar
nengyuangzhang 已提交
680 681 682
### Changed
- updated ChildSpacesTable of Dashboard in myems-web
- updated FDD Faults Report in myems-web
683
-
nengyuangzhang's avatar
nengyuangzhang 已提交
684 685 686 687
### Fixed
- updated datetime picker format pattern
- fixed integrity rate issue of MeterTracking report
- fixed MultipleLineChart blank screen issue in myems-web
688
-
nengyuangzhang's avatar
nengyuangzhang 已提交
689 690 691 692 693 694 695 696 697 698 699
### Removed
-

## [v2.2.0] - 2022-09-18
### Added
- added i18n to excel exporters of space
- added i18n to excel exporters of meter
- added i18n to excel exporters of virtual meter
- added i18n to excel exporters of offline meter
- added i18n to excel exporters of equipment
- added OceanBase to README
700
-
nengyuangzhang's avatar
nengyuangzhang 已提交
701
### Changed
702
-
nengyuangzhang's avatar
nengyuangzhang 已提交
703 704
### Fixed
- updated if/else statements for excelexporters in myems-api
705
-
nengyuangzhang's avatar
nengyuangzhang 已提交
706 707 708 709 710 711 712 713 714 715 716
### Removed
-

## [v2.1.0] - 2022-09-09
### Added
- added MAX/MIN/AVG to parameters line charts
- added associated equipments trend data to combined equipment input energy category report
- added new protocol to datasource in myems-api
- added meter saving report
- added meter comparison report
- added virtual meter saving report
717
-
nengyuangzhang's avatar
nengyuangzhang 已提交
718 719 720 721
### Changed
- updated demo database
- updated docker build instruction in README
- updated daterange picker in myems-web
722
-
nengyuangzhang's avatar
nengyuangzhang 已提交
723 724
### Fixed
- fixed start datetime issue for virtual point in myems-normalization
725
-
nengyuangzhang's avatar
nengyuangzhang 已提交
726 727 728 729 730 731 732 733 734 735 736 737 738 739
### Removed
-

## [v2.0.0] - 2022-08-18

### Added
- added combined equipment carbon dioxide emissions report
- added equipment carbon dioxide emissions report
- added shopfloor carbon dioxide emissions report
- added store carbon dioxide emissions report
- added space carbon dioxide emissions report
- added tenant carbon dioxide emissions report
- added data repair file UI to myems-admin
### Changed
740
-
nengyuangzhang's avatar
nengyuangzhang 已提交
741
### Fixed
742 743
- fixed issues when energy item list refreshing with energy category in myems-admin
- fixed virtual meter editor issue when refreshing meter list with meter type in myems-admin
nengyuangzhang's avatar
nengyuangzhang 已提交
744
- fixed virtual point issue of conversion from Float to Decimal in myems-normalization
745
-
nengyuangzhang's avatar
nengyuangzhang 已提交
746 747 748 749 750 751 752 753
### Removed
-


## [v1.9.6] - 2022-08-05
### Added
- added data integrity rates to meter tracking report in myems-api & myems-web
- added piecewise function to virtual point in myems-normalization
754
-
nengyuangzhang's avatar
nengyuangzhang 已提交
755
### Changed
756
-
nengyuangzhang's avatar
nengyuangzhang 已提交
757 758 759 760 761 762 763 764 765
### Fixed
- fixed energy category index error of storebatch report in myems-api
- fixed setDetailedDataTableData async issue of meterenergy report in myems-web
- fixed warnings on mouse over by set rsuite version to 5.16.3 in myems-web
### Removed
-

## [v1.9.5] - 2022-07-18
### Added
766
- added subtotal to meter/offlinemeter/virtualmeter batch report
nengyuangzhang's avatar
nengyuangzhang 已提交
767 768 769 770 771 772 773 774
- added mqtt to data source protocol in myems-api
- added tbl_template_files to myems_reporting_db
- added tbl_integrators to myems_system_db
- added alarm audio for notification in myems-web
- added alarm lottie for notification in myems-web
- added tbl_data_repair_files to myems_historical_db
- added data repair file actions to myems-api
- added data repair file procedure to myems-normalization
775
-
nengyuangzhang's avatar
nengyuangzhang 已提交
776 777 778 779 780 781 782 783 784 785
### Changed
- changed parameter line chart to multiple line chart for meterenergy report in myems-web

### Fixed
- removed invalid ORDER BY clause from myems-api
- fixed point timestamps issue of metertrend report in myems-web
- fixed error of DELETE a Virtual Meter from Store in myems-api
- fixed error of GET a Parameter of an Equipment in myems-api
- fixed typo in postman collection
### Removed
786
-
nengyuangzhang's avatar
nengyuangzhang 已提交
787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824

## [v1.9.4] - 2022-06-18
### Added
- Added meter id column to virtual meter editor.
- Added virtual meter batch analysis report.
- Added offline meter batch analysis report.
- Added offline meter carbon dioxide emissions report.
- Added sums by time of use types to meter energy report.

### Changed
- Changed default user expiration datetime to one year from the creation.
- Reduced insert values length each time in myems-modbus-tcp service.
- Updated routes and menu items name in myems-web (Database Update Required).
- Updated translations of myems-admin.

### Fixed
- Fixed remove file error in user_logger decorator of myems-api.
- Fixed email address validator issue in myems-api.
- Reduced length of title in Excel exporters of carbon reports.

### Removed
- None.

## [v1.9.3] - 2022-06-03
### Added
- Added quick mode to meterenergy report in myems-api.
- Added quick mode to spaceenergycategory report in myems-api.
- Added quick mode to spaceload report in myems-api.
- Added object ID to editor title of model dialogs in myems-admin.
- Added ID column to MeterBatch report in myems-web.
- Added ID column to MeterTracking report in myems-api and myems-web.
- Added energy value point name to Meter RealtimeChart in myems-web.

### Changed
- Updated translations of myems-admin.
- Updated MeterTracking Excel exporter.
- Updated MeterBatch Excel exporter.
- Deleted width limit from cascader-menu in myems-web.
825
- Updated falcon web framework version to the latest (3.1.0) in myems-api
nengyuangzhang's avatar
nengyuangzhang 已提交
826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868

### Fixed
- updated meterrealtime report to display right units of energy value.

### Removed
- None.

## [v1.9.2] - 2022-05-22

### Added
- added bilibili link to README.

### Changed
- updated Dockerfile of myems-web.
- updated translations of myems-admin.
- updated modbus acquisition procedure.
- simplified database update queries in myems-cleaning.
- simplified database insert queries in myems-normalization.
- updated pagination of meterRealtime in myems-web.
- moved menu tariff settings upper than cost center settings in myems-admin.

### Fixed
- fixed wrong http status for XXX_NAME_IS_ALREADY_IN_USE.
- fixed tuple indices type error in metertracking report.

### Removed
- None.

## [v1.9.1] -   2022-05-05
### Added
- added API reverse proxy in Apache conf.

### Changed
- replaced true with 1 in SQL statements of myems-api.
- updated user insert sql statement for failed_login_count.
- updated icons for vertical menu items.
- updated acquisition procedure of myems-modbus-tcp.
- updated myems-web for SCADA visualization system.
- updated Dockerfile of myems-web.

### Fixed
- fixed typo in virtualmetercarbon.
- updated database upgrade1.4.0 sql script
869
- set proxy_buffering off in nginx.conf files.
nengyuangzhang's avatar
nengyuangzhang 已提交
870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108
- fixed row meters index error in meterbatch report api.

### Removed
- None.

## [v1.9.0] -   2022-04-16
### Added
- added myems_production_db to database.
- added column to `myems_production_db`.`tbl_teams` in database.
- added instruction for running myems-api with waitress on Windows.
- added nano to Dockfile.
- added telnet to Dockerfile.

### Changed
- renamed folder admin to myems-admin, and folder web to myems-web.
- updated nginx configs for myems-admin and myems-web.
- updated upload folder path.
- renamed index tbl_tariffs_index in database.
- replaced TRUE/FALSE with 1/0 in SQL statements in myems-cleaning service.
- replaced TRUE/FALSE with 1/0 in SQL statements in myems-normalization service.
- updated example.env for myems-normalization.
- replaced TRUE/FALSE with 1/0 in SQL statements in myems-aggregation service.
- replaced FALSE with 0 in SQL statements.
- changed linechart background color when web ui is in light mode.
- removed dictionary parameter from cursor in myems-cleaning service.
- removed dictionary parameter from cursor in myems-normalization service.
- updated database demo scripts.
- removed dictionary parameter from cursor of combinedequipment api functions.
- updated Dockerfile and README of Web UI.
- updated .env path for docker run in README.
- updated docker instruction in README.

### Fixed
- Fixed Meter list search and clear issue.
- moved cnx.close after cursor.close in useractivity.write_log procedure.
- fixed no such file error in admin ui.
- moved cursor.close before cnx.close in myems aggregation service.

### Removed
- Removed search box from navbar of web ui.

## [v1.8.2] -   2022-03-16
### Added
- None.

### Changed
- replaced cnx.disconnect() with cnx.close() according to PEP 249
- updated docker compose version to 3.8
- updated README
- renamed database files

### Fixed
- fixed common time slot issues in aggregation service

### Removed
- None.

## [v1.8.1] -   2022-03-05
### Added
- added integration testing plan to README
- added StreamHandler to send logging output to sys.stderr

### Changed
- replaced DateTime with DateRangePicker for Advanced reports in Web UI
- replaced DateTime with DateRangePicker for EnergyFlowDiagram in Web UI
- updated Tariff Editor in Admin UI

### Fixed
- None.

### Removed
- None.

## [v1.8.0] -   2022-02-28
### Added
- added Meter Carbon Dioxide Emissions Report to Web UI
- added Virtual Meter Carbon Dioxide Emissions Report

### Changed
- updated Dashboard report in Web UI
- updated README for docker
- added limit 1 to number of ENERGY_VALUE points of meter
- updated docker compose files for windows host and for linux host
- replaced DateTime with DateRangePicker for Meter reports in Web UI
- replaced DateTime with DateRangePicker for Space reports in Web UI
- replaced DateTime with DateRangePicker for Store reports in Web UI
- replaced DateTime with DateRangePicker for Tenant reports in Web UI
- replaced DateTime with DateRangePicker for Shopfloor reports in Web UI
- replaced DateTime with DateRangePicker for Equipment reports in Web UI
- replaced DateTime with DateRangePicker for CombinedEquipment reports in Web UI

### Fixed
- fixed TypeError cased by undefined decimal value in Web UI
- fixed issues in CombinedEquipmentEfficiency report and EquipmentEfficiency report

### Removed
-   None.

## [v1.7.2] -   2022-02-19
### Added
- added default character set and collate to database
- added Mark All As Read action to notification

### Changed
- updated docker-compose guide
- added DateRangePicker to MeterEnergy report in Web UI

### Fixed
- updated Notification of Web UI

### Removed
-   None.

## [v1.7.1] -   2022-02-11
### Added
- added myems_carbon_db to recalculating script

### Changed
- updated mysql-connector-python version in README
- updated installation guide in README
- updated docs
- updated comment of tbl_web_messages in database
- updated database upgrade scripts
- Bump node-sass from 6.0.1 to 7.0.0 in Web
- updated Web Message actions in API and Notification Page in Web UI
- updated POSTMAN file

### Fixed
- fixed issue of Notification in Web UI
- fixed issue of tbl_users in database

### Removed
-   None.

## [v1.7.0] -   2022-01-28
### Added
- added new database myems_carbon_db
- added alternative uuid parameter to reports of combined equipment, equipment, meter, shopfloor, store and tenant
- added meter carbon dioxide emission report to api
- added meter carbon dioxide emission aggregation procedure
- added virtual meter carbon dioxide emission aggregation procedure
- added offline meter carbon dioxide emission aggregation procedure

### Changed
- updated architecture images in README
- updated components images in docs

### Fixed
- fixed select statements issue in tenant reports.
- fixed fraction numerator and denominator issue in combinedequipmentefficiency and equipmentefficiency reports
- fixed issue of config in aggregation service
- fixed issue of carbon_dioxide_emission_factor in aggregation service
- fixed issues in README

### Removed
-   None.

## [v1.6.1] -   2022-01-18
### Added
- added docker image immigration to readme.
- added QRCode in String to Space/Meter/Store/Tenant/Equipment/CombinedEquipment in API

### Changed
- added alternative parameter meteruuid to meter reports
- updated docker installation in README
- improved virtual meter editor in admin ui.
- upgraded echarts version to 5.2.2 in web ui.

### Fixed
-   None.

### Removed
-   None.


## [v1.6.0] -   2021-12-31
### Added
-   added energy output and input to combined equipment efficiency report
-   added energy output and input to equipment efficiency report
-   added offline meter billing procedure to aggregation service
-   added virtual meter billing procedure to aggregation service
-   added PUT actions to text/wechat/email messages in api
-   added POST actions to create new email/wechat/text messages
-   added lock/unlock user who failed login some times to admin and api
-   added bind-mount upload file folder to containers of myems-api and admin

### Changed
-   updated dependencies in web ui
-   updated react-countup to v6.1.0 in web ui
-   updated Meter RealtimeChart in web ui
-   updated web for latest Node.js version
-   updated get messages by date range in admin and api
-   updated get emailmessages api in postman and readme
-   updated config.py in myems-aggregation service

### Fixed
-   None

### Removed
-   None.

## [v1.5.1] -   2021-12-18
### Added
-   Added lock/unlock user function if user failed login with wrong password.

### Changed
- Updated email message api and view with start/end datetime parameters.
- Changed all datatype JSON columns to datatype LONGTEXT in database.

### Fixed
-   None.

### Removed
-   None.

## [v1.5.0] -   2021-12-12
### Added
-   Added energy model database
-   Added access control to all core entities in api and admin ui.

### Changed
-   Updated notification(web message) in web and api
-   Updated command of myems-api service in docker-compose.
-   Updated Dockerfile of myems-api.
-   Updated virtual meter procedure in normalization service.

### Fixed
-   None.

### Removed
-   None.

## [v1.4.0] -   2021-11-14
### Added
-   added installation on docker to myems-modbus-tcp.

### Changed
-   Merged expression table into virtual meter table in database.
    NOTE: THIS CHANGE MAY BREAK YOUR SYSTEM.
1109

nengyuangzhang's avatar
nengyuangzhang 已提交
1110 1111 1112
    Upgrade procedure for this change:
    1. Stop the myems-normalization service or container.
    2. Backup your database.
1113
    3. Upgrade myems/admin, myems/myems-api, and myems/myems-normalization source code,
nengyuangzhang's avatar
nengyuangzhang 已提交
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337
       and keep previous .env files unchanged.
    4. Run database/upgrade/upgrade1.4.0.sql to merge expression into virtual meter
    5. Check the virtual meters in Admin UI.
    6. Start the myems-normalization service or container.

-   updated virtual meter model view in admin ui
-   updated docker hub address in README
-   updated excel exporters to make them print friendly
-   added access control to actions of user in api

### Fixed
-   fixed issue in on_delete of gateway in API
-   upgraded falcon framework to v3.0.1 in API to fix warnings

### Removed
-   None.

## [v1.3.4] -   2021-11-06
### Added
-   added notification drop down list and notification page.
-   added new period type 'weekly'.
-   added installation on docker to README.

### Changed
-   updated Dockerfiles.
-   added default gateway token to database and myems_modbus_tcp

### Fixed
-   fixed NoneType errors in detailed data formatters of Web UI.

### Removed
-   None.

## [v1.3.3] -   2021-10-30
### Added
-   added missing rule_id in myems_fdd_db.

### Changed
-   updated package.json in web ui
-   updated README and database test procedure
-   added validation of offline meter hourly values to myems-normalization service
-   updated offline meter data template file
-   added new period type 'weekly' to meterenergy and aggregate_hourly_data_by_period in API
-   updated comments in aggregate_hourly_data_by_period of API
-   updated myems-api installation.

### Fixed
-   fixed NoneType error in myems-cleaning service
-   fixed warnings in myems-aggregation service
-   fixed detailed data sort issues in Web UI

### Removed
-   removed duplicate entry in i18n of Web UI
-   removed unused import from API.

## [v1.3.2] -   2021-10-22
### Added
-   added associated equipments data to combinedequipmentefficiency report.
-   added Pie Charts of TCE/TCO2E to excelexporters of equipmentenergycategory, combinedequipmentenergycategory and storeenergycategory.
-   added Pie charts of TCE and TCO2E to excel exporter of shopfloorenergycategory report.
-   added validation for area of shopfloor, space, store and tenant in API.

### Changed
-   reformatted excel exporters of shopfloor reports.
-   reformatted excel exporters of store reports.
-   reformatted excel exporters of tenant reports
-   reformatted excel exporters of equipment reports
-   renamed parameter worksheet names in excel exporters.
-   updated database demo data in German.
-   updated Database Demo in English.

### Fixed
-   fixed PEP8 warnings.
-   fixed warnings in Excel exporters.

### Removed
-   Remove Child Space Data Section from EquipmentEnergyCategory Excel Exporter.
-   deleted unused comments from excelexporters.


## [v1.3.1] -   2021-10-15
### Added
-   added maximum load to tenantbatch report

### Changed
-   updated config.py files to move all variables to .env files via Python Decouple
-   modified the doc for docker-compose
-   updated database installation script and README
-   reformatted excel exporters
-   changed name font from Constantia to Arial in Excel exporters.

### Fixed
-   fixed error when opening CombinedEquipmentEfficiency Excel report
-   fixed issue for editing user name and password in Admin UI
-   fixed NoneType issues in ExcelExporters.

### Removed
-   None.

## [v1.3.0] -   2021-09-04
### Added
-   added expiration datetimes to User in Admin UI
-   added expiration datetimes to user actions in API
-   added expiration datetimes to user table in database
-   added column ID to StoreBatch Excel Exporter in API
-   added meter ID to meterbatch excel exporter in API
-   added new datasource protocols to API
-   added API error messages to translations.js and i18n.js
-   added spinners to Dashboard of Web UI.

### Changed
-   replaced Chinese with English in Excel Exporters of API
-   changed start&end datetime formatter for tariff from timestamp to strftime
-   changed lease start&end datetime formatter for tenant from timestamp to strftime
-   changed last run datetime and next run datetime formatter for rule from timestamp to strftime
-   changed last seen datetime formatter for gateway from timestamp to strftime
-   changed last seen datetime formatter of datasource from timestamp to strftime
-   changed upload datetime formatter of knowledgefile and offlinemeterfile from timestamp to strftime
-   changed cost file upload datetime formatter from timestamp to strftime
-   updated translation of Admin UI
-   updated database README
-   updated demo database for database ingestion service
-   updated distibutionssystem point value timeout value to 30 minutes
-   updated Admin UI to make error messages more specific
-   updated translations of KGCE & KGCO2E in Admin UI
-   updated userlogger in API to pass HTTPError to client.

### Fixed
-   fixed PEP8 warnings in API
-   fixed typo in contact controller of Admin UI
-   added try_files directive to avoid 404 error while refreshing pages in Web UI
-   modified API error message for knowledge file cannot be removed from disk.

### Removed
-   removed cookies usages from API

## [v1.2.3] -   2021-09-04
### Added
-   added tbl_reports to myems_reporting_db in database.
-   added trusted-host to Dockerfiles

### Changed
-   updated README.
-   renamed language cn to zh-cn in Admin UI

### Fixed
-   fixed Local Storage conflicts in Admin UI and Web UI .
-   fixed issues in database demo script

### Removed
-   None.

## [v1.2.2] -   2021-08-28
### Added
-   added user log to UserLogin, ChangePassword and ResetPassword in API
-   implemented user_logger decorators in API
-   added default passwords to README.

### Changed
-   updated myems_user_db.tbl_logs in database
-   updated i18n of WebUI
-   changed user token hash algorithm from sha1 to sha256 in API
-   upgraded dropzone js library in Admin UI
-   moved css files for dropzone from js folder to css folder in Admin UI

### Fixed
-   fixed code style warnings in README
-   fixed PEP8 warnings in API
-   fixed code style warnings in API
-   fixed translation errors in Admin UI
-   fixed issues of markdown in README files
-   fixed typeof issue of dropzone js in Admin UI
-   fixed issue of 'typeof' expression compared to 'null' in Web UI
-   fixed toaster issues for uploading file in Admin UI

### Removed
-   removed unnecessary dropzone-amd-module library from Admin UI

## [v1.2.1] -   2021-08-19
### Added
-   Added Missing Error Messages Words of API to Web UI i18n
-   Added rule_id to messages tables of fdd database
-   added version tags to images in Dockerfile

### Changed
-   renamed virtualmeter.model.html in Admin UI
-   replaced stateChangeStart with transitions.onStart in Admin UI
-   added filters for jstree action types of menu and space in Admin UI
-   updated README of Web UI
-   replaced href with ng-href in Admin UI
-   upgraded Highcharts JS to v9.1.2
-   upgraded jquery-ui to v1.12.1
-   updated Admin UI translations for Error Messages of API
-   upgraded ocLazyLoad to v1.0.10 in Admin UI
-   updated Dockerfiles to add pip mirrors
-   upgraded AngularJS to v1.8.2

### Fixed
-   removed unnecessary jc.jsextend library from Admin UI
-   fixed debugging code issues in Admin UI
-   fixed unused code issues in Admin UI
-   fixed self assignment error in Web UI
-   fixed 'Clear-text logging of sensitive information' in API
-   fixed 'The variable binary_file_data does not seem to be defined for all execution paths' in API
-   replaced == with === to avoid casting in Admin UI
-   fixed response body of Restore actions
-   fixed typos in database
-   fixed typo in API
-   fixed typo in demo data of database

### Removed
-   removed unused logs
-   removed diff-match-patch library from Admin UI
-   removed jeditable library from Admin UI
-   removed js plugins codemirror and summernote from Admin UI
-   removed 'unused import' from API
-   removed uncessary pass from acquisition.py of myems-modbus-tcp
-   removed unused import from meterbatch.py of API
-   removed unnecessary library mathjax from Admin UI
-   removed unnecessary libraries d3, and3, nvd3 and c3 from Admin UI
-   removed unnecessary library nggrid from Admin UI

## [v1.2.0] -   2021-08-08
### Added
1338
-   Added demo data to database
nengyuangzhang's avatar
nengyuangzhang 已提交
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455

### Changed
-   Replaced every_day_* to periodic_* in excelexporters of API
-   Updated Dockerfiles

### Fixed
-   Replaced every_day_* to periodic_* in excelexporters of API
-   Fixed data issues of tbl_menus in database

### Removed
-   Deleted unnecessary words in translations of Admin UI

## [v1.1.6] -   2021-08-02
### Added
-   Added Meter Batch Analysis Report
-   Added Child Space Share Pies for SpaceCost in Web UI
-   Added Web UI & Admin UI Installation Guide on Apache Web Server
-   Added Dockerfiles
-   Added Customized Menus in Web UI, API and Admin UI

### Changed
-   None.

### Fixed
-   Upgraded jquery to v2.2.4 in Admin UI

### Removed
-   None.

## [v1.1.5] -   2021-07-20
### Added
-   None.

### Changed
-   changed all worksheet names of Excel exporters in API

### Fixed
-   updated upgrade1.1.4 sql
-   fixed issue of gitignore in Admin UI

### Removed
-   None.

## [v1.1.4] -   2021-07-19
### Added
-   added tbl_email_messages to myems_reporting_db
-   added data sort to FDD messages in Admin UI
-   added new category to FDD rule in API & Admin UI
-   added Search Input for meters in Web UI
-   added last year data to dashboard
-   added ChildSpaceProportion SharePies to Space Energy Category report of Web UI
-   added ORDER BY utc_date_time to all digital parameters data in API
-   added the pagination for meter realtime page
-   added pagination to MeterRealtime in Web UI
-   added internationalization of Vertical Navigation Bar in Web UI
-   added Equipment Batch Analysis report API
-   added Cost File to API and Admin UI
-   added restore button to offline meter file in API and Admin UI

### Changed
-   changed GET Data Source Point Collection to order by ID
-   changed equipment and combined equipment associated points name to parameters name in reports API
-   updated validate expression of rule in API
-   updated i18n in Web UI
-   upgraded Web UI library to 2.10.2

### Fixed
-   fixed typo for deleting email messages in Admin UI
-   fixed issues of deleting text message and wechat message in Admin UI
-   fixed base period cost units issue of Dashboard API
-   fixed selected meter issues in onSearchMeter of Web UI
-   fixed wrong HTTP Status Code issues in API
-   fixed Child Space Share Pie issue in Excel exporter of spaceenergycategory

### Removed
-   Drop table tbl_sms_recipients from myems_fdd_db
-   deleted parameters data from Dashboard

## [v1.1.3] -   2021-05-25
### Added
-   added Combined Equipment Batch Analysis Report
-   added Shopfloor Batch Analysis Report
-   added Store Batch Analysis Report
-   added Tenant Batch Analysis Report
-   implemented virtual point calculating in myems-normalization service
-   added is_virtual to tbl_points in database
-   added gateway process to myems-modbus-tcp service
-   added gateway process to myems-bacnet service
-   added procedure to update last seen datetime of data source in myems-modbus service
-   added last seen datetime to data source setting in Admin UI
-   added last seen datetime to Gateway Setting in Admin UI
-   added excel exporter of spaceefficiency report in API

### Changed
-   updated Dashboard in web to display energy data of this year
-   updated tbl_expressions in database
-   added start value and end value to metertracking report
-   updated comments and log messages in myems-modbus-tcp service
-   improved theme of energyflowdiagram in Web UI

### Fixed
-   updated metertracking report to reduce duplicated meters
-   fixed detailed value missing issue in SpaceEfficiency report in Web UI

### Removed
-   None.

## [v1.1.2] -   2021-04-23
### Added
-   added associated parameters data to excel exporter of shopfloorstatistics in API
-   added associated parameters data to excel exporter of shopfloorsaving in API
-   added associated parameters data to excel exporter of shopfloorload in API
-   added associated parameters data to excel exporter of shopfloorenergyitem in API
-   added associated parameters data to excel exporter of shopfloorenergycategory in API
-   added associated parameters data to excel exporter of shopfloorcost in API
-   added associated parameters data to excel exporter of storestatistics in API
-   added associated parameters data to excel exporter of storesaving in API
1456 1457
-   added associated parameters data to excel exporter of storeload in API
-   added associated parameters data to storeenergyitem in API
nengyuangzhang's avatar
nengyuangzhang 已提交
1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656
-   added associated parameters data to excel exporter of storeenergycategory in API
-   added associated parameters data to excel exporter of storecost in API
-   added associated parameters data to excel exporter of spacestatistics in API
-   added associated parameters data to excel exporter of spacesaving in API
-   added associated parameters data to excel exporter of spaceoutput in API
-   added associated parameters data to excel exporter of spaceload in API
-   added associated parameters data to excel exporter of spaceincome in API
-   added associated parameters data to excel exporter of spaceenergyitem in API
-   added associated parameters data to excel exporter of spaceenergycategory in API
-   added associated parameters data to excel export of spacecost in API
-   added associated parameters data to excel exporter of metertrend in API
-   added associated parameters data to excel exporter of meterenergy in API
-   added associated parameters data to excel exporter of metersubmetersbalance in API
-   added parameters data to excel exporter of metercost in API
-   added associated parameters data to excel exporter of tenantstatistics in API
-   added associated parameters data to excel exporter of tenantsaving in API
-   added associated parameters data to excel exporter of tenantload in API
-   added associated parameters data to excel exporter of tenantenergyitem in API
-   added associated parameters data to excel exporter of tenantenergycategory in API
-   added associated parameters data to excel exporter of tenantcost in API
-   added associated parameters data to excel exporter of combinedequipmentstatistics in API
-   added associated parameters data to combinedequipmentsaving in API
-   added associated parameters data to combinedequipmentload in API
-   added associated parameters data to combinedequipmentoutput in API
-   added associated parameters data to combinedequipmentincome in API
-   added associated parameters data to combinedequipmentenergyitem in API
-   added associated parameters data to combinedequipmentenergycategory in API
-   added associated parameters data to combinedequipmentcost in API
-   added quickmode to HTTP request parameters of MeterTrend report in API
-   added parameter data to excel exporter of EquipmentStatistics in API
-   added parameter data to excel exporter of EquipmentSaving in API
-   added parameter data to excel exporter of EquipmentOutput in API
-   added parameter data to excel exporter of EquipmentLoad in API
-   added parameters data to excel exporter of EquipmentEnergyItem in API
-   added parameters data to excel exporter of EquipmentEnergyCategory in API

### Changed
-   updated README
-   updated excel exporter of metersubmetersbalance in API
-   updated excel exporter of meterenergy in API
-   updated excel exporter of metercost in API
-   updated panel width and height of costcenter in Admin UI
-   updated panel width and height of combinedequipment view in Admin UI
-   updated panel width and height of equipment view in Admin UI
-   changed query form column width from auto to xs={6} sm={3} in Web UI

### Fixed
-   fixed issues in excel exporters of combinedequipment in API
-   added parameters validator to statistics_hourly_data_by_period in API
-   added code to validate parameters of averaging_hourly_data_by_period in API
-   fixed issue in Excel exporter of equipmentincome in API
-   fixed unit issue in CombinedEquipmentCost report in API


### Removed
-   deleted slim-scroll from and added maxheight to panel of views in Admin UI


## [v1.1.1] -   2021-03-31
### Added
-   added associated equipment data to CombinedEquipmentCost report in API
-   added associated equipment data to CombinedEquipmentStatistics report in API
-   added associated equipment data to CombinedEquipmentSaving report in API
-   added associated equipment data to CombinedEquipmentOutput report in API
-   added associated equipment data to CombinedEquipmentLoad report in API
-   added associated equipment data to CombinedEquipmentIncome report in API
-   added associated equipment data to CombinedEquipmentEnergyItem report in API
-   added associated equipment data to CombinedEquipmentEnergyCategory report in API
-   added quickmode parameter to combinedequipmentefficiency report in API
-   added associated equipment data to CombinedEquipmentStatistics in Web UI
-   added associated equipment data to CombinedEquipmentLoad in Web UI
-   added excel exporter of equipmentcost reporter in API
-   added associated equipment data to CombinedEquipmentEnergyItem report in API
-   added AssociatedEquipmentTable to CombinedEquipmentIncome Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentSaving Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentOutput Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentIncome Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentCost Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentEnergyCategory Report in web UI
-   added AssociatedEquipmentTable to CombinedEquipmentEnergyItem Report in web UI
-   added last_run_datetime and next_run_datetime to rule in API
-   added Deutsch (German) login language list in admin UI

### Changed
-   reduced font size of meterrealtime in Web UI
-   moved category before fdd_code of rule in admin UI and API

### Fixed
-   fixed omission mistakes in myems-cleaning
-   fixed error for large number of parameters in combinedequipmentefficiency and equipmentefficiency in API
-   fixed error of None Comparison in API
-   fixed NoneType error in all Load reports API.

### Removed
-   None.


## [v1.1.0] -   2021-03-18
### Added
-   added excel exporter of equipmentefficiency report.
-   added excel exporter of conbinedequipmentefficiency report in API.
-   added 'optional' tips to meter,virtual meter and offline meter setting in admin UI.
-   added Optional key to translation in admin UI.
-   added cominbedequipmentefficiency report to api and web.
-   added equipmentefficiency report api.

### Changed
-   updated cost file controller in admin UI
-   updated user login session expire time to 8 hours.
-   changed web UI and API to set contact of space is optional.

### Fixed
-   fixed http headers issues of offlinemeterfile, knowledgefile and costfile in admin UI
-   changed float datatype to Decimal datatype for offline meter normalization.
-   fixed issue of add space in web UI.
-   added historical database close and disconnect at the end of reports.

### Removed
-   None.

## [v1.0.8] -   2021-03-11
### Added
-   added excel exporter of combinedequipmentstatistics report
-   added translation for German
-   added excel exporter of storesaving report
-   added excel exporter of equipmentincome report
-   added excel exporter of shopfloorsaving report
-   added excel exporter of equipmentload report

### Changed
-   Changed default reporting range in EnergyFlowDiagram.

### Fixed
-   None.

### Removed
-   None.

## [v1.0.7] -   2021-03-07
### Added
-   added excel exporter of storeload report
-   added excel exporter of spaceincome report
-   added excel exporter of equipmentsaving report
-   added excel exporter of combinedequipmentsaving report
-   added excel exporter of combinedequipmentload report
-   added excel exporter of spaceoutput report
-   added excel exporter of combinedequipmentoutput
-   added excel exporter of combinedequipmentcost report
-   added excel exporter of shopfloorcost report
-   added excel exporter of shopfloorload report
-   added excel exporter of combinedequipmentenergycategory report
-   added excel exporter of combinedequipmentitem report.
-   added excel exporter of equipmentenergyitem report.
-   added excel exporter of equipmentenergycategory report.
-   added excel exporter of shopfloorenergyitem report.

### Changed
-   None.

### Fixed
-   fixed wrong HTTP headers in admin.
-   fixed typo in combinedequipment controller in admin.
-   fixed energy item undefined issue when edit virtual meter and offline meter.

### Removed
-   removed 'required' property from equipment model in admin.

## [v1.0.6] -   2021-02-26
### Added
-   added store statistics report excel exporter.
-   added equipment tracking excel exporter.
-   added store cost report excel exporter.
-   added equipment statistics report excel exporter.
-   added store energy item report excel exporter.
-   added shopfloor statistics report excel exporter.
-   merged myems-api.

### Changed
-   modified database table tbl_energy_flow_diagrams_links

### Fixed
-   fixed energy category names and units issue in EnergyItem reports.

### Removed
-   None.

## [v1.0.5] -   2021-02-23
### Added
-   None.

### Changed
-   None.

### Fixed
-   None.

### Removed
-   None.

1657 1658
[Unreleased]: https://github.com/MyEMS/myems/compare/v4.3.0...HEAD
[4.3.0]: https://github.com/MyEMS/myems/compare/v4.3.0...v4.2.0
1659
[4.2.0]: https://github.com/MyEMS/myems/compare/v4.2.0...v4.1.0
1660
[4.1.0]: https://github.com/MyEMS/myems/compare/v4.1.0...v4.0.0
1661
[4.0.0]: https://github.com/MyEMS/myems/compare/v4.0.0...v3.12.0
1662
[3.12.0]: https://github.com/MyEMS/myems/compare/v3.12.0...v3.11.0
1663
[3.11.0]: https://github.com/MyEMS/myems/compare/v3.11.0...v3.10.0
1664
[3.10.0]: https://github.com/MyEMS/myems/compare/v3.10.0...v3.9.0
1665
[3.9.0]: https://github.com/MyEMS/myems/compare/v3.9.0...v3.8.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1666
[3.8.0]: https://github.com/MyEMS/myems/compare/v3.8.0...v3.7.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1667
[3.7.0]: https://github.com/MyEMS/myems/compare/v3.7.0...v3.6.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1668
[3.6.0]: https://github.com/MyEMS/myems/compare/v3.6.0...v3.5.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1669
[3.5.0]: https://github.com/MyEMS/myems/compare/v3.5.0...v3.4.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1670
[3.4.0]: https://github.com/MyEMS/myems/compare/v3.4.0...v3.3.0
1671
[3.3.0]: https://github.com/MyEMS/myems/compare/v3.3.0...v3.2.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1672
[3.2.0]: https://github.com/MyEMS/myems/compare/v3.1.0...v3.2.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1673 1674
[3.1.0]: https://github.com/MyEMS/myems/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/MyEMS/myems/releases/tag/v3.0.0
nengyuangzhang's avatar
nengyuangzhang 已提交
1675