Skip to content
Merged
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 .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.0.0"}
{".":"3.0.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/nexaknight/BetterTrayIcons/compare/v3.0.0...v3.0.1) (2026-07-23)


### Bug Fixes

* **tray:** keep the context menu alive when the panel auto-hides ([62ab18a](https://github.com/nexaknight/BetterTrayIcons/commit/62ab18af2665e79d149743b2a1a04d75a1fba2b3)), closes [#33](https://github.com/nexaknight/BetterTrayIcons/issues/33) [#34](https://github.com/nexaknight/BetterTrayIcons/issues/34)

## [3.0.0](https://github.com/nexaknight/BetterTrayIcons/compare/v2.4.0...v3.0.0) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Better Tray Icons",
"description": "Brings tray icons back to the GNOME panel. Supports the StatusNotifierItem (SNI) and KStatusNotifierItem specs, so apps like Discord, Steam, Telegram, Signal and Nextcloud show up in the panel like they used to.\n\nA configurable number of icons stays inline, the rest are tucked away into an overflow popup behind a toggle button, in row or grid layout.\n\nEvery icon can be renamed, hidden, reordered or swapped out for a custom one on a per-app basis. Left, middle and right click, plus double-click and long-press, are independently bindable. Spacing, padding, radius, hover background and the toggle styling are all up to you.\n\nSettings can be exported, imported and synced across devices through a shared JSON file with automatic backups.\n\nWayland only, X11 sessions are not supported. Conflicts with other tray and AppIndicator extensions, so disable those before enabling this one.",
"uuid": "BetterTrayIcons@nexaknight.com",
"version-name": "3.0.0",
"version-name": "3.0.1",
"shell-version": [
"49",
"50"
Expand Down
Loading