bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

RELEASE_NOTES_v0.1.2.md (2106B)


      1 # Bzl Release Notes - v0.1.2
      2 
      3 Release target: GitHub + itch.io  
      4 Previous release: v0.1.1
      5 
      6 ## Release artifacts
      7 
      8 - Core installer zip: `dist/Bzl-CLEAN_INSTALL-v0.1.2.zip`
      9 - Plugin zips:
     10   - `dist/plugins/maps.zip`
     11   - `dist/plugins/library.zip`
     12   - `dist/plugins/radio.zip`
     13   - `dist/plugins/dice.zip`
     14   - `dist/plugins/directory-server.zip`
     15   - `dist/plugins/directory-publisher.zip`
     16 
     17 ## Plugin quick reference (concise)
     18 
     19 - **Maps (`maps`)**: map rooms, avatar movement, spatial chat, collisions, and GM/TTRPG map tooling.
     20 - **Library (`library`)**: shelf + reader flow for persistent writing/reading and shared collections.
     21 - **Radio (`radio`)**: user-created stations with uploads and communal listening.
     22 - **Dice (`dice`)**: shared `XdY+Z` roller for roleplay sessions.
     23 - **Directory Server (`directory-server`)**: central listing service + moderation queue for published instances.
     24 - **Directory Publisher (`directory-publisher`)**: pushes your instance metadata/hives to a directory server.
     25 
     26 ## Changelog since v0.1.1
     27 
     28 - Rack/workspace UX hardening:
     29   - Better panel placement rules and skinny/full behavior in side racks.
     30   - Empty workspace slot affordance (`+ Add panel`) for faster recovery and setup.
     31 - Mobile flow stabilization:
     32   - Improved bottom-nav behavior and panel visibility consistency.
     33   - Chat composer and send-area spacing fixes to prevent nav overlap.
     34   - Reduced mobile clutter (focused controls and cleaner compact states).
     35 - Chat navigation improvements:
     36   - Unified chat context switching via dropdown and `-` / `=` shortcuts.
     37   - Chat switcher now includes unread counts and relative activity hints.
     38   - Reduced accidental focus jumps while switching chat contexts.
     39 - Discoverability and control:
     40   - New shortcut help modal (`?`), updated hints, and layout reset action.
     41   - New chat send-key preference: `Ctrl/Cmd+Enter` or `Enter` (with `Shift+Enter` newline).
     42 - Onboarding/moderation and panel consistency updates:
     43   - Onboarding workflows and panel behavior further aligned with rack layout.
     44   - General panel/readability fixes across desktop and mobile usage patterns.