Release prep

This commit is contained in:
Luke D. Jones
2021-04-25 14:52:26 +12:00
parent aa71592a31
commit f52a4d464a
7 changed files with 12 additions and 10 deletions

View File

@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
# [3.5.0] - 2021-04-25
### Changed
+ Keyboard:
- Split out all aura functionality that isn't dependent on the daemon in to a
new crate `rog-aura`
new crate `rog-aura` (incomplete)
- Keyboard LED control now includes:
+ Enable/disable LED's while laptop is awake
+ Enable/disable LED animation while laptop is suspended and AC plugged in

8
Cargo.lock generated
View File

@@ -42,7 +42,7 @@ dependencies = [
[[package]]
name = "asusctl"
version = "3.4.0"
version = "3.5.0"
dependencies = [
"daemon",
"gif",
@@ -206,7 +206,7 @@ dependencies = [
[[package]]
name = "daemon"
version = "3.4.1"
version = "3.5.0"
dependencies = [
"env_logger",
"intel-pstate",
@@ -230,7 +230,7 @@ dependencies = [
[[package]]
name = "daemon-user"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"dirs 3.0.1",
"rog_anime",
@@ -914,7 +914,7 @@ dependencies = [
[[package]]
name = "rog_aura"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"serde",
"serde_derive",

View File

@@ -1,6 +1,6 @@
[package]
name = "asusctl"
version = "3.4.0"
version = "3.5.0"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"

View File

@@ -1,6 +1,6 @@
[package]
name = "daemon-user"
version = "1.0.0"
version = "1.1.0"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"
description = "Usermode daemon for user settings, anime, per-key lighting"

View File

@@ -1,6 +1,6 @@
[package]
name = "daemon"
version = "3.4.1"
version = "3.5.0"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "rog_aura"
version = "1.0.0"
version = "1.0.1"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]

View File

@@ -35,7 +35,7 @@ trait Daemon {
/// NextProfile method
fn next_profile(&self) -> zbus::Result<()>;
/// Profile method
/// Profile, get the active profile
fn profile(&self) -> zbus::Result<String>;
/// Profiles method