Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Sep 17, 2021
1 parent 7287d9d commit 6f80abb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.0 (2021-09-17)

Features and enhancements:

- Add ability to tag sessions.
- Make it possible to disable sound when resuming a session.

## 1.1.0 (2021-08-19)

Fixes and enhancements:
Expand Down
2 changes: 1 addition & 1 deletion src/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func GetApp() *cli.App {
},
Usage: "Focus is a cross-platform productivity timer for the command-line. It is based on the Pomodoro Technique,\n\t\ta time management method developed by Francesco Cirillo in the late 1980s.",
UsageText: "[COMMAND] [OPTIONS]",
Version: "v1.1.0",
Version: "v1.2.0",
EnableBashCompletion: true,
Commands: []*cli.Command{
{
Expand Down

0 comments on commit 6f80abb

Please sign in to comment.