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.0.0"
".": "0.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0 (2026-09-08)


### 馃殌 Features

* add Gitify GNOME Shell extension and repository tooling ([7717dfd](https://github.com/gitify-app/gnome/commit/7717dfddd94d7b02db9020004bfd107aa59bf873))


### 馃 Continuous Integration

* start releases at 0.1.0 ([518df85](https://github.com/gitify-app/gnome/commit/518df8546a21365be038c507e37a5ec7acea3b25))
11 changes: 9 additions & 2 deletions gitify@gitify.io/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"uuid": "gitify@gitify.io",
"name": "Gitify",
"description": "Anchors the Gitify window to its tray icon. Wayland leaves window placement to the compositor, so without this the Gitify popup opens wherever GNOME decides to put it.",
"shell-version": ["45", "46", "47", "48", "49", "50"],
"shell-version": [
"45",
"46",
"47",
"48",
"49",
"50"
],
"url": "https://github.com/gitify-app/gnome",
"version-name": "0.0.0",
"version-name": "0.1.0",
"version": 1
}
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.0.0",
"version": "0.1.0",
"private": true,
"description": "GNOME Shell extension that anchors the Gitify window to its tray icon",
"homepage": "https://gitify.io/",
Expand Down