v0.1.6
What's New
Fix the equation of time that was computed as (q / 15.0) - (RA / 15.0) without handling the 0°/360° wrap-around by Normalize the q - RA difference to [-180°, +180°] before converting to hours, so the wrap-around at the 0°/360° boundary is handled correctly.
Installation
Arch Linux (AUR)
yay -S muslimtifyDebian/Ubuntu (PPA)
sudo add-apt-repository ppa:rizukirr/muslimtify
sudo apt update && sudo apt install muslimtifyFedora (Copr)
sudo dnf copr enable rizukirr/muslimtify
sudo dnf install muslimtifyBuild from Source
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
sudo cmake --install buildFull Changelog: https://github.com/rizukirr/muslimtify/blob/main/CHANGELOG.md