github-actions[bot]
0c971b1121
chore: update plugin catalog [skip ci]
2026-07-25 23:34:44 +00:00
00da2cd291
cat: 1.2.0 — click popup panel with the cat and CPU % ( #103 )
...
Clicking the bar widget now toggles an attached panel showing the same
cat glyph at panel size plus the CPU percentage, replacing the old
notification. The widget publishes its visible state (glyph, cpu,
color, pace) through the plugin's shared state store and the panel
re-renders on each update, keeping the big cat frame-synced with the
bar cat.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-25 19:34:35 -04:00
github-actions[bot]
793249578c
chore: update plugin catalog [skip ci]
2026-07-25 15:07:12 +00:00
Lemmy
88bacfe613
feat(catalog): publish per-plugin release history for older API levels
2026-07-25 11:07:01 -04:00
Lemmy
360462f5d3
feat: validate widget gesture actions in plugin manifests
2026-07-25 09:42:23 -04:00
github-actions[bot]
ef9c40030a
chore: update plugin catalog [skip ci]
2026-07-25 02:39:28 +00:00
Lemmy
8fefd6c97e
refactor(todo): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
a98cb6d5ee
refactor(portctl): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
9f0dd5f4dc
refactor(nextboot-selector): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
51400ced59
refactor(mini-docker): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
36b740371b
refactor(keymap): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
99f7ad3084
refactor(keybind-cheatsheet): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
2f9943777c
refactor(hassio): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
61d6a0d256
refactor(game-launcher): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
9410cdfa93
refactor(file-search): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
947f9d873d
refactor(ds4-color): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
8fdca50859
refactor(drive-health): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
0e60d401a8
refactor(color-picker): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
c8e31929e6
refactor(audio-switcher): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
24cab9daa7
refactor(anilist): use closure callbacks
2026-07-24 22:38:38 -04:00
Lemmy
5579b20b51
chore(i18n): update
2026-07-24 14:16:41 -04:00
github-actions[bot]
c9226bb85f
chore: update plugin catalog [skip ci]
2026-07-24 18:13:26 +00:00
Gustavo Rosa and GitHub
ff289e523f
feat: add adaptive SMART refresh controls ( #96 )
2026-07-24 14:13:17 -04:00
github-actions[bot]
27c6a808da
chore: update plugin catalog [skip ci]
2026-07-24 18:12:35 +00:00
rrzt and GitHub
521429f1d5
feat(lyrics): update to 1.4.3 ( #94 )
...
* feat(lyrics): update to 1.4.3
* fix(lyrics): rely on host scroll setting
2026-07-24 14:12:18 -04:00
github-actions[bot]
20da011c56
chore: update plugin catalog [skip ci]
2026-07-24 18:11:47 +00:00
Apex077 and GitHub
706864b3b2
fix(eyecare): reflect configurable break duration in notification message ( #92 )
...
Fixes #63
2026-07-24 14:11:38 -04:00
github-actions[bot]
85e5dd68f0
chore: update plugin catalog [skip ci]
2026-07-24 18:11:07 +00:00
5e7655dc73
Update nightwatch75/todo to 0.0.9 — drag-and-drop reorder (plugin API 5) ( #91 )
...
Manual-mode reordering now uses declarative drag-and-drop (ui.dragSource
/ ui.dropZone, plugin_api 5) instead of the two-click grip; also folds in
the 0.0.8 crash-loop fix (strike() gated on utf8.len) and an onExit
autosave flush. Translation keys nested for the validator.
Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com >
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-24 14:10:58 -04:00
Lemmy
7fa3903113
fix(ci): accept dismiss_on_outside_click, keyboard_focus, persistent and capture_keys panel fields
2026-07-24 14:10:04 -04:00
Lemmy
cb9f9d2c99
fix(ci): date uncommitted plugins by mtime in the catalog generator
2026-07-24 14:09:56 -04:00
github-actions[bot]
f328c29e9c
chore: update plugin catalog [skip ci]
2026-07-24 12:26:40 +00:00
emrtnn and GitHub
7a3a922e73
Add pass launcher plugin ( #89 )
2026-07-24 08:26:28 -04:00
Lemmy
efe8a1a2c9
chore(i18n): push/pull for reordering lid-guard
2026-07-23 23:59:02 -04:00
github-actions[bot]
f7bf278419
chore: update plugin catalog [skip ci]
2026-07-24 03:46:14 +00:00
pedro and GitHub
98e7cc1ea1
feat(lid-guard): add lid-close suspension inhibitor ( #30 )
...
* feat(lid-guard): add lid-close suspension inhibitor
* docs(lid-guard): replace plugin thumbnail
2026-07-23 23:46:04 -04:00
Lemmy
79583e36de
chore(i18n): update
2026-07-23 20:12:12 -04:00
github-actions[bot]
504c692617
chore: update plugin catalog [skip ci]
2026-07-23 23:59:22 +00:00
fa5817684b
feat(workflow): add last_modified and date_added fields in catalog.toml ( #80 )
...
* Add last_modified and date_added fields in catalog.toml
* remove changes to catalog.toml, better field naming
---------
Co-authored-by: Lemmy <studio@quadbyte.net >
2026-07-23 19:59:14 -04:00
github-actions[bot]
cf4074872e
chore: update plugin catalog [skip ci]
2026-07-23 23:18:20 +00:00
Ilya and GitHub
4c553d5676
feat: add Wayland Screen Mirror plugin ( #86 )
...
* feat: add wl-screen-mirror plugin
* fix: naming
* rename thumbnail
* fix(error): treat user termination as a clean stop
2026-07-23 19:18:08 -04:00
github-actions[bot]
46ecd621f6
chore: update plugin catalog [skip ci]
2026-07-23 22:57:49 +00:00
blacku and GitHub
d4467e907c
Add Audio Switcher plugin ( #82 )
...
* feat: add Audio Switcher plugin
* fix: hide null audio descriptions
* docs: add focused panel screenshot
* docs: focus thumbnail on plugin panel
2026-07-23 18:57:39 -04:00
github-actions[bot]
2d9c72ae29
chore: update plugin catalog [skip ci]
2026-07-23 21:55:16 +00:00
Cleboost and GitHub
0162521282
feat: add AniList plugin ( #70 )
...
* feat: add AniList plugin
Browse and update anime/manga lists from the bar widget and library panel with OAuth login.
* feat(anilist): add French translations
* docs(anilist): align README with template and current features
* chore(anilist): bump version to 1.0.0
* chore(anilist): update plugin thumbnail
* docs(anilist): document network, cache, and filesystem behavior
* fix(anilist): comply with AniList ToS naming guidelines
Rename the plugin to AniList (UNOFFICIAL), update the thumbnail, and keep service-facing copy referring to AniList itself.
2026-07-23 17:55:08 -04:00
github-actions[bot]
1916c1a643
chore: update plugin catalog [skip ci]
2026-07-23 21:54:29 +00:00
Jarred Robinson and GitHub
8ee41fcfd6
claude companion: add English translations for user facing strings ( #84 )
2026-07-23 17:54:19 -04:00
Lemmy
0a144f68fc
chore(i18n): update
2026-07-22 23:07:55 -04:00
github-actions[bot]
214c9ec88a
chore: update plugin catalog [skip ci]
2026-07-22 14:00:34 +00:00
144e7209ca
Add pomodoro plugin (port from legacy v4 plugin) ( #69 )
...
* add pomodoro plugin
* add thumbnail.webp
* fix translations
* fix translation key
* add required sections to README, add deps field to manifest
* small fixes
* fix config keys
* review fixes
* fix(readme) typos
---------
Co-authored-by: Kirill Sergeev <sergeev@ap-team.ru >
Co-authored-by: Lemmy <studio@quadbyte.net >
2026-07-22 10:00:10 -04:00