github-actions[bot]
110b6d6ae7
chore: update plugin catalog [skip ci]
2026-07-18 23:00:37 +00:00
Apex077 and GitHub
de345821e2
feat: add apex077/eyecare eye-care reminders plugin ( #41 )
2026-07-18 19:00:28 -04:00
github-actions[bot]
151ea4d53b
chore: update plugin catalog [skip ci]
2026-07-18 14:19:28 +00:00
Aviv Bintang Aringga and GitHub
56ccc9e5f4
feat(nextboot-selector): add nextboot-selector plugin ( #36 )
...
* feat(nextboot-selector): add nextboot-selector plugin
* fix(nextboot-selector): change readme
* fix(nextboot-selector): change readme
* fix(nextboot-selector): change en.json structure
* fix(nextboot-selector): check command result before rebooting and notify if error
* fix(nextboot-selector): add reboot and sudo as dependencies
2026-07-18 10:19:19 -04:00
github-actions[bot]
2d9c70aaf4
chore: update plugin catalog [skip ci]
2026-07-18 13:31:46 +00:00
Lysec and GitHub
9e952f6e70
Merge pull request #44 from avivbintangaringga/nix-monitor
...
feat(nix-monitor): update version 1.2.0
2026-07-18 15:31:37 +02:00
github-actions[bot]
810d82fab4
chore: update plugin catalog [skip ci]
2026-07-18 13:29:32 +00:00
Lysec and GitHub
9f3b5df8fc
Merge pull request #45 from h465855hgg/update-lyrics-1.4.0
...
feat(lyrics): update to 1.4.0 with multi-source and double-line lyrics
2026-07-18 15:29:24 +02:00
github-actions[bot]
26da3b1aba
chore: update plugin catalog [skip ci]
2026-07-18 12:52:17 +00:00
Lysec and GitHub
cd1dcb04c0
Merge pull request #43 from Yocraft-2000/web-launcher
...
Web launcher plugin
2026-07-18 14:52:06 +02:00
Yocraft-2000
c786561143
fix: strip embedded credentials
2026-07-18 14:47:23 +02:00
Yocraft-2000
eb8a01f5e1
Change back to 1.0.0
2026-07-18 14:26:58 +02:00
h465855hgg
4278be9b6f
fix(lyrics): advance instrumental break cue
2026-07-18 19:39:30 +08:00
h465855hgg
409064d410
fix(lyrics): tune instrumental break threshold
2026-07-18 19:30:11 +08:00
h465855hgg
368f10abb5
fix(lyrics): improve instrumental break detection
2026-07-18 18:59:48 +08:00
h465855hgg
6bcbf1beda
fix(lyrics): restore adaptive lyrics layout
2026-07-18 18:54:55 +08:00
h465855hgg
2c42b32101
fix(lyrics): secure credential request handling
2026-07-18 18:46:17 +08:00
h465855hgg
fc3d3447d0
feat(lyrics): expand sources and display controls
2026-07-18 18:29:33 +08:00
Yocraft-2000
e9d898f99b
fix: cleaner translation
2026-07-18 12:27:36 +02:00
Yocraft-2000
3007c07c0c
Add notification translation
2026-07-18 12:01:07 +02:00
Yocraft-2000
0d73e6749b
Update plugin version
2026-07-18 10:35:02 +02:00
avivbintangaringga
5fc167ae4e
Merge upstream main and resolve conflicts in nix-monitor
2026-07-18 14:50:51 +07:00
Yocraft-2000
f53c7acca0
Rearrange plugin.toml to match docs
2026-07-18 09:38:03 +02:00
Yocraft-2000
159ddd1301
fix: check http(s) after trim
2026-07-18 09:31:00 +02:00
avivbintangaringga
7093609ce5
fix(nix-monitor): bump version
2026-07-18 14:23:00 +07:00
avivbintangaringga
01fec984d8
fix(nix-monitor): implement pluginDataDir()
2026-07-18 14:16:45 +07:00
avivbintangaringga
cec50766b6
docs(nix-monitor): update thumbnail
2026-07-18 14:13:36 +07:00
avivbintangaringga
bf9f58aa87
docs(nix-monitor): update readme
2026-07-18 14:08:42 +07:00
Yocraft-2000
7c5ed0be6a
fix: http(s) match, shell escape, cleaner code
2026-07-18 09:07:21 +02:00
avivbintangaringga
6b7dfb0a96
fix(nix-monitor): add dependencies
2026-07-18 14:02:34 +07:00
avivbintangaringga
fd1014fc76
feat(nix-monitor): add optimize store
2026-07-18 13:59:54 +07:00
Yocraft-2000
d9eea91d2b
Fix README and plugin.toml
2026-07-18 08:34:38 +02:00
Lemmy
1e23c02e0b
ci(i18n): first pull, only automatic a-z re-ordering
2026-07-18 01:36:29 -04:00
github-actions[bot]
cd74418265
chore: update plugin catalog [skip ci]
2026-07-18 05:27:53 +00:00
Lemmy
3e87f3a086
ci(chore): pull/push scripts
2026-07-18 01:27:43 -04:00
Lemmy
a3287ecc1f
fix(portctl): normalize category translation keys
2026-07-18 01:22:35 -04:00
github-actions[bot]
8c1d5ff2f6
chore: update plugin catalog [skip ci]
2026-07-18 05:06:37 +00:00
Artur and GitHub
8296ca0f7e
feat(hassio): Implemented the Home Assistant plugin for Noctalia v5. ( #31 )
...
* feat(hassio): Implemented the Home Assistant plugin for Noctalia v5.
* Update plugin.toml
* Update plugin.toml
* fix(*): Changed curl HTTP calls to native noctalia HTTP calls.
* fix(*): Fixed headers on HTTP requests.
* fix(service_sse): Fixed HA tokens visible on argv during streams.
* fix(service_sse): Added an explicit exit signal for the stream and
refresh/reload_entities no longer force `sseActive = false`.
* fix(*): Fixed xdg-open missing from README.md and plugin.toml
* refact(widget): Changed runInTerminal to runAsync on xdg-open calls to
prevent the termial from popping up.
* fix(*): Changed plugin data location to be stored where pluginDataDir()
points.
* fix(README): Added all IPC calls to README.
* Updated README to reflect recent changes.
* refact(*): Removed some dead code.
* fix(*): Changed toggle timeout logic to use real time, fixing toggles
being stuck in a loding animation.
* refact(*): Added a token cleaner function.
* refact(service_sse): Changed curl stream calls for the new native HTTP
streaming API.
* feat(*): Fixed some translations.
2026-07-18 01:06:27 -04:00
Sébastien Atoch
0133680993
zed: fix validation warning
2026-07-18 00:00:15 -04:00
github-actions[bot]
1ee9459483
chore: update plugin catalog [skip ci]
2026-07-18 00:31:13 +00:00
dd5d67b1e3
Add Zed Provider launcher plugin ( #17 )
...
* Add Zed Provider launcher plugin.
Expose recent Zed workspaces in the launcher so users can reopen projects quickly.
* Update Zed Provider thumbnail with launcher screenshot.
Use the official Noctalia thumbnail generator export for the plugin card.
* Address PR review feedback for Zed Provider.
Fix thumbnail category label, refresh project cache when the query is cleared,
and use noctalia.fuzzyScore for launcher filtering.
* fix(zed-provider): update thumbnail with launcher category label
* chore(zed-provider): reset manifest version to 1.0.0
* docs(zed-provider): align README with plugin documentation requirements
* fix(zed-provider): replace min_noctalia with plugin_api
* Add 'nohup' to plugin dependencies
---------
Co-authored-by: Lemmy <studio@quadbyte.net >
2026-07-17 20:31:04 -04:00
github-actions[bot]
e5a69565ac
chore: update plugin catalog [skip ci]
2026-07-18 00:11:20 +00:00
César González Girón and GitHub
e720bcbacc
Update gambled23/mangowm-keymode to 1.0.2 --- Hide on default keymode setting ( #40 )
...
* feat(keymode): Setting to hide on default keymode
* docs(keymode): Updated thumbnail with new tags
* docs(readme): added new setting
2026-07-17 20:11:11 -04:00
github-actions[bot]
3a5c4be1db
chore: update plugin catalog [skip ci]
2026-07-17 23:55:40 +00:00
rrzt and GitHub
d80bdf0190
feat(lyrics): improve player and interlude controls ( #42 )
...
* feat(lyrics): support multiple MPRIS players
* feat(lyrics): add interlude font options
2026-07-17 19:55:31 -04:00
github-actions[bot]
54ac3ed0d6
chore: update plugin catalog [skip ci]
2026-07-17 23:54:13 +00:00
203aaef232
Update nightwatch75/file-search to 0.0.10 ( #39 )
...
Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-17 19:54:05 -04:00
Yocraft-2000
3435b11322
add icon_provider setting
2026-07-18 01:50:17 +02:00
Yocraft-2000
273e90bc80
Update README: default links
2026-07-18 00:37:43 +02:00
Yocraft-2000
9fd76601e9
Update tags
2026-07-18 00:37:43 +02:00