Skip to content

Commit

Permalink
Prepare to release the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Malick-Tammal committed Apr 27, 2024
1 parent 1d6cf48 commit 3dc4301
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## Major release - Version 1

> initial release
## Features introduced

- Get real time battery states
- Check battery health (Accurate reads)
- Get battery info (batteryId , batteryModel ....)

---

## All version (history)

| Version | Date | Comment |
| ------- | --------- | --------------- |
| 1.0.0 | 2024-4-24 | Initial release |
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</p>

<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-1.0.1-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
<a href="https://enegize.netlify.app/docs" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand All @@ -33,7 +33,7 @@

## Usage

Download the app [Latest release!](https://github.com/Malick-Tammal/ENERGIZE/releases/download/v1.0.1/energize-Setup-1.0.1.exe)
Download the app [Latest release!](https://github.com/Malick-Tammal/ENERGIZE/releases/download/v1.0.0/energize-Setup-1.0.0.exe)

For devs clone the repository

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ADAMSKI-DZ/ENERGIZE.git"
"url": "https://github.com/Malick-Tammal/ENERGIZE.git"
},
"devDependencies": {
"electron": "^30.0.0",
"electron": "^30.0.1",
"electron-builder": "^24.13.3"
},
"build": {
Expand Down

0 comments on commit 3dc4301

Please sign in to comment.