From d0c183e71cd3eb5aec7c175d57f830b74cea0c25 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:08:23 -0600 Subject: [PATCH] chore(main): release app 1.7.2 (#64) Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17a02e..6b6f595 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "app": "0.0.0", - ".": "1.7.1" + ".": "1.7.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9585a09..881eb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.2](https://github.com/hackclub/hackatime-desktop/compare/app-v1.7.1...app-v1.7.2) (2025-10-10) + + +### 🐛 Bugfixes + +* add manual oauth link copy for linux ([3ec4f33](https://github.com/hackclub/hackatime-desktop/commit/3ec4f3386a3e2bbf5a2c4bddc80bf28d789b9705)) +* fix update popup not showing ([1705082](https://github.com/hackclub/hackatime-desktop/commit/17050825223327da6e603cfe21500cf78c74e215)) + ## [1.7.1](https://github.com/hackclub/hackatime-desktop/compare/app-v1.7.0...app-v1.7.1) (2025-10-10) diff --git a/package.json b/package.json index 6affb87..4c89d7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "1.7.1", + "version": "1.7.2", "type": "module", "packageManager": "pnpm@10.18.0", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e7614ef..54d9cc6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Hackatime Desktop", - "version": "1.7.1", + "version": "1.7.2", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev",