mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Release 3.4.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -5,14 +5,16 @@ 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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
# [3.4.0] - 2021-04-11
|
||||||
### Changed
|
### Changed
|
||||||
- Display PNG images on AniMe with scale, position, angle, and brightness
|
|
||||||
- AniMe display parts split out to individual crate in preparation for publishing
|
|
||||||
on crates.io
|
|
||||||
- Revert zbus to 1.9.1
|
- Revert zbus to 1.9.1
|
||||||
- Use enum to show power states, and catch missing pci path for nvidia.
|
- Use enum to show power states, and catch missing pci path for nvidia.
|
||||||
- Partial user-daemon for anime/per-key done, asusd-user. Includes asusd-user systemd unit.
|
- Partial user-daemon for anime/per-key done, `asusd-user`. Includes asusd-user systemd unit.
|
||||||
- user-daemon provides dbus emthods to insert anime actions, remove from index, set leds on/off
|
- user-daemon provides dbus emthods to insert anime actions, remove from index, set leds on/off
|
||||||
|
+ COnfig file is stored in `~/.config/rog/rog-user.cfg`
|
||||||
|
- AniMe display parts split out to individual crate in preparation for publishing
|
||||||
|
on crates.io
|
||||||
|
|
||||||
# [3.3.0] - 2021-04-3
|
# [3.3.0] - 2021-04-3
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -42,7 +42,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asusctl"
|
name = "asusctl"
|
||||||
version = "3.3.1"
|
version = "3.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"daemon",
|
"daemon",
|
||||||
"gif",
|
"gif",
|
||||||
@@ -205,7 +205,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "daemon"
|
name = "daemon"
|
||||||
version = "3.3.1"
|
version = "3.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"intel-pstate",
|
"intel-pstate",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "asusctl"
|
name = "asusctl"
|
||||||
version = "3.3.1"
|
version = "3.4.0"
|
||||||
authors = ["Luke D Jones <luke@ljones.dev>"]
|
authors = ["Luke D Jones <luke@ljones.dev>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "daemon"
|
name = "daemon"
|
||||||
version = "3.3.1"
|
version = "3.4.0"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Luke <luke@ljones.dev>"]
|
authors = ["Luke <luke@ljones.dev>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user