Skip to content

Commit

Permalink
"chore(release): 0.2.25"
Browse files Browse the repository at this point in the history
  • Loading branch information
germanferrero committed Mar 4, 2022
1 parent 0bc37bc commit df53d34
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.25](https://github.com/germanferrero/lime-app/compare/v0.2.24...v0.2.25) (2022-03-04)


### Features

* **hotspot:** add hotspot feature ([6f0355f](https://github.com/germanferrero/lime-app/commit/6f0355fc4af7f6a55198bed58d5957ff14ce7e02))
* **node admin:** add Roaming AP config ([31c65d1](https://github.com/germanferrero/lime-app/commit/31c65d19389bfa237245db7de3b5467bc9364172))
* **node-admin:** allow changing wifi password ([12d8492](https://github.com/germanferrero/lime-app/commit/12d849275cbed31dd885c156ebe629b693062b39))
* **pirania:** adds interface for pirania based on new-pirania-api ([63476a2](https://github.com/germanferrero/lime-app/commit/63476a2561eed8e7531faba5a4699622cf363c3c))
* pirania ui ([353ffd9](https://github.com/germanferrero/lime-app/commit/353ffd90ac946815fc30cc09ae5e658f7ef874af))
* **portal editor:** add portal editor ([d95d4fb](https://github.com/germanferrero/lime-app/commit/d95d4fb993dd8601a43d0854ccc8a1d0b63cf291))


### Bug Fixes

* **login:** make form submit on enter ([f218c6b](https://github.com/germanferrero/lime-app/commit/f218c6bee093e5407b8662010081d31181a34106))
* **login:** persist session after page refresh ([ee0d9d4](https://github.com/germanferrero/lime-app/commit/ee0d9d486d317c89afdb838c4cb29d3e70bbde3c))
* **reboot-banner:** persist page refresh ([cee2800](https://github.com/germanferrero/lime-app/commit/cee28004b13ab21a53f475f3c5eda4f2fe53a388))
* **subheader:** show only one banner at a time ([0bc37bc](https://github.com/germanferrero/lime-app/commit/0bc37bcd90ce57b7839f0c7aceb9603814eb0557))
* **translations:** fix error in pt translation ([3640de1](https://github.com/germanferrero/lime-app/commit/3640de19b3614066be66f84829354132ea30ccfb))

### [0.2.24](https://github.com/germanferrero/lime-app/compare/v0.2.23...v0.2.24) (2022-02-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sizes": "512x512"
}
],
"version": "0.2.24"
"version": "0.2.25"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "preact-limeapp",
"version": "0.2.24",
"version": "0.2.25",
"description": "Limeapp webUI and app",
"license": "GNU",
"author": "Marcos Gutierrez <[email protected]>",
Expand Down

0 comments on commit df53d34

Please sign in to comment.