Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 #272

Merged
merged 20 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e562438
build(deps-dev): Bump the frontend group in /frontend with 7 updates …
dependabot[bot] Mar 11, 2024
e90c17b
build(deps): Bump the ci-cd group in /.github/scripts with 1 update (…
dependabot[bot] Mar 11, 2024
27d1a18
build(deps-dev): Bump the frontend group in /frontend with 8 updates …
dependabot[bot] Mar 19, 2024
9e066fb
build(deps-dev): Bump the frontend group in /frontend with 8 updates …
dependabot[bot] Mar 25, 2024
13b6399
Send transmit end for 300ms and rework how estop is handled (#216)
LucHeart Mar 28, 2024
f11ae42
Initial support for alternate Petrainer RF protocol (#215)
nullstalgia Mar 28, 2024
8fdda45
Remove caching behaviour (#218)
LucHeart Mar 28, 2024
5391f96
Increase WDT during OTA to prevent unwarranted panics (#219)
nullstalgia Mar 29, 2024
ae96b94
build(deps-dev): Bump the frontend group in /frontend with 8 updates …
dependabot[bot] Apr 2, 2024
8804589
build(deps-dev): Bump the frontend group in /frontend with 10 updates…
dependabot[bot] Apr 11, 2024
d4fa228
build(deps): Bump undici from 5.28.3 to 5.28.4 in /.github/scripts (#…
dependabot[bot] Apr 11, 2024
fe1567c
Add feature to get/set backend api domain (#223)
hhvrc Apr 12, 2024
ff63bd2
build(deps-dev): Bump the frontend group in /frontend with 5 updates …
dependabot[bot] Apr 15, 2024
6231368
Update flatbuffers compiler and regenerate files
hhvrc Apr 15, 2024
b424c8b
Fix some visual and logical state management for LCG WS
hhvrc Apr 16, 2024
2cc8672
Remove unnecessary constexpr
hhvrc Apr 16, 2024
a7cc803
Add option to override Live Control Gateway (#225)
hhvrc Apr 17, 2024
b08148f
Utilize StringView more (#227)
hhvrc Apr 19, 2024
cc5855b
Update CHANGELOG.md
hhvrc Apr 19, 2024
3f36eab
Update CHANGELOG.md
hhvrc Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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