Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
- Fixed an issue with password field not displaying in UI.
- Housekeeping and updated dependencies.

**Full Changelog**: v2.1.0...v2.1.1
  • Loading branch information
donavanbecker committed Sep 13, 2024
1 parent 0a6e672 commit ef4c0d2
Show file tree
Hide file tree
Showing 5 changed files with 1,647 additions and 758 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [2.1.1](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v2.1.1) (2024-09-13)

### What's Changed
- Fixed an issue with password field not displaying in UI.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v2.1.0...v2.1.1

## [2.1.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v2.1.0) (2024-08-31)

### What's Changed
Expand Down
1 change: 1 addition & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
"items": [
"devices[].configDeviceName",
"devices[].ipaddress",
"devices[].password",
"devices[].external",
"devices[].showRainSensor",
"devices[].showValveSensor",
Expand Down
Loading

0 comments on commit ef4c0d2

Please sign in to comment.