| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | Tags: admin, dashboard, desktop, productivity, ai |
| 4 | 4 | Requires at least: 6.0 |
| 5 | 5 | Tested up to: 7.1 |
| 6 | 6 | Requires PHP: 7.4 |
| 7 | -Stable tag: 1.1.10 | |
| 7 | +Stable tag: 1.1.11 | |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | |
| 11 | 11 | A windowed workspace for wp-admin. Open posts, media, and settings side by side, with a dock, virtual desktops, and a Cmd+K palette. |
| @@ -177,8 +177,42 @@ | ||
| 177 | 177 | * **[english-words](https://github.com/dwyl/english-words)** by dwyl (Unlicense) — used as a validity filter. |
| 178 | 178 | * **[LDNOOBW English list](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words)** (CC-BY 4.0) — used as an exclusion filter. |
| 179 | 179 | |
| 180 | 180 | == Changelog == |
| 181 | + | |
| 182 | += 1.1.11 = | |
| 183 | +* Overview: Replace the dock tile icon with the brand widgets glyph | |
| 184 | +* Workspaces: Only offer a template when its plugin is active | |
| 185 | +* Admin bar: Remove the OpenStation actions, keep only the way in | |
| 186 | +* Workspaces: Rename Overview to Workspaces | |
| 187 | +* Agents: Keep the chat on the latest message across status repaints | |
| 188 | +* Workspaces: Land on the new blank desk before the wizard opens | |
| 189 | +* Workspaces: Rename a desk by double-clicking its name | |
| 190 | +* Chromeless: Fit the boot SPA screens edge to edge again | |
| 191 | +* WP Explorer: Show revision titles as text, not an avatar tag | |
| 192 | +* Fix: Let Jetpack route its own Stats and Blaze links | |
| 193 | +* User Edit: Add a View activity footprint button to the profile sidebar | |
| 194 | +* Fix: Jetpack Stats v2 not loading properly | |
| 195 | +* Drafts widget: Say why suggestions failed instead of "Could not get suggestions." | |
| 196 | +* Desktop: Make the desk readable on light wallpapers | |
| 197 | +* Session: Restore window titles in the current admin language | |
| 198 | +* Fix mixed-field forms for OpenStation Studio apps | |
| 199 | +* Recycle Bin: Fix 404 error on requests | |
| 200 | +* Prevent bottom dock scroll item clipping | |
| 201 | +* Os-button: forward a host aria-label onto the inner button so an icon-only button has a name | |
| 202 | +* Make corner close button visible on touch devices. | |
| 203 | +* Workspaces: Let the wizard's step trail jump to any step | |
| 204 | +* App runtime: open_url honours native-window URL remaps before opening an iframe | |
| 205 | +* Os-table: a slot-shaped cell value renders a named slot the light DOM fills | |
| 206 | +* Resolve toggle visibility and spacing on tablet screens. | |
| 207 | +* Notes: Say why converting a note to a post failed and keep the draft reachable | |
| 208 | +* Say why a request failed, everywhere: shared REST error, failure mapper, toast tone | |
| 209 | +* Workspaces: Repaint the desk you land on after deleting a workspace | |
| 210 | +* Menus: Open a window per pick, and make a window's tabs its menu | |
| 211 | +* Agents: store an answerless run as an error row so it is never replayed as the agent's turn | |
| 212 | +* Performance: Serialize each script dependency's payload once, not once per entry | |
| 213 | +* Developers: Let plugins track the desktop's network requests | |
| 214 | +* Kit: <os-facts> + <os-fact>, and the three apps that hand-rolled it | |
| 181 | 215 | |
| 182 | 216 | = 1.1.10 = |
| 183 | 217 | * Fix: drop a plugin zip into Core's upload box, not the Media Library dialog |
| 184 | 218 | * Multisite: Open sites without OpenStation in a browser tab |