Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/gitify-app/gnome/compare/v0.1.0...v0.2.0) (2026-09-21)


### 馃殌 Features

* guide users through Gitify setup from extension preferences ([8274bde](https://github.com/gitify-app/gnome/commit/8274bde23f6ef94efe302e53b554f5575239e523))


### 馃摎 Documentation

* link the GNOME extension submission ([6318d37](https://github.com/gitify-app/gnome/commit/6318d37317ad771dbf6626fd7e60433623a2edd9))

## 0.1.0 (2026-09-16)


Expand Down
6 changes: 4 additions & 2 deletions gitify@gitify.io/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"uuid": "gitify@gitify.io",
"name": "Gitify",
"description": "Anchors the Gitify window below its tray icon on GNOME Wayland. Requires Gitify and the AppIndicator and KStatusNotifierItem Support extension for tray anchoring. Falls back to the top-right corner when the tray icon is unavailable.",
"shell-version": ["50"],
"shell-version": [
"50"
],
"url": "https://github.com/gitify-app/gnome",
"version-name": "0.1.0"
"version-name": "0.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitify-app/gnome",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "GNOME Shell extension that anchors the Gitify window to its tray icon",
"homepage": "https://gitify.io/",
Expand Down