chore(main): release app 1.7.2 (#64)

Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
This commit is contained in:
leafdbot[bot] 2025-10-10 15:08:23 -06:00 committed by GitHub
parent 1705082522
commit d0c183e71c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"app": "0.0.0",
".": "1.7.1"
".": "1.7.2"
}

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "1.7.1",
"version": "1.7.2",
"type": "module",
"packageManager": "pnpm@10.18.0",
"scripts": {

View file

@ -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",