diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e9d6c7e2..eb0c51f1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.1" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 12930a3f9..925b7a6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [7.2.0](https://github.com/gitify-app/gitify/compare/v7.1.1...v7.2.0) (2026-07-29) + + +### ๐Ÿš€ Features + +* **macos:** launch as an agent app so no dock tile is ever created ([#3117](https://github.com/gitify-app/gitify/issues/3117)) ([b60df93](https://github.com/gitify-app/gitify/commit/b60df9345772d94d1e34acf730dae42a7c4851ae)) + + +### ๐Ÿ› Bug Fixes + +* **notifications:** drop subject type suffix from native notification body ([#3113](https://github.com/gitify-app/gitify/issues/3113)) ([585a2a9](https://github.com/gitify-app/gitify/commit/585a2a9e4781f12d2559726bb2020ca841922ae8)) + + +### โšก๏ธ Performance + +* **notifications:** refresh enriched details when window regains focus ([#3118](https://github.com/gitify-app/gitify/issues/3118)) ([ffc699c](https://github.com/gitify-app/gitify/commit/ffc699cc1ac8fffaa3e03182e6ce65ef008b7f1a)) +* **notifications:** respect server-recommended poll interval ([#3116](https://github.com/gitify-app/gitify/issues/3116)) ([ea302a5](https://github.com/gitify-app/gitify/commit/ea302a5aa70d38b92317cb3005670ea27f26a976)) +* **notifications:** skip re-enrichment of unchanged notifications ([#3102](https://github.com/gitify-app/gitify/issues/3102)) ([2ff02e1](https://github.com/gitify-app/gitify/commit/2ff02e148bc43960860271d4c4b9b54d767e7d01)) + + +### ๐Ÿงผ Code Refactoring + +* vite config ([#3110](https://github.com/gitify-app/gitify/issues/3110)) ([d09ef0a](https://github.com/gitify-app/gitify/commit/d09ef0a05ac2260ee95f8f3d08e524dcb43a7723)) + + +### ๐Ÿค– Continuous Integration + +* add `core-deps` scope to surface within release-please generated changelog/release notes ([#3114](https://github.com/gitify-app/gitify/issues/3114)) ([672ce07](https://github.com/gitify-app/gitify/commit/672ce07a0a79573f7d244aaa4bfca8b50455d5d1)) +* add release labeling ([#3112](https://github.com/gitify-app/gitify/issues/3112)) ([32aaf29](https://github.com/gitify-app/gitify/commit/32aaf29d1a89b3b7e684a5b12f84253f09a2ca0e)) +* credit contributors in published release notes ([#3109](https://github.com/gitify-app/gitify/issues/3109)) ([968715f](https://github.com/gitify-app/gitify/commit/968715f7f6e35768c036cf97c14a3dd5682cc981)) +* defer release-please PR creation while a draft release is pending ([#3108](https://github.com/gitify-app/gitify/issues/3108)) ([25d7f9b](https://github.com/gitify-app/gitify/commit/25d7f9bcb6c2a3aa3b43d11c9c3b3677034f81d7)) + ## [7.1.1](https://github.com/gitify-app/gitify/compare/v7.1.0...v7.1.1) (2026-07-29) diff --git a/package.json b/package.json index b28769772..f292c161f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "7.1.1", + "version": "7.2.0", "private": true, "description": "Git notifications on your menu bar.", "keywords": [ diff --git a/sonar-project.properties b/sonar-project.properties index f874ff1fb..0732cfbd1 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,7 +5,7 @@ sonar.projectKey=gitify-app_gitify sonar.organization=gitify-app # x-release-please-start-version -sonar.projectVersion=7.1.1 +sonar.projectVersion=7.2.0 # x-release-please-end-version sonar.projectDescription=GitHub notifications on your menu bar.