Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.69 KB

File metadata and controls

57 lines (40 loc) · 1.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.5] - 2025-09-15

Fixed

  • Load web-console extensions explicitly to fix blank page in production
  • Add full-page CSS for console element to ensure proper display
  • Use modern viewport units (100svh) for better mobile compatibility

[0.1.4] - 2025-09-15

Fixed

  • Allow console access from all IPs in production (with authentication)
  • Fix blank page issue on cloud platforms like Render

Changed

  • Add security note about IP allowlist in README

[0.1.3] - 2025-09-15

Changed

  • Add proper GitHub repository metadata links
  • Add bug tracker and documentation URIs
  • Specify minimum Ruby version (>= 3.0)
  • Include CHANGELOG.md in gem files

[0.1.2] - 2025-09-15

Fixed

  • Configure web-console earlier in boot process using before_initialize
  • Properly initialize web_console config to prevent production deployment errors

[0.1.1] - 2025-09-15

Fixed

  • Configure web-console to allow production mode deployment
  • Prevent "Web Console is activated in production" error on Render and similar platforms

0.1.0 - 2025-09-15

Added

  • Initial release
  • Auto-mounting at /rails/console
  • Production authentication via environment variables
  • Full-page console interface
  • Development mode with no authentication required
  • Standard Ruby style guide compliance