* feat(ssh-launcher): add /ssh launcher for SSH config hosts
Provide a launcher provider that reads ~/.ssh/config, lists host aliases
with fuzzy search, and opens an SSH session in the terminal on activate.
* docs(ssh-launcher): update store thumbnail
Replace the plugin card image with the final SSH Launcher artwork,
blur server IP addresses, and fix the displayed category tags.
* fix(ssh-launcher): parse SSH config directives case-insensitively
Match Host, Hostname, and User keywords regardless of casing so
lowercase blocks are included, consistent with OpenSSH behavior.
* fix(anilist): open plugin settings via noctalia.openSettings()
Require plugin API 15 and replace the settings-open plugins shell workaround.
* fix(anilist): Correct author name capitalization
* chore(anilist): bump version
* feat(wifi-hotspot): add NetworkManager hotspot control plugin
Expose bar toggle, panel, and IPC to start/stop a Wi-Fi hotspot and list connected clients.
* refactor(hotspot): rename plugin directory to hotspot
Align the folder name with the cleboost/hotspot plugin id.
* refactor(hotspot): align plugin id and state keys with hotspot slug
Update manifest id, IPC references, and shared state keys after the directory rename.
* 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.
* 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>