Skip to content

Commit

Permalink
v1.3.4 (#89)
Browse files Browse the repository at this point in the history
## [1.3.4](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.4) (2024-01-15)

### What's Changes
- fix August validation failure with verification codes starting with `0`. Thanks [@westhom](https://github.com/westhom), [#88](#88)
- Housekeeping and updated dependencies.

**Full Changelog**: v1.3.3...v1.3.4
  • Loading branch information
donavanbecker authored Jan 16, 2024
1 parent d39862b commit afd19d9
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 441 deletions.
40 changes: 32 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
# Add 'branding' to any file changes within 'august' folder
# Add 'branding' label to any changes within 'docs' folder or any subfolders
branding:
- august/*
- changed-files:
- any-glob-to-any-file: branding/**

# Add 'enhancement' label to any change to index.js file
# Add 'docs' label to any change to .md files within the entire repository
docs:
- changed-files:
- any-glob-to-any-file: '**/*.md'

# Add 'enhancement' label to any change to src files within the source dir EXCEPT for the docs sub-folder
enhancement:
- src/*
- package.json
- pakcage-lock.json
- config.schema.json
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- any-glob-to-any-file: 'config.schema.json'

# Add 'dependencies' label to any change to src files within the source dir EXCEPT for the docs sub-folder
dependencies:
- changed-files:
- any-glob-to-any-file: 'package.json'
- any-glob-to-any-file: 'package-lock.json'

# Add 'beta' label to any PR that is opened against the `beta` branch
beta:
- base-branch: 'beta*'

# Add 'alpha' label to any PR that is opened against the `alpha` branch
alpha:
- base-branch: 'alpha*'

# Add 'latest' label to any PR that is opened against the `latest` branch
latest:
- base-branch: 'latest'

# Add 'workflow' to any changes within 'workflow' folder or any subfolders
workflow:
- .github/workflows/*
- changed-files:
- any-glob-to-any-file: .github/**
13 changes: 13 additions & 0 deletions .github/workflows/changerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Changelog to Release

on:
workflow_dispatch:
push:
paths: [CHANGELOG.md]
branches: [latest]

jobs:
changerelease:
uses: donavanbecker/.github/.github/workflows/changerelease.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
13 changes: 0 additions & 13 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

18 changes: 9 additions & 9 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: AutoDependabot

on:
pull_request:
push:
branches:
- beta
- latest
pull_request_target:
branches:
- beta
- latest

jobs:
automerge:
name: Auto-merge dependabot updates
runs-on: ubuntu-latest
steps:
- uses: mitto98/dependabot-automerge-action@master
with:
token: ${{ github.token }}
merge: true
label:
uses: donavanbecker/.github/.github/workflows/dependabot.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions .github/workflows/discord-webhooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is a basic workflow to help you get started with Actions

name: Discord Webhooks

# Controls when the workflow will run
on:
release:
types: [released, prereleased]

jobs:
github-releases-to-discord:
uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "August"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
64 changes: 36 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,53 @@

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

## [Version 1.3.3](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.3) (2023-12-15)
## [1.3.4](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.4) (2024-01-15)

## What's Changes
### What's Changes
- fix August validation failure with verification codes starting with `0`. Thanks [@westhom](https://github.com/westhom), [#88](https://github.com/donavanbecker/homebridge-august/pull/88)
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.3.3...v1.3.4

## [1.3.3](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.3) (2023-12-15)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.3.2...v1.3.3

## [Version 1.3.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.2) (2023-11-26)
## [1.3.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.2) (2023-11-26)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.3.1...v1.3.2

## [Version 1.3.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.1) (2023-11-07)
## [1.3.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.1) (2023-11-07)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.3.0...v1.3.1

## [Version 1.3.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.1) (2023-10-31)
## [1.3.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.1) (2023-10-31)

## What's Changes
### What's Changes
- Add support for Yale Home with countryCode, Thanks [@hufftheweevil](https://github.com/hufftheweevil)
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.2.1...v1.3.0

## [Version 1.2.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.1) (2023-08-27)
## [1.2.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.1) (2023-08-27)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.2.0...v1.2.1

## [Version 1.2.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.0) (2023-08-19)
## [1.2.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.2.0) (2023-08-19)

## What's Changes
### What's Changes
- Fixed debugging issue, Thanks [@dacarson](https://github.com/dacarson) [#69](https://github.com/donavanbecker/homebridge-august/pull/69)
- Reduce August API calls, Thanks [@dacarson](https://github.com/dacarson) [#69](https://github.com/donavanbecker/homebridge-august/pull/69)
- Fix 'Locking...' and 'Unlocking...' issue, Thanks [@dacarson](https://github.com/dacarson) [#66](https://github.com/donavanbecker/homebridge-august/pull/66)
Expand All @@ -49,62 +57,62 @@ All notable changes to this project will be documented in this file. This projec

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.1.1...v1.2.0

## [Version 1.1.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.1.1) (2023-04-07)
## [1.1.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.1.1) (2023-04-07)

## What's Changes
### What's Changes
- Housekeeping and updated dependencies.
- This release will end support for Node v14.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.1.0...v1.1.1

## [Version 1.1.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.1.0) (2022-12-07)
## [1.1.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.1.0) (2022-12-07)

## What's Changes
### What's Changes
- Added option to `hide_lock` and only display Door Sense (Contact Sensor). [#26](https://github.com/donavanbecker/homebridge-august/issues/26)
- Fixed issue when DoorSense is not configured/in use. [#21](https://github.com/donavanbecker/homebridge-august/issues/21)
- Fixed TypeError: Cannot convert undefined or null to object. Thanks [@evantobin](https://github.com/evantobin)
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.5...v1.1.0

## [Version 1.0.5](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.5) (2022-10-09)
## [1.0.5](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.5) (2022-10-09)

## What's Changes
### What's Changes
- Fixed issue with RetryCount showing false `LockCurrentState` of `JAMMED`.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.4...v1.0.5

## [Version 1.0.4](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.4) (2022-10-07)
## [1.0.4](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.4) (2022-10-07)

## What's Changes
### What's Changes
- Remove Extra Logging

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.3...v1.0.4

## [Version 1.0.3](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.3) (2022-10-07)
## [1.0.3](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.3) (2022-10-07)

## What's Changes
### What's Changes
- Quick Fix

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.2...v1.0.3

## [Version 1.0.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.2) (2022-10-07)
## [1.0.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.2) (2022-10-07)

## What's Changes
### What's Changes
- Quick Fix

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.1...v1.0.2

## [Version 1.0.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.0) (2022-10-07)
## [1.0.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.0) (2022-10-07)

## What's Changes
### What's Changes
- Quick Fix

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

## [Version 1.0.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.0) (2022-10-07)
## [1.0.0](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.0) (2022-10-07)

## What's Changes
### What's Changes
- Initial Release
- Add Support to Subscribe to Events from a Lock
- Allows for displaying Lock as external Device not linkced to Bridge
Expand Down
Loading

0 comments on commit afd19d9

Please sign in to comment.