Skip to content

Commit

Permalink
v2.0.3 (#144)
Browse files Browse the repository at this point in the history
## [Version 2.0.3](https://github.com/donavanbecker/homebridge-noip/releases/tag/v2.0.3) (2023-11-26)

### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: v2.0.2...v2.0.3
donavanbecker authored Nov 26, 2023
1 parent 53dfdab commit 0aca0ee
Showing 10 changed files with 151 additions and 678 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -168,6 +168,3 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.pnp.\*

# Plugin Folder
noip/
9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

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

## [Version 2.0.3](https://github.com/donavanbecker/homebridge-noip/releases/tag/v2.0.3) (2023-11-26)

### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-noip/compare/v2.0.2...v2.0.3

## [Version 2.0.2](https://github.com/donavanbecker/homebridge-noip/releases/tag/v2.0.2) (2023-10-31)

### What's Changes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<span align="center">

<a href="https://github.com/homebridge/verified/blob/master/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/noip/Homebridge_x_No-IP.svg?sanitize=true" width="350px"></a>
<a href="https://github.com/homebridge/verified/blob/master/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/branding/Homebridge_x_No-IP.svg?sanitize=true" width="350px"></a>

# Homebridge No-IP

File renamed without changes
Binary file added branding/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"pluginType": "platform",
"singular": true,
"customUi": true,
"headerDisplay": "<p align='center'><img width='250px' src='https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/noip/Homebridge_x_No-IP.svg'></p>\n\nThe **Homebridge No-IP** plugin allows you to update your No-IP hostnames. \n\nTo get started link your No-IP account using the button below.",
"headerDisplay": "<p align='center'><img width='250px' src='https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/branding/Homebridge_x_No-IP.svg'></p>\n\nThe **Homebridge No-IP** plugin allows you to update your No-IP hostnames. \n\nTo get started link your No-IP account using the button below.",
"footerDisplay": "Your No-IP account has been linked. Please raise any issues on our [project page](https://github.com/donavanbecker/homebridge-noip/issues).\n\nIf you would like to have other features, fill out [Feature Request Form](https://github.com/donavanbecker/homebridge-noip/issues/new?assignees=&labels=&template=feature_request.md).",
"schema": {
"type": "object",
2 changes: 1 addition & 1 deletion homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p class="text-center">
<img
src="https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/noip/Homebridge_x_No-IP.svg"
src="https://raw.githubusercontent.com/donavanbecker/homebridge-noip/latest/branding/Homebridge_x_No-IP.svg"
alt="homebridge-noip logo"
style="width: 40%" />
</p>
Loading

0 comments on commit 0aca0ee

Please sign in to comment.