Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Nov 23, 2023
1 parent c8ee01f commit f54e92c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.4.1 (2023-11-23)

Internal:

- Add logging with slog.

Bug fixes:

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

## 1.4.0 (2023-10-14)

Features and enhancements:
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
logFilePath string
)

const Version = "v1.4.0"
const Version = "v1.4.1"

func Dir() string {
return configDir
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayoisaiah/focus",
"version": "1.4.0",
"version": "1.4.1",
"description": "Focus is a command-line productivity timer based on the Pomodoro Technique",
"main": "",
"repository": "https://github.com/ayoisaiah/focus",
Expand Down

0 comments on commit f54e92c

Please sign in to comment.