Skip to content

Commit

Permalink
added changelog; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
miko007 committed May 28, 2021
1 parent f11c85a commit 6786346
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## v0.0.3 *(alpha)*
### Fixed
* Circular dependecy in command list for console

### Changed
* New icon
* New `.dmg` background

### Added
* UI for OTA updates
* Support for OS dark theme

## v0.0.2 *(alpha)*
### Added
TASMOTA console has been added to the Device Details screen
Switches are much more responsive
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmocontrol",
"version": "0.0.2",
"version": "0.0.3",
"description": "an electron based management application for tasmota devices",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6786346

Please sign in to comment.