Skip to content

Commit

Permalink
Merge pull request #272 from OpenShock/beta
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
hhvrc authored Aug 27, 2024
2 parents 9c4b159 + 3f36eab commit 1d8cec7
Show file tree
Hide file tree
Showing 65 changed files with 1,991 additions and 837 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ OPENSHOCK_FW_CDN_DOMAIN=firmware.openshock.org
OPENSHOCK_FW_VERSION=0.0.0-unknown
OPENSHOCK_FW_HOSTNAME=OpenShock
OPENSHOCK_FW_AP_PREFIX=OpenShock-
OPENSHOCK_URI_BUFFER_SIZE=256
16 changes: 8 additions & 8 deletions .github/scripts/package-lock.json

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

4 changes: 2 additions & 2 deletions .github/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"ini": "^4.1.1",
"semver": "^7.5.4"
"ini": "^4.1.2",
"semver": "^7.6.0"
}
}
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# Version 1.2.0 Release Notes

This release adds a new shocker protocol, more bugfixes, configurability, and performance improvements.

## Highlight

- Added support for **998DR** Petrainer RF protocol.

## Major Updates

- Add command to get/set api domain.
- Add command to get/set/clear override for Live Control Gateway (LCG) domain.

## Minor Updates

- Change transmission end command to last for 300 ms.
- Increase WDT timeout during OTA updates to prevent watchdog resets.
- Remove non thread-safe RF sequence caching.
- Update flatbuffers to 23.5.26.
- Start utilizing StringView more to reduce memory and CPU usage.
- Small code cleanup and refactoring.

# Version 1.2.0-rc.1 Release Notes

This is the first release candidate for version 1.2.0.

## Highlight

- Added support for **998DR** Petrainer RF protocol.

## Major Updates

- Add command to get/set api domain.
- Add command to get/set/clear override for Live Control Gateway (LCG) domain.

## Minor Updates

- Change transmission end command to last for 300 ms.
- Increase WDT timeout during OTA updates to prevent watchdog resets.
- Remove non thread-safe RF sequence caching.
- Update flatbuffers to 23.5.26.
- Start utilizing StringView more to reduce memory and CPU usage.
- Small code cleanup and refactoring.

# Version 1.1.2 Release Notes

- Add support for OpenShock Core V2 Hardware
Expand Down
Loading

0 comments on commit 1d8cec7

Please sign in to comment.