Skip to content

Latest commit

 

History

History
188 lines (98 loc) · 6.46 KB

CHANGELOG.md

File metadata and controls

188 lines (98 loc) · 6.46 KB

Changelog

All notable changes to this project will be documented in this file.

[1.9.0] - 2024-08-07

Features

[1.8.0] - 2024-06-18

Features

  • 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.

Bug fixes

  • Capitalize the time format (33458bb)

[1.7.0] - 2023-09-03

Features

[1.6.0] - 2023-09-01

Features

[1.5.1] - 2023-08-30

Bug fixes

  • Wrong app name in release step (3a4f2fe)

[1.5.0] - 2023-08-30

Features

  • Use clearer terms to indicate the remaining time (9ba35c5)

[1.4.0] - 2023-08-30

Bug fixes

[1.3.0] - 2023-06-22

Bug fixes

  • Upgrade to islam v2.0.0 (eb780eb)

[1.2.0] - 2023-01-22

Bug fixes

  • Some API changes in islam v1.0 (735b442)

[1.1.0] - 2023-01-03

Features

  • Print config snippets of error location (734fab4)

[1.0.0] - 2022-12-28

Performance

  • Migrate to owo-color (6777ba9)

    It has fewer dependencies

[0.2.1] - 2022-12-22

Features

  • Improve error message (d9f0296)

    Improve error message for Invalid Config, and Config not found.

Bug fixes

[0.2.0] - 2022-12-19

Bug fixes

  • Upgrade islam dependency (d51db32)

[0.1.8] - 2021-04-22

Bug fixes

  • 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 plain string format.

  • Wrong remaining time (8831a8b)

    The hour doesn't shown even if it's not equal to 0.

[0.1.7] - 2021-04-20

Bug fixes

  • 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

[0.1.3] - 2020-09-27

Features

  • Add icon to make it easier to differentiate (2c0f620)

[0.1.2] - 2020-09-27

Features

  • Support madhab and method in configuration (65ea4f9)

  • Support windows-pc config location (69e37d7)

    Initial support for windows-pc

  • Make config handling more robust (03bf047)

[0.1.1] - 2020-09-25

Features

  • Support json output (417c24f)

    To integrate with i3status-rs

  • Print salah in red if remaining time is low (2cce260)

  • Use color in help (d20c8cb)

Bug fixes

  • 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)

[0.1.0] - 2020-09-25

Features

  • Show help if no argument supplied (9b545c8)
  • Support displaying next salah (87935ab)
  • Support displaying current salah (4f7f87b)

Bug fixes

  • Use shorter output (c07db76)

    Because mostly it will be used with other tools. Such as i3status-rs.

  • Display remaining time instead of exact time of current salah (5a34e1b)