Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Releases: vkostyanetsky/Fastimer

1.3.1 - 2023-08-22

22 Aug 19:25
Compare
Choose a tag to compare

Added

  • Good old CLI interface (instead of menu).
  • Coloring some messages to make them easy to spot.

Changed

  • Menu has been removed.
  • Support for the modern package versions.

1.2.3 - 2023-02-12

12 Feb 09:07
Compare
Choose a tag to compare

Added

  • New hotkeys were added for the fast browser.

Fixed

  • Some bugs were fixed.

1.2.2 - 2022-08-21

21 Aug 07:51
Compare
Choose a tag to compare

Fixed

  • Fixed a library version in a description of the package.

1.2.0 - 2022-08-17

17 Aug 15:12
Compare
Choose a tag to compare

Added

  • The main menu items were renamed.
  • Added an option to cancel an active fast.
  • Information about an active fast now displays in the main menu.
  • Implemented an interface allows a user to have a look at previous fasts.
  • Added more precise description for each achievement & a page with the full list of possible awards.

Fixed

  • The Statistics command received a new logic to calculate fasting streaks (I hope this one will last us for a good while).
  • The Statistics command now considers a fast as completed only if it did not end earlier than planned.

1.1.1 - 2022-07-28

28 Jul 01:12
Compare
Choose a tag to compare

Fixed

  • The Display Active Fast command now properly shows Extra time parameter for a completed fast, instead of Remaining: None.
  • The Display Fasting Statistics command now properly calculates fasting streaks.

1.1.0 - 2022-07-26

26 Jul 15:00
Compare
Choose a tag to compare

Added

  • A new Display Fasting Statistics menu option. Shows the number of fasts, total fasting hours, achievements, and other accumulated information.
  • A progress bar to show how much of fast is done (see the Display Active Fast command).
  • Fasting zones calculation (see the Display Active Fast command).

Fixed

  • If a fast goal is less than a current moment, the Display Active Fast command will show excess time instead of negative remaining time (as before).
  • Microseconds were removed from dates in the fasts.yaml file.