All notable changes to this project will be documented in this file.
- Upgrade to islam v4 (67af05b)
-
Support custom config location (46428b4)
Don't use real fixture file in integration tests.
-
Reject invalid time format (eafe9d9)
To avoid confusion.
-
Time format feature (9e151c3)
Add a setting to choose between 24 Hour of 12 Hour format.
- Capitalize the time format (33458bb)
- Upgrade islam to
v3.2
(0183896)
- Upgrade islam to
v3.1
(ca6665d)
- Wrong app name in release step (3a4f2fe)
- Use clearer terms to indicate the remaining time (9ba35c5)
- Upgrade to islam v3 (d45b8c2)
- Upgrade to islam v2.0.0 (eb780eb)
- Some API changes in islam v1.0 (735b442)
- Print config snippets of error location (734fab4)
-
Migrate to
owo-color
(6777ba9)It has fewer dependencies
-
Improve error message (d9f0296)
Improve error message for
Invalid Config
, andConfig not found
.
-
Avoid checking if the config exists (f931099)
This eliminates a race condition between "check to see if file exists" and "open file if it exists".
- Upgrade
islam
dependency (d51db32)
-
Wrong critical state (3194a15)
The app only check for the remaining time. So it will says
critical
even the hour > 0. -
Leading zero in minute not shown (d391811)
Use
strftime
instead of plainstring format
. -
Wrong remaining time (8831a8b)
The hour doesn't shown even if it's
not equal to 0
.
-
Remove
chrono
dependency (f608c49)Now it's included as module in
islam
-
Salah now uses shorter module name (b2d8c0f)
-
State must be present (37d6f21)
-
Use salah as an argument instead of an option (44c107a)
Using salah as an argument is somewhat wrong
- Add icon to make it easier to differentiate (2c0f620)
-
Support
madhab
andmethod
in configuration (65ea4f9) -
Support windows-pc config location (69e37d7)
Initial support for windows-pc
-
Make config handling more robust (03bf047)
-
Support json output (417c24f)
To integrate with i3status-rs
-
Print salah in red if remaining time is low (2cce260)
-
Use color in help (d20c8cb)
-
Don't supply any key if it's normal (922967a)
Info
still gives a color in status bar. -
Don't hard-code clap version (abe2a8f)