Rolv Apneseth:
- BREAKING CHANGE: Allow disk_space function to accept a path argument (#156)
Rolv Apneseth:
- BREAKING CHANGE: Change disk_space return value to u64 (#153)
- Default to GPU device name if subdevice name is not found
- Detect VGA compatible controllers
- Correctly filter battery devices when retrieving their status
Adrian Groh:
- Use the correct kernel parameters when initializing FreeBSD
KernelReadout
(#148) - Implement uptime readout for FreeBSD systems (#138)
- Use
MemAvailable
to calculate used memory (#134) - Prioritize detecting window managers with xprop (#133)
Rolv Apneseth: Implement GPU readout for Linux systems (#140)
Matthias Baer: Use a singleton for COMLibrary
(#143)
Xarblu: Change Flatpak package-counting method (#125)
Kian-Meng Ang: Fix a typo in the documentation
- Ignore clippy unnecessary_cast warnings in shared module
- Add missing bang in clippy allow macros
- Ignore clippy unnecessary_cast warnings
@TheCactusVert:
- Fix cargo package count (#128)
@123marvin123 and @Markos-Th09:
- Fix brew package count (#127)
@xarblu:
- Fix portage package count (#124)
@123marvin123:
- Fix a bug that returns a nil framerate on certain macOS systems
@123marvin123:
- Implement backlight readout for macOS
- Update dependencies where needed, bringing us up to speed with the latest and greatest stuff from the libraries we use.
@DemonInTheCloset:
- Fix armv7 compilation issues