|
31 | 31 | <screenshots> |
32 | 32 | <screenshot type="default"> |
33 | 33 | <image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/mainmenu.png</image> |
| 34 | + <caption>Main menu</caption> |
34 | 35 | </screenshot> |
35 | 36 | <screenshot> |
36 | 37 | <image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/multiaction.png</image> |
| 38 | + <caption>Multi action</caption> |
37 | 39 | </screenshot> |
38 | 40 | <screenshot> |
39 | 41 | <image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/plugins.png</image> |
| 42 | + <caption>Plugins</caption> |
40 | 43 | </screenshot> |
41 | 44 | <screenshot> |
42 | 45 | <image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/profiles.png</image> |
| 46 | + <caption>Profiles</caption> |
43 | 47 | </screenshot> |
44 | 48 | </screenshots> |
45 | 49 |
|
|
49 | 53 | </branding> |
50 | 54 |
|
51 | 55 | <releases> |
| 56 | + <release version="2.8.0" date="2026-01-03"> |
| 57 | + <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.0</url> |
| 58 | + <description> |
| 59 | + <ul> |
| 60 | + <li>chore: run rustfmt on code fixed automatically by clippy</li> |
| 61 | + <li>docs: create OpenDeck development guide for agents (and humans)</li> |
| 62 | + <li>feat: allow profiles to be renamed from the profile manager</li> |
| 63 | + <li>docs: note poor upstream Flatpak support in the tooltips for the background and autolaunch settings</li> |
| 64 | + <li>feat: display available plugin updates in the plugin manager</li> |
| 65 | + <li>feat: implement the `didReceiveDeepLink` event (#196)</li> |
| 66 | + <li>docs: direct users to reach out on OpenDeck support channels before attempting to contact plugin developers</li> |
| 67 | + <li>fix: apply dark mode background colour to entire document body</li> |
| 68 | + <li>docs: clarify non-Flatpak Node.js install requirement</li> |
| 69 | + <li>docs: link to the FAQ in the troubleshooting section of the README</li> |
| 70 | + <li>feat: support overriding the detected package family in the installation script</li> |
| 71 | + <li>feat: update starter pack plugin to use code paths mapped by target triple</li> |
| 72 | + <li>feat: support installing Tacto Connect from the plugin store</li> |
| 73 | + <li>feat: reload property inspectors from the relevant plugin when reloading a plugin</li> |
| 74 | + <li>fix: spawn new thread for CLI handlers to ensure their completion</li> |
| 75 | + <li>feat: migrate starter pack to v2 of the openaction crate</li> |
| 76 | + <li>fix: clear plugin update notification when the installed version changes</li> |
| 77 | + <li>fix: ignore build numbers during comparison of plugin versions</li> |
| 78 | + <li>fix: prioritise plugins with settings interfaces in installed plugins list</li> |
| 79 | + <li>docs: mention the opendeck-bin AUR package in the installation section of the README</li> |
| 80 | + <li>docs: remove link to Elgato Marketplace plugin installation instructions from the plugin manager</li> |
| 81 | + <li>perf: don't load the Elgato App Store archive automatically</li> |
| 82 | + <li>feat: implement support for the Stream Deck Neo's Touch Points (#208)</li> |
| 83 | + </ul> |
| 84 | + </description> |
| 85 | + </release> |
52 | 86 | <release version="2.7.1" date="2025-12-03"> |
53 | 87 | <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.7.1</url> |
54 | 88 | <description> |
|
0 commit comments