Skip to content

Commit

Permalink
v1.0.1 (#2)
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-01-31)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: v1.0.0...v1.0.1
  • Loading branch information
donavanbecker authored Jan 31, 2024
1 parent 98f5316 commit 48a1dc8
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 134 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [latest]
pull_request: # required for autolabeler
types: [opened, reopened, synchronize]
branches: [latest]
types: [opened, reopened, synchronize, ready_for_review, review_requested]
workflow_dispatch:

jobs:
Expand Down
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/)

## [1.0.1](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.0...v1.0.1) (2024-01-31)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.0...v1.0.1

## [1.0.0](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v0.1.0...v1.0.0) (2024-01-12)

### What's Changes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ISC License (ISC)
Copyright (c) 2023 donavanbecker
Copyright (c) 2023-2024 donavanbecker

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ plugin allows you to run a Cloudflare-Tunnel for exposing your

1. Search for "Cloudflared Tunnel" on the plugin screen of [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x).
2. Click **Install**.
3. Set Auto Install of Cloudflared Tunnel in Plugin Configs.
4. Restart Plugin and Cloudlfare URL will be displayed in logs.


1 change: 1 addition & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"pluginType": "platform",
"singular": true,
"customUi": true,
"customUiPath": "./dist/homebridge-ui",
"headerDisplay": "<p align='center'><img width='250px' src='https://raw.githubusercontent.com/donavanbecker/homebridge-cloudflared-tunnel/latest/branding/Homebridge_x_CloudflaredTunnel.svg'></p>\n\n<p>The Homebridge Cloudflared Tunnel plugin allows you to run a Cloudflare-Tunnel for exposing your Homebridge instance for remote access.",
"footerDisplay": "Your CloudflaredTunnel has been created. Please raise any issues on our [project page](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/issues).\n\nIf you would like to have other features, fill out [Feature Request Form](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/issues/new?assignees=&labels=&template=feature_request.md).",
"schema": {
Expand Down
51 changes: 0 additions & 51 deletions homebridge-ui/server.cjs

This file was deleted.

145 changes: 73 additions & 72 deletions package-lock.json

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

Loading

0 comments on commit 48a1dc8

Please sign in to comment.