Skip to content

v0.1.6

Choose a tag to compare

@rizukirr rizukirr released this 20 Mar 18:35

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 muslimtify

Debian/Ubuntu (PPA)

sudo add-apt-repository ppa:rizukirr/muslimtify
sudo apt update && sudo apt install muslimtify

Fedora (Copr)

sudo dnf copr enable rizukirr/muslimtify
sudo dnf install muslimtify

Build from Source

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
sudo cmake --install build

Full Changelog: https://github.com/rizukirr/muslimtify/blob/main/CHANGELOG.md