diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a986e1..3a39fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.1" + ".": "0.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b8bcd..660b046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.0](https://github.com/STARTcloud/startcloud-ui/compare/v0.34.1...v0.35.0) (2026-09-22) + + +### Features + +* every table column sorting by the value it shows through one natural compare, the flex room split by the content of each column, the Columns pills listing only the columns drawn, the username first on the Logins and Registrations tables, the release and latest-release dates drawn from the dates the host answers, every card opening its item from anywhere on the card with the star, links and actions as their own targets, the card showing its vendor and family under the name, its description, its count of releases and how long ago the host says it last released, the file line's Visibility and Status as icon menus with Edit, Move to and Delete folded into one More menu, and the watch star held from a guest-only account on the item page as it is on the listing ([f71beb3](https://github.com/STARTcloud/startcloud-ui/commit/f71beb3411fbfd68948c9cb9b583b19ec43a14ce)) + ## [0.34.1](https://github.com/STARTcloud/startcloud-ui/compare/v0.34.0...v0.34.1) (2026-09-22) diff --git a/package-lock.json b/package-lock.json index 8e69210..301047d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "startcloud-ui", - "version": "0.34.1", + "version": "0.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "startcloud-ui", - "version": "0.34.1", + "version": "0.35.0", "dependencies": { "@intl-tel-input/react": "^29.2.3", "axios": "^1.20.0", diff --git a/package.json b/package.json index bee4034..fa19e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "startcloud-ui", - "version": "0.34.1", + "version": "0.35.0", "private": true, "description": "One React/Vite web UI for the STARTcloud estate — a single build that serves whichever backend hosts it, starting with BoxVault and the Provisioner Catalog, with the identity provider and further apps to follow.", "type": "module",