From fe6de62c2dfeff0896bf00e3b8a113a1a68397d3 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:48:02 -0600 Subject: [PATCH] chore(main): release app 1.7.0 (#62) Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71e6b79..2a86eb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "app": "0.0.0", - ".": "1.6.2" + ".": "1.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42390e7..ad2ff37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.7.0](https://github.com/hackclub/hackatime-desktop/compare/app-v1.6.2...app-v1.7.0) (2025-10-10) + + +### ✨ Features + +* add autostart functionality ([dab9a80](https://github.com/hackclub/hackatime-desktop/commit/dab9a807a52d5cbcdf04022e7d440d59f612a75c)) + + +### 🐛 Bugfixes + +* adjust project page to api response ([48146f0](https://github.com/hackclub/hackatime-desktop/commit/48146f009150d13421f82642a7cc7a32ece36810)) +* app now hides on closing ([a266acc](https://github.com/hackclub/hackatime-desktop/commit/a266acc5d44f8b6e8319d0f49889c2ee0e13d6e6)) + + +### 👽 Miscellaneous + +* update readme with download buttons ([db73247](https://github.com/hackclub/hackatime-desktop/commit/db732471b7f037f4b19ea20b9fdabbc3f5ce51b3)) + ## [1.6.2](https://github.com/hackclub/hackatime-desktop/compare/app-v1.6.1...app-v1.6.2) (2025-10-09) diff --git a/package.json b/package.json index 7c5dff4..6edaccd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "1.6.2", + "version": "1.7.0", "type": "module", "packageManager": "pnpm@10.18.0", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c0f2352..0f6b825 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.6.2", + "version": "1.7.0", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev",