-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daab511
commit d00b81d
Showing
5 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
### 2023-09-24 | ||
### 2023-11-17 | ||
|
||
### Chores | ||
+ dependencies updated, [315c775a98a21272a0f9fd7b1ab189afa6a6eb45], [235e2eb436ad2e7114c8914cdfd33800c5fb51c4] | ||
|
||
### Docs | ||
+ README build for gnu, [7e0f1694f56a62b63931aa5762b7ef1dffe4894f] | ||
+ dependencies updated, [a75ba8ab158009658f26394ce7361fcbfab892bb], [c978e98ef37d7f598d12cdb819569a44ceda5b9e] | ||
+ Rust 1.74.0 linting, [9da794356bd6dd080619fb6661a99acc6643378d] | ||
+ linting moved from main.rs to Cargot.toml, [c30163273ca8f69455690f46eb3be1b49a4aee2f] | ||
+ .gitattributes updated, [c33cfb31201f3b261602b8e5342d066cd1cc31c7] | ||
+ .devcontainer updated, [458385e81c9983d5d4de35da2716b2cd401df66a], [9e31ac43c6e18ac9e2ee5ca4c50cd3ce1c9ba6f8] | ||
+ GitHub workflow use matrix build, [c560e09c0efed3374c9c1ea243c6dd1b5fd27842], [d5337113eee43667ce8099364f171cf843bb7883] | ||
+ Rust 1.73.0 linting, [1aa2a554c4c2ddb9b8f210fef0fae9cdbb712a77] | ||
|
||
### Fixes | ||
+ remove camera deadlock, [5f1a06c44f5607fde3b9c4e571f1f38f93c2eb17] | ||
|
||
### Refactors | ||
+ improved systemd procedure, [6efa8213b5a469d99eaa1713b8b0650774f2c7b1] | ||
+ systemd install error handling improvement, [1009893af32c69072afda20f545819d9692c439e] | ||
|
||
+ systemd chown fix, [0b346ab5b89668d40e2bc8375cc789a1229231d3] | ||
|
||
|
||
see <a href='https://github.com/mrjackwills/leafcast_pi/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leafcast" | ||
version = "0.2.7" | ||
version = "0.2.8" | ||
edition = "2021" | ||
authors = ["Jack Wills <[email protected]>"] | ||
description = "leafcast pi client" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters