Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.18 KB

Changelog

v0.1.11

bump dependencies

v0.1.10

  • Fix check to see if amdgpu_bl is used (#18)

v0.1.9

  • Replaced blocking code with async version

v0.1.8

bump dependencies

v0.1.7

remove some dependencies

v0.1.6

bump dependencies

v0.1.5

bump dependencies

v0.1.4

lib: replace find_file() with a small specialized function. See #11 license: Add symlink to LICENSE file in lib and bin dirs. See #12

v0.1.3

config: Do not look for files relative to the CWD. See greshake/i3status-rust#1870. deps: Do not depend on env_logger. See #7 deps: Bump enumflags2 from 0.7.5 to 0.7.7. See #8 deps: Update dirs, smart-default, and zbus. See #10 debug: Update debug names to make sure they mention calibright

v0.1.2

docs: Add documentation for public functions/fields. Use ##[cfg_attr(docsrs, doc(cfg(feature = "watch")))] to mark what's behind a feature flag.

v0.1.1

Initial release