← Back to all posts

By Rox Team

Rox v2026.4.1 Release

We are excited to announce the official release of Rox v2026.4.1 today! ✨

This update brings a series of refinements to the User Experience (UX) while strengthening the underlying infrastructure that supports stability and the Developer Experience (DX).

Key Changes

1. Refreshed Emoji Picker with Improved UX

The emoji picker has been overhauled from a pagination-based system to a seamless lazy loading (Lazy Load) experience using IntersectionObserver.

  • Smooth Scrolling: Content is loaded dynamically per category, allowing you to browse through large collections of custom emojis without performance hits.
  • Better Visibility: The display size of custom emojis within the picker has been increased, making it easier to find and select your favorites.

2. Optimized Logging and Debugging Efficiency

We have refined the logging system to enhance operational stability.

  • pino-pretty Support: High-readability, formatted logs can now be output in production environments when needed for troubleshooting.
  • Noise Suppression: We have suppressed unnecessary Server-Side Rendering (SSR) 404 error logs that occurred when accessing non-existent users or notes, ensuring that critical errors remain visible.

3. Stabilized Foundation (Bun 1.3.12+ Compatibility)

We have resolved a singleton duplication issue for NotificationStreamService that occurred in recent Bun environments. This improvement enhances memory efficiency and the reliability of notification processing on the backend.

4. DX and Infrastructure Refresh

We have made it easier for developers to contribute and build on Rox.

  • TSDoc Integration: Comprehensive documentation has been added to major classes and functions, significantly improving the IDE experience for developers.
  • Waku 1.0.0-alpha.7 Migration: The build system and foundations have been fully synchronized with the latest Waku/Vite 8 ecosystem.

Version Information

Component Version
Rox (Project) 2026.4.1
Hono Rox 1.5.1
Waku Rox 1.5.1

How to Update

You can update to the latest version by pulling the latest changes from the repository and updating your dependencies:

git pull origin main
bun install

As always, we welcome your feedback and bug reports on our GitHub Issues.

The Love Rocks. Rox. 🚀