From 7de0c9f948202ccdd6f046e16d4235b44fe303fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:02:59 +0000 Subject: [PATCH] chore(main): release 7.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df0299e96..e9ab50977 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.7.1" + ".": "7.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf3f188d..7131873d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [7.8.0](https://github.com/gitify-app/gitify/compare/v7.7.1...v7.8.0) (2026-09-06) + + +### ๐Ÿš€ Features + +* **metrics:** use new Issue Relates To Icon for linked issues pill ([#3277](https://github.com/gitify-app/gitify/issues/3277)) ([ed2dc66](https://github.com/gitify-app/gitify/commit/ed2dc665ecf4ed5c6c745f3bf2d8dd5282dbcbee)) +* use menubar-managed popup behavior ([#3280](https://github.com/gitify-app/gitify/issues/3280)) ([168c541](https://github.com/gitify-app/gitify/commit/168c54194b7d4bedbd072953885944ec25da842e)) + + +### ๐Ÿงผ Code Refactoring + +* **api:** orderby reviews no longer supported ([#3278](https://github.com/gitify-app/gitify/issues/3278)) ([f8ca915](https://github.com/gitify-app/gitify/commit/f8ca9151c0ed540434e0bcdfcead57b6de5c736c)) +* **forges:** bind account-scoped adapter operations via getAccountAdapter ([#3266](https://github.com/gitify-app/gitify/issues/3266)) ([525386e](https://github.com/gitify-app/gitify/commit/525386e43339a4c82263979f987742ea0cf534ed)) + + +### ๐Ÿ“ฆ Dependency Updates (Core) + +* **deps-core:** update electron to v44.1.1 ([#3270](https://github.com/gitify-app/gitify/issues/3270)) ([23afa70](https://github.com/gitify-app/gitify/commit/23afa704e595f4f409aa9148141dfb1163dbd834)) + ## [7.7.1](https://github.com/gitify-app/gitify/compare/v7.7.0...v7.7.1) (2026-09-04) diff --git a/package.json b/package.json index 1057f8d52..29d866023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "7.7.1", + "version": "7.8.0", "private": true, "description": "Git notifications on your menu bar.", "keywords": [ diff --git a/sonar-project.properties b/sonar-project.properties index d21bf4b51..1ae03a040 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.7.1 +sonar.projectVersion=7.8.0 # x-release-please-end-version sonar.projectDescription=GitHub notifications on your menu bar.