• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Chevereto v4.5.7 announcement

Status
Not open for further replies.

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Hello everybody,

This is a patch release for few issues detected while providing Chevereto SaaS.
 
Fixed error message display for upload/site storage form

The storage management form was swallowing the error display, making it impossible to understand the actual issue. Chevereto v4.5.7 fixes this with a full error display.

Before:
1787094090510.png

After:
1787094120669.png
 
Fixed form POST display for site storage form when an error occurs

The form for site storage management was resetting the form contents on error, making the whole experience really annoying. Chevereto v4.5.7 preserves the post data on error, allowing to easy fix the conflicting data and re-submit the form.
 
Fixed stats collection for tenants when using database isolation mode

Chevereto v4.5.7 fixes the tenants stats data collection when running CHEVERETO_TENANTS_DB_ISOLATION_MODE=database.
 
Fixed verbosity behavior for tenants CLI jobs:worker

Chevereto v4.5.7 fixes a bug affecting the tenants jobs worker, which was polluting the log with Waiting 5s log lines, which shouldn't happen unless you explicit pass --verbose.
 
Fixed error message display for test email action

The test email action was swallowing the error display, making it impossible to understand the actual issue. Chevereto v4.5.7 fixes this with a full error display.

Before:
1787156231651.png

After:
1787156263032.png
 
Fixed wrong tag input display for guest users

Tags input no longer appears for guest uploads (guests cannot tag content). The input has been removed from uploader and file editing.
 
Improved mobile display for Upload storage settings page

Improved the mobile layout of the Upload storage settings page, reducing UI clutter for a cleaner experience.

Before:
1787159445571.png

After:
1787159459519.png
 
Fixed race condition bug on JavaScript image load

Resolved a race condition in the image viewer that could cause progressive loading to get stuck on the blurry placeholder when loading large images with no maximum file size limit configured. This occasionally triggered a TypeError: Cannot read properties of undefined (reading 'is_360') in CHV.fn.viewerLoadImage. Most commonly seen on setups using external object storage (e.g., S3, Cloudflare R2) with the "Image load max. filesize (MB)" setting left unset under Dashboard > Settings > Theme.

Many thanks to @user_83d32 for reporting this.
 
Status
Not open for further replies.
Back
Top