Skip to content

Commit cbd2456

Browse files
committed
feat: release v1.7.0 with improved stats UI and reliable date picker
1 parent f854678 commit cbd2456

7 files changed

Lines changed: 92 additions & 148 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Unreleased
1+
## 1.7.0 (2025-09-09)
22

33
### Changed
44
- Fix "Top tag" label to correctly show "Top task" in statistics page
55
- Replace Inter font with Archivo for better text rendering and fix font loading issues
66
- Use Instrument Serif font for numbers and Archivo for text/charts for improved typography
77
- Improve statistics page styling with cleaner design, removed box shadows, and better hover effects
88
- Update color scheme for better contrast and readability in both light and dark modes
9+
- Reduce pie chart sizes and improve layout consistency in statistics page
10+
- Fix legend display and alignment issues for pie charts
11+
- Add documentation for web UI build process in README
912

1013
### Added
1114
- Improved statistics

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://goreportcard.com/report/github.com/ronilaukkarinen/focus"><img src="https://goreportcard.com/badge/github.com/ronilaukkarinen/focus" alt="GoReportCard"></a>
99
<a href="https://github.com/ronilaukkarinen/focus"><img src="https://img.shields.io/badge/go-1.24-blue.svg" alt="Go version"></a>
1010
<a href="https://github.com/ronilaukkarinen/focus/blob/master/LICENCE"><img src="https://img.shields.io/github/license/ronilaukkarinen/focus.svg" alt="LICENCE"></a>
11-
<a href="https://github.com/ronilaukkarinen/focus/releases/"><img src="https://img.shields.io/badge/version-1.6.0-blue.svg" alt="Latest release"></a>
11+
<a href="https://github.com/ronilaukkarinen/focus/releases/"><img src="https://img.shields.io/badge/version-1.7.0-blue.svg" alt="Latest release"></a>
1212
</p>
1313

1414
<h1 align="center">Focus on your task - with flow timer!</h1>

package-lock.json

Lines changed: 10 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "@ronilaukkarinen/focus",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Focus is a flexible command-line productivity timer with flow mode for uninterrupted work sessions",
55
"main": "",
66
"repository": "https://github.com/ronilaukkarinen/focus",
77
"author": "Roni Laukkarinen (original by Ayooluwa Isaiah)",
88
"license": "MIT",
99
"dependencies": {
1010
"@ayoisaiah/go-npm": "^0.1.13",
11-
"@easepick/bundle": "^1.2.1",
1211
"apexcharts": "^3.43.0",
1312
"esbuild": "^0.19.4"
1413
},

0 commit comments

Comments
 (0)