upgraded to v1.1.6

pull/59/head
13621160019@163.com 2021-08-02 17:30:56 +08:00
parent 35181a0dca
commit ff15db356c
5 changed files with 23 additions and 5 deletions

View File

@ -16,6 +16,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- None.
## [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 Docerfiles
- 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.
@ -305,7 +322,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- None.
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.1.6...HEAD
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.5...v1.1.6
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/MyEMS/myems/compare/v1.1.2...v1.1.3

View File

@ -1,5 +1,5 @@
<div class="footer-login">
<div>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.5 <a href="https://myems.io">https://myems.io</a> </strong>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.6 <a href="https://myems.io">https://myems.io</a> </strong>
</div>
</div>

View File

@ -3,6 +3,6 @@
<strong><a href="https://myems.io">https://myems.io</a></strong>
</div>
<div>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.5</strong>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.6</strong>
</div>
</div>

2
web/package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "myems",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",

View File

@ -1,4 +1,4 @@
export const version = '1.1.5';
export const version = '1.1.6';
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
export const topNavbarBreakpoint = 'lg';
//export const APIBaseURL = 'http://127.0.0.1:8000';