- Fix overflow affecting linux::count_homebrew() implementation
coolGi2007:
- Add support for the Nix package manager
- Bump
sqlite
dependency to version0.36.0
- Don't panic if the
pci.ids
database could not be found
Rex Ng:
- Recognize latest version of macOS
- Fix
Readouts
structnetwork
field type
Matthias Baer:
- Improve CI workflow (#169)
Adrian Groh:
- Faster package count on Alpine Linux (#170)
- Update
vergen
dependency and correct its invocation.
- Fix some build errors
Adrian Groh:
- Fix build errors affecting i686 (#162)
Rex Ng:
- Recognize macOS Sonoma (#163)
Absolpega:
-
Add general detection for Wayland (#164)
-
Change the return value of BatteryReadout::health from
u64
tou8
-
Upgrade dependencies to their latest versions
Silas Groh:
- Add support for
ndb
databases
Adrian Groh:
- Replace
mach
dependency withmach2
- Replace
python
command withsh
inextra::which
unit tests - Add armv7 to the list of build targets in the CI pipeline
- Fix compilation issues for armv7 build target
- 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