Skip to content

Releases: ayoisaiah/focus

Development build (master)

12 Jun 00:16
Compare
Choose a tag to compare
Pre-release

This build is directly sourced from the master branch in active development. As such, it may include experimental features and potential bugs.

v1.4.3

19 Jan 19:03
Compare
Choose a tag to compare

Changelog

Bug fixes:

  • Fix panics caused by session deletions #34

v1.4.2

25 Nov 18:09
Compare
Choose a tag to compare

Changelog

Bug fixes:

  • Fix risk of data loss due to db migrations (#24)

v1.4.1

23 Nov 07:04
f54e92c
Compare
Choose a tag to compare

Changelog

  • Fix countdown timer rendering in macOS default terminal (#21).
  • Fix description of --since flag.
  • Fix bug where the recorded session end time exceeds the actual elapsed time
    due to real and monotonic time differences. This made resuming an interrupted
    session behave weirdly (#22).

v1.4.0

14 Oct 13:55
711219f
Compare
Choose a tag to compare

Changelog

  • Add new strict mode to prevent session resumption.
  • Use zip format for Windows release archives.
  • Add status reporting feature (focus status).
  • Statistics are now displayed using a web server (focus stats)
  • Running timers are persisted to the data store every minute.
  • Improve notification sounds for work and break sessions (--work-sound and --break-sound).
  • Add ability to start timers in the past (focus --since).
  • Specifying session duration is more flexible.
  • Timers can be reset on resumption (focus resume --reset).
  • Ambient sound can be changed on session resumption (focus resume --sound).
  • Improve session resumption table presentation.

v1.3.0

22 Feb 09:20
d48f264
Compare
Choose a tag to compare

Changelog

  • Notify user when exiting focus on reaching max sessions.
  • Add edit-config command for editing the config file.
  • Add session_cmd config option and --session-cmd/-cmd CLI options for
    executing arbitrary commands after each session.
  • Add ability to track and resume different timers.
  • Display session tag in output.
  • You can now launch a new instance of focus without quitting an existing
    instance as long as the countdown isn't actively running.
  • Change focus stats --list to focus list.
  • Change focus stats --delete to focus delete.
  • Change focus stats --tag to focus edit-tag.
  • Add ability to choose light or dark theme in config file.
  • Support several additional time formats for stats filtering.

v1.2.0

17 Sep 13:29
6f80abb
Compare
Choose a tag to compare
  • Add ability to tag sessions.
  • Make it possible to disable sound when resuming a session.

v1.1.0

19 Aug 12:00
06f426a
Compare
Choose a tag to compare
  • Fix issue where timer would start on Windows despite using Ctrl-C.
  • focus resume now supports the --sound, --sound-on-break, and --disable-notification flags.
  • Make statistics output more compact.
  • Fix timer not skipping to next work session after interrupting a break session.

v1.0.1

09 Aug 18:23
913647b
Compare
Choose a tag to compare
  • Session deletion is more reliable now.
  • Notify user if interrupted session is not found instead of starting a new session straightaway.

v1.0.0

08 Aug 18:35
b0d5e6b
Compare
Choose a tag to compare

Initial release