Feature
v0.0.32-beta·Notifications that take you straight to the item
What's new
- Every notification has a button that opens the exact item it is about (deployment, container, invoice, domain, security scan), with a label that says where it goes: "View invoice", "View deployment". The page opens on the right tab, brings the item to the middle of the screen and briefly highlights it. Push notifications, emails and Discord messages lead to the same place.
- Under every yearly price, the price without the 20% discount is shown struck through: Pricing page, billing, onboarding, plan change and organization creation.
- The Pierrr logo takes its final shape: an engraved symbol of seven strokes replaces the assembly of seven hexagons, in the console, on the public site and in the browser tab.
Improvements
- Prices are written with their currency symbol: "€87" instead of "87 EUR", "57,000 FCFA" instead of "57,000 XOF". A long converted price now fits in its card without being cut off.
- Notifications are written entirely in English or in French, older ones included, and no longer show their technical type: only the date remains under the title. Several identical notifications show up as a single card.
- A failed deployment notification shows a summary and three log lines at most. "View full log" opens the whole log in a dialog, with a button to copy it.
- On the referral card, the code field takes the full width, like the link field, and the wallet balance is written large.
- Every panel drawn over the map background has the same frosted glass effect, and checkboxes follow the console style instead of the browser's default look.
- The world map background also shows during onboarding and password reset.
Fixes
- Hotfix 0.0.32-beta.1: on a deployment page, the highlight parameter came back into the address as soon as the log stream ended, and the highlight replayed on every reload. It is now gone for good, and the item keeps the focus once the highlight is over.
- Dialogs, menus, tooltips and side panels finally animate when they open and close. Animations stay off if your system asks for reduced motion.
- An organization or a visitor in France no longer sees their price twice ("87 EUR" above "€86.40").
- The "Talk to the team" dialog no longer offers the AI assistant while it is turned off: the direct email takes the whole space, and the FAQ no longer points to the assistant.
- The referral "Set up payouts" button is hidden while payouts are coming soon, instead of staying greyed out next to the "Coming soon" badge.
- The browser tab no longer says "Pierrr" twice on the console home page.
- An SSL certificate that has already expired is reported as expired, instead of "expires in -2 days".
Security
- A notification link can no longer lead to a site other than Pierrr.
Breaking change
- The self-hosted agent moves to version 0.49.0-beta and its environment variables move from
PIERRR_toAGENT_:PIERRR_STATE_DIRbecomesAGENT_STATE_DIR,PIERRR_MAX_CPUSbecomesAGENT_MAX_CPUS. One exception only,PIERRR_AGENT_IDbecomesAGENT_ID. The install script readsAGENT_REPO_OWNER,AGENT_REPO_NAMEandAGENT_DOWNLOAD_BASE. - If you set any of these variables (systemd unit, environment file, container), rename it. This version still reads the old name and writes a warning in the agent logs; the next version will only read the new names. Without any of these variables, there is nothing to do.