Version 0.3.1
Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
localThumbGeneration
: If set totrue
, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.cdnImageTransform
: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
{path}
: the original path component of the URL of the uploaded file inside the bucket.{thumbWidth}
: Currently always 256.{quality100}
: Currently always 85.{quality1}
: Currently always 0.85.
Version 0.3.0
Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item commentVisibilityCriteria
and markerVisibilityCriteria
has been added. They can be set to tool_toggle
, glass_worn
, always
or never
.
Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
/wc
or/wc send
: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase./wc list
: Opens the list screen
Image Global Kill
Server operators can use the command /wcs imageGlobalKill true
to globally prevent clients from viewing any image, as a moderation measure.
Version 0.3.0
Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item commentVisibilityCriteria
and markerVisibilityCriteria
has been added. They can be set to tool_toggle
, glass_worn
, always
or never
.
Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
/wc
or/wc send
: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase./wc list
: Opens the list screen
Image Global Kill
Server operators can use the command /wcs imageGlobalKill true
to globally prevent clients from viewing any image, as a moderation measure.
Version 0.2.0
Major Changes
- Added Support for Minecraft 1.21 and NeoForge
- Local Screenshot Storage Support
- Screenshots can now be stored directly in save files
- Image hosting setup is no longer mandatory
- Images transfer through game connection
- External hosting still available for bandwidth-sensitive situations
- Breaking Change: Image Hosting Configuration
- Configuration syntax has been reworked for better usability
- Existing config files will need to be updated
Features & Improvements
- Added automatic GUI hiding when taking screenshots (configurable)
- Improved comment hiding system
- Added countdown timer when hiding comments
This is to prevent players from forgetting that they have hid the comments, and thus rendering this mod useless - Extended timer available by right-clicking multiple times
- Added countdown timer when hiding comments
- Added integration with Bullet Chat
UI Improvements
- Repositioned keybind hints for better visibility
- Limited comment overlay width for better scaling at low GUI scale settings
- Reduced "pole" thickness
- Refined comment tool screen animation
Technical Changes
- Improved image handling
- Converted to JPG format for better storage efficiency
- Automatic image scaling
- Asynchronous upload/download for reduced delays
- Images now display in correct aspect ratio on detail page
- Added Lsky Pro uploader album ID support
- Optimized Redis synchronization to use raw binary instead of Base64
- Added functionality for image hosting migration